|
216 | 216 | 'authority' => [ 'type' => 'string', 'locationName' => 'authority', ], |
217 | 217 | 'issueTime' => [ 'type' => 'string', 'locationName' => 'issueTime', ], |
218 | 218 | 'dueTime' => [ 'type' => 'string', 'locationName' => 'dueTime', ], |
| 219 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
219 | 220 | ], |
220 | 221 | ], |
221 | 222 | 'CompanyInfo' => [ |
|
270 | 271 | 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
271 | 272 | 'url' => [ 'type' => 'string', 'locationName' => 'url', ], |
272 | 273 | 'token' => [ 'type' => 'string', 'locationName' => 'token', ], |
| 274 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
273 | 275 | ], |
274 | 276 | ], |
275 | 277 | 'AliveResultInfo' => [ |
|
525 | 527 | 'authority' => [ 'type' => 'string', 'locationName' => 'authority', ], |
526 | 528 | 'issueTime' => [ 'type' => 'string', 'locationName' => 'issueTime', ], |
527 | 529 | 'dueTime' => [ 'type' => 'string', 'locationName' => 'dueTime', ], |
| 530 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
528 | 531 | ], |
529 | 532 | ], |
530 | 533 | 'QueryBankListResponseShape' => [ |
|
724 | 727 | 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
725 | 728 | 'url' => [ 'type' => 'string', 'locationName' => 'url', ], |
726 | 729 | 'token' => [ 'type' => 'string', 'locationName' => 'token', ], |
| 730 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
727 | 731 | ], |
728 | 732 | ], |
729 | 733 | 'PersonalMobileRequestShape' => [ |
|
0 commit comments