JLChen
2021-08-24 f1a544260cba180bf555c7437c627de38d2b8dfe
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
{