Skip to content

Commit 4026452

Browse files
add updates
1 parent 35c05dc commit 4026452

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Cloudauth/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ Date: 2023-09-21
1616
1.0.7:
1717
Date: 2023-11-01
1818
更新: 新增企业法人详版接口
19+
20+
1.0.8:
21+
Date: 2023-12-12
22+
更新: 增加chargeFlag字段

src/data/cloudauth/v1/api-2.json.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
'authority' => [ 'type' => 'string', 'locationName' => 'authority', ],
217217
'issueTime' => [ 'type' => 'string', 'locationName' => 'issueTime', ],
218218
'dueTime' => [ 'type' => 'string', 'locationName' => 'dueTime', ],
219+
'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ],
219220
],
220221
],
221222
'CompanyInfo' => [
@@ -270,6 +271,7 @@
270271
'message' => [ 'type' => 'string', 'locationName' => 'message', ],
271272
'url' => [ 'type' => 'string', 'locationName' => 'url', ],
272273
'token' => [ 'type' => 'string', 'locationName' => 'token', ],
274+
'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ],
273275
],
274276
],
275277
'AliveResultInfo' => [
@@ -525,6 +527,7 @@
525527
'authority' => [ 'type' => 'string', 'locationName' => 'authority', ],
526528
'issueTime' => [ 'type' => 'string', 'locationName' => 'issueTime', ],
527529
'dueTime' => [ 'type' => 'string', 'locationName' => 'dueTime', ],
530+
'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ],
528531
],
529532
],
530533
'QueryBankListResponseShape' => [
@@ -724,6 +727,7 @@
724727
'message' => [ 'type' => 'string', 'locationName' => 'message', ],
725728
'url' => [ 'type' => 'string', 'locationName' => 'url', ],
726729
'token' => [ 'type' => 'string', 'locationName' => 'token', ],
730+
'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ],
727731
],
728732
],
729733
'PersonalMobileRequestShape' => [

0 commit comments

Comments
 (0)