Skip to content

Commit 97a7884

Browse files
add updates
1 parent e1c7ad9 commit 97a7884

3 files changed

Lines changed: 328 additions & 102 deletions

File tree

src/Cloudauth/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ Date: 2023-06-29
1212
1.0.6:
1313
Date: 2023-09-21
1414
更新: 新增身份证OCR接口,去掉代理人认证,法人和代理人认证
15+
16+
1.0.7:
17+
Date: 2023-11-01
18+
更新: 新增企业法人详版接口

src/Cloudauth/CloudauthClient.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
*
2323
* @method \Jdcloud\Result personalAuth(array $args = [])
2424
* @method \GuzzleHttp\Promise\Promise personalAuthAsync(array $args = [])
25+
* @method \Jdcloud\Result personalMobile(array $args = [])
26+
* @method \GuzzleHttp\Promise\Promise personalMobileAsync(array $args = [])
2527
* @method \Jdcloud\Result companyTransfer(array $args = [])
2628
* @method \GuzzleHttp\Promise\Promise companyTransferAsync(array $args = [])
2729
* @method \Jdcloud\Result checkCompanyTransfer(array $args = [])
@@ -30,6 +32,10 @@
3032
* @method \GuzzleHttp\Promise\Promise checkCompanyInfoAsync(array $args = [])
3133
* @method \Jdcloud\Result checkLegalPerson(array $args = [])
3234
* @method \GuzzleHttp\Promise\Promise checkLegalPersonAsync(array $args = [])
35+
* @method \Jdcloud\Result checkLegalPersonDetail(array $args = [])
36+
* @method \GuzzleHttp\Promise\Promise checkLegalPersonDetailAsync(array $args = [])
37+
* @method \Jdcloud\Result checkCompanyInfo3(array $args = [])
38+
* @method \GuzzleHttp\Promise\Promise checkCompanyInfo3Async(array $args = [])
3339
* @method \Jdcloud\Result queryCityList(array $args = [])
3440
* @method \GuzzleHttp\Promise\Promise queryCityListAsync(array $args = [])
3541
* @method \Jdcloud\Result companyTransferSimple(array $args = [])
@@ -42,6 +48,10 @@
4248
* @method \GuzzleHttp\Promise\Promise queryBankBranchListAsync(array $args = [])
4349
* @method \Jdcloud\Result iDCard(array $args = [])
4450
* @method \GuzzleHttp\Promise\Promise iDCardAsync(array $args = [])
51+
* @method \Jdcloud\Result getAliveUrl(array $args = [])
52+
* @method \GuzzleHttp\Promise\Promise getAliveUrlAsync(array $args = [])
53+
* @method \Jdcloud\Result getAliveResult(array $args = [])
54+
* @method \GuzzleHttp\Promise\Promise getAliveResultAsync(array $args = [])
4555
* @method \Jdcloud\Result describeApplyStatus(array $args = [])
4656
* @method \GuzzleHttp\Promise\Promise describeApplyStatusAsync(array $args = [])
4757
*/

0 commit comments

Comments
 (0)