|
20 | 20 | /** |
21 | 21 | * Client used to interact with partner. |
22 | 22 | * |
| 23 | + * @method \Jdcloud\Result describeCoProducts(array $args = []) |
| 24 | + * @method \GuzzleHttp\Promise\Promise describeCoProductsAsync(array $args = []) |
| 25 | + * @method \Jdcloud\Result exportCoProducts(array $args = []) |
| 26 | + * @method \GuzzleHttp\Promise\Promise exportCoProductsAsync(array $args = []) |
| 27 | + * @method \Jdcloud\Result describeCoProduct(array $args = []) |
| 28 | + * @method \GuzzleHttp\Promise\Promise describeCoProductAsync(array $args = []) |
| 29 | + * @method \Jdcloud\Result modifyCoProduct(array $args = []) |
| 30 | + * @method \GuzzleHttp\Promise\Promise modifyCoProductAsync(array $args = []) |
| 31 | + * @method \Jdcloud\Result addCoProduct(array $args = []) |
| 32 | + * @method \GuzzleHttp\Promise\Promise addCoProductAsync(array $args = []) |
| 33 | + * @method \Jdcloud\Result deleteFile(array $args = []) |
| 34 | + * @method \GuzzleHttp\Promise\Promise deleteFileAsync(array $args = []) |
| 35 | + * @method \Jdcloud\Result addContract(array $args = []) |
| 36 | + * @method \GuzzleHttp\Promise\Promise addContractAsync(array $args = []) |
| 37 | + * @method \Jdcloud\Result modifyContract(array $args = []) |
| 38 | + * @method \GuzzleHttp\Promise\Promise modifyContractAsync(array $args = []) |
23 | 39 | * @method \Jdcloud\Result queryMyCustomerList(array $args = []) |
24 | 40 | * @method \GuzzleHttp\Promise\Promise queryMyCustomerListAsync(array $args = []) |
| 41 | + * @method \Jdcloud\Result getPartnerUserList(array $args = []) |
| 42 | + * @method \GuzzleHttp\Promise\Promise getPartnerUserListAsync(array $args = []) |
| 43 | + * @method \Jdcloud\Result modifyDicDetail(array $args = []) |
| 44 | + * @method \GuzzleHttp\Promise\Promise modifyDicDetailAsync(array $args = []) |
| 45 | + * @method \Jdcloud\Result describePartnerBills(array $args = []) |
| 46 | + * @method \GuzzleHttp\Promise\Promise describePartnerBillsAsync(array $args = []) |
25 | 47 | * @method \Jdcloud\Result getTotalConsumption(array $args = []) |
26 | 48 | * @method \GuzzleHttp\Promise\Promise getTotalConsumptionAsync(array $args = []) |
27 | 49 | * @method \Jdcloud\Result getEachConsumption(array $args = []) |
|
0 commit comments