陈嘉乐
2021-03-17 dbc23459fdf4e8b74a5f955fbb9fc631b4babc70
ThirdPartyIntegration/tuya/TYtest/TYtest/Tuyalib/Tuyalib.m
@@ -21,11 +21,14 @@
    return sharedInstance;
}
-(void) init {
- (TuyaSmartRequest *)request {
    if (!_request) {
        _request = [[TuyaSmartRequest alloc] init];
    }
    return _request;
}
//开启调试模式
- (void) changeDebugMode:(BOOL)isDebug
{