``` RCT_EXPORT_METHOD(setAuth: (BOOL *)enable) { JgLog("JCollectionAuth %d",enable); __block BOOL isAuth= enable; [JGInforCollectionAuth JCollectionAuth:^(JGInforCollectionAuthItems * _Nonnull authInfo) { authInfo.isAuth = isAuth; }]; } ```