Showing
3 changed files
with
6 additions
and
1 deletions
No preview for this file type
| ... | @@ -225,8 +225,13 @@ NSString* sdkUserId = @""; | ... | @@ -225,8 +225,13 @@ NSString* sdkUserId = @""; |
| 225 | [[HaiBaoJuheSDK shareSDK]getCustomValue]; | 225 | [[HaiBaoJuheSDK shareSDK]getCustomValue]; |
| 226 | } | 226 | } |
| 227 | 227 | ||
| 228 | - | 228 | +//查询结果回调 |
| 229 | -(void)realNameVerifyCallback:(RealNameVerifyCode)code birthday:(NSString *)birthday{ | 229 | -(void)realNameVerifyCallback:(RealNameVerifyCode)code birthday:(NSString *)birthday{ |
| 230 | + /** | ||
| 231 | + NO_REAL_NAME_VERIFY_FUNCTION,//没有实名认证功能 | ||
| 232 | + NO_VERIFY_HANDLER,//有认证功能,未进行认证 | ||
| 233 | + ALREADY_VERIFY,//已认证 只有已认证birthday才有值 | ||
| 234 | + */ | ||
| 230 | NSLog(@"code:%ld birthday:%@",code,birthday); | 235 | NSLog(@"code:%ld birthday:%@",code,birthday); |
| 231 | } | 236 | } |
| 232 | 237 | ... | ... |
No preview for this file type
-
Please register or login to post a comment