Toggle navigation
Toggle navigation
This project
Loading...
Sign in
guangka
/
sdk_guangka_ios
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xuguohong
2020-04-23 09:28:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3413a6fad7c640f5e26b617219907a2c37f00e63
3413a6fa
1 parent
52bfe4f7
update
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
PoolSdk_Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/guangka123.xcuserdatad/UserInterfaceState.xcuserstate
PoolSdk_Demo/Demo/MainViewController.m
doc/ios客户端接入文档.docx
PoolSdk_Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/guangka123.xcuserdatad/UserInterfaceState.xcuserstate
View file @
3413a6f
No preview for this file type
PoolSdk_Demo/Demo/MainViewController.m
View file @
3413a6f
...
...
@@ -225,8 +225,13 @@ NSString* sdkUserId = @"";
[[
HaiBaoJuheSDK
shareSDK
]
getCustomValue
];
}
//查询结果回调
-
(
void
)
realNameVerifyCallback
:
(
RealNameVerifyCode
)
code
birthday
:
(
NSString
*
)
birthday
{
/**
NO_REAL_NAME_VERIFY_FUNCTION,//没有实名认证功能
NO_VERIFY_HANDLER,//有认证功能,未进行认证
ALREADY_VERIFY,//已认证 只有已认证birthday才有值
*/
NSLog
(
@"code:%ld birthday:%@"
,
code
,
birthday
);
}
...
...
doc/ios客户端接入文档.docx
View file @
3413a6f
No preview for this file type
Please
register
or
login
to post a comment