Skip to content

Commit 36a0fbd

Browse files
committed
修改iOS setAuth 参数类型
1 parent d438787 commit 36a0fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/RCTJCoreModule/RCTJCoreModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ @implementation RCTJCoreModule
1616
RCT_EXPORT_MODULE(JCoreModule);
1717

1818
#pragma mark --- 设备信息采集授权接口(合规接口)
19-
RCT_EXPORT_METHOD(setAuth: (BOOL *)enable)
19+
RCT_EXPORT_METHOD(setAuth: (BOOL )enable)
2020
{
2121
JgLog("JCollectionAuth %d",enable);
2222
__block BOOL isAuth= enable;

0 commit comments

Comments
 (0)