Skip to content

Commit 6c5703b

Browse files
add updates
1 parent 32eac90 commit 6c5703b

4 files changed

Lines changed: 148 additions & 12 deletions

File tree

src/Billing/BillingClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
* @method \GuzzleHttp\Promise\Promise queryBillDaySummaryAsync(array $args = [])
3939
* @method \Jdcloud\Result calculateTotalPrice(array $args = [])
4040
* @method \GuzzleHttp\Promise\Promise calculateTotalPriceAsync(array $args = [])
41+
* @method \Jdcloud\Result describeSplitBillItems(array $args = [])
42+
* @method \GuzzleHttp\Promise\Promise describeSplitBillItemsAsync(array $args = [])
4143
*/
4244
class BillingClient extends JdCloudClient
4345
{

src/Billing/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2026-07-02 version 1.1.18
2+
新增新版分账账单对外接口
13
2024-07-23 version 1.1.16
24
增加分账账单对外接口
35
2024-07-23 version 1.1.13

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

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@
9292
'input' => [ 'shape' => 'CalculateTotalPriceRequestShape', ],
9393
'output' => [ 'shape' => 'CalculateTotalPriceResponseShape', ],
9494
],
95+
'DescribeSplitBillItems' => [
96+
'name' => 'DescribeSplitBillItems',
97+
'http' => [
98+
'method' => 'POST',
99+
'requestUri' => '/v1/regions/{regionId}/describeSplitBillItems',
100+
],
101+
'input' => [ 'shape' => 'DescribeSplitBillItemsRequestShape', ],
102+
'output' => [ 'shape' => 'DescribeSplitBillItemsResponseShape', ],
103+
],
95104
],
96105
'shapes' => [
97106
'BillQueryCondition' => [
@@ -135,6 +144,9 @@
135144
'outAccountType' => [ 'type' => 'integer', 'locationName' => 'outAccountType', ],
136145
'outAccountDay' => [ 'type' => 'integer', 'locationName' => 'outAccountDay', ],
137146
'timeCron' => [ 'type' => 'string', 'locationName' => 'timeCron', ],
147+
'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ],
148+
'targetType' => [ 'type' => 'integer', 'locationName' => 'targetType', ],
149+
'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ],
138150
],
139151
],
140152
'AccountingRuleVo' => [
@@ -1199,6 +1211,10 @@
11991211
'members' => [
12001212
'resourceIdList' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
12011213
'processTypes' => [ 'type' => 'list', 'member' => [ 'type' => 'integer', ], ],
1214+
'operatorType' => [ 'type' => 'integer', 'locationName' => 'operatorType', ],
1215+
'opType' => [ 'type' => 'integer', 'locationName' => 'opType', ],
1216+
'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ],
1217+
'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ],
12021218
],
12031219
],
12041220
'ResourceOrderSnapshotVo' => [
@@ -1405,18 +1421,35 @@
14051421
'clientType' => [ 'type' => 'integer', 'locationName' => 'clientType', ],
14061422
],
14071423
],
1424+
'ResourceTag' => [
1425+
'type' => 'structure',
1426+
'members' => [
1427+
'tagKey' => [ 'type' => 'string', 'locationName' => 'tagKey', ],
1428+
'tagValue' => [ 'type' => 'string', 'locationName' => 'tagValue', ],
1429+
],
1430+
],
14081431
'ResourceUsageReq' => [
14091432
'type' => 'structure',
14101433
'members' => [
14111434
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
14121435
'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ],
14131436
'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ],
14141437
'region' => [ 'type' => 'string', 'locationName' => 'region', ],
1438+
'az' => [ 'type' => 'string', 'locationName' => 'az', ],
14151439
'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ],
14161440
'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ],
14171441
'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ],
14181442
'site' => [ 'type' => 'integer', 'locationName' => 'site', ],
14191443
'formula' => [ 'type' => 'list', 'member' => [ 'shape' => 'Formula', ], ],
1444+
'subList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubFormula', ], ],
1445+
],
1446+
],
1447+
'SubFormula' => [
1448+
'type' => 'structure',
1449+
'members' => [
1450+
'subId' => [ 'type' => 'string', 'locationName' => 'subId', ],
1451+
'subName' => [ 'type' => 'string', 'locationName' => 'subName', ],
1452+
'formula' => [ 'type' => 'list', 'member' => [ 'shape' => 'Formula', ], ],
14201453
],
14211454
],
14221455
'ServiceBillAdjust' => [
@@ -1463,6 +1496,28 @@
14631496
'tagDetails' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceTagVo', ], ],
14641497
],
14651498
],
1499+
'TidbPostpaidPinServiceMonthSummaryVo' => [
1500+
'type' => 'structure',
1501+
'members' => [
1502+
'id' => [ 'type' => 'integer', 'locationName' => 'id', ],
1503+
'billDate' => [ 'type' => 'string', 'locationName' => 'billDate', ],
1504+
'billId' => [ 'type' => 'string', 'locationName' => 'billId', ],
1505+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
1506+
'payerPin' => [ 'type' => 'string', 'locationName' => 'payerPin', ],
1507+
'site' => [ 'type' => 'integer', 'locationName' => 'site', ],
1508+
'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ],
1509+
'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ],
1510+
'serviceCodeName' => [ 'type' => 'string', 'locationName' => 'serviceCodeName', ],
1511+
'org' => [ 'type' => 'string', 'locationName' => 'org', ],
1512+
'actualFee' => [ 'type' => 'double', 'locationName' => 'actualFee', ],
1513+
'currency' => [ 'type' => 'string', 'locationName' => 'currency', ],
1514+
'consumeType' => [ 'type' => 'integer', 'locationName' => 'consumeType', ],
1515+
'status' => [ 'type' => 'integer', 'locationName' => 'status', ],
1516+
'createTime' => [ 'type' => 'string', 'locationName' => 'createTime', ],
1517+
'updateTime' => [ 'type' => 'string', 'locationName' => 'updateTime', ],
1518+
'version' => [ 'type' => 'integer', 'locationName' => 'version', ],
1519+
],
1520+
],
14661521
'UnreleasedSc' => [
14671522
'type' => 'structure',
14681523
'members' => [
@@ -1834,5 +1889,94 @@
18341889
'operateTime' => [ 'type' => 'string', 'locationName' => 'operateTime', ],
18351890
],
18361891
],
1892+
'DescribeSplitBillItemsResultShape' => [
1893+
'type' => 'structure',
1894+
'members' => [
1895+
'current' => [ 'type' => 'integer', 'locationName' => 'current', ],
1896+
'size' => [ 'type' => 'integer', 'locationName' => 'size', ],
1897+
'total' => [ 'type' => 'integer', 'locationName' => 'total', ],
1898+
'pages' => [ 'type' => 'integer', 'locationName' => 'pages', ],
1899+
'records' => [ 'type' => 'list', 'member' => [ 'shape' => 'SplitItemBillItemVO', ], ],
1900+
],
1901+
],
1902+
'SplitItemBillItemCondition' => [
1903+
'type' => 'structure',
1904+
'members' => [
1905+
'queryType' => [ 'type' => 'integer', 'locationName' => 'queryType', ],
1906+
'billStartDate' => [ 'type' => 'string', 'locationName' => 'billStartDate', ],
1907+
'billEndDate' => [ 'type' => 'string', 'locationName' => 'billEndDate', ],
1908+
'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ],
1909+
'serviceCodes' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
1910+
'region' => [ 'type' => 'string', 'locationName' => 'region', ],
1911+
'az' => [ 'type' => 'string', 'locationName' => 'az', ],
1912+
'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ],
1913+
'subId' => [ 'type' => 'string', 'locationName' => 'subId', ],
1914+
'subName' => [ 'type' => 'string', 'locationName' => 'subName', ],
1915+
'subIds' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
1916+
'billItem' => [ 'type' => 'string', 'locationName' => 'billItem', ],
1917+
'tags' => [ 'type' => 'list', 'member' => [ 'type' => 'object', ], ],
1918+
],
1919+
],
1920+
'DescribeSplitBillItemsRequestShape' => [
1921+
'type' => 'structure',
1922+
'members' => [
1923+
'pageIndex' => [ 'type' => 'integer', 'locationName' => 'pageIndex', ],
1924+
'pageSize' => [ 'type' => 'integer', 'locationName' => 'pageSize', ],
1925+
'queryType' => [ 'type' => 'integer', 'locationName' => 'queryType', ],
1926+
'billStartDate' => [ 'type' => 'string', 'locationName' => 'billStartDate', ],
1927+
'billEndDate' => [ 'type' => 'string', 'locationName' => 'billEndDate', ],
1928+
'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ],
1929+
'serviceCodes' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
1930+
'region' => [ 'type' => 'string', 'locationName' => 'region', ],
1931+
'az' => [ 'type' => 'string', 'locationName' => 'az', ],
1932+
'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ],
1933+
'subId' => [ 'type' => 'string', 'locationName' => 'subId', ],
1934+
'subName' => [ 'type' => 'string', 'locationName' => 'subName', ],
1935+
'subIds' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
1936+
'billItem' => [ 'type' => 'string', 'locationName' => 'billItem', ],
1937+
'tags' => [ 'type' => 'list', 'member' => [ 'type' => 'object', ], ],
1938+
'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ],
1939+
],
1940+
],
1941+
'DescribeSplitBillItemsResponseShape' => [
1942+
'type' => 'structure',
1943+
'members' => [
1944+
'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ],
1945+
'result' => [ 'shape' => 'DescribeSplitBillItemsResultShape', ],
1946+
],
1947+
],
1948+
'SplitItemBillItemVO' => [
1949+
'type' => 'structure',
1950+
'members' => [
1951+
'billDate' => [ 'type' => 'string', 'locationName' => 'billDate', ],
1952+
'billTime' => [ 'type' => 'string', 'locationName' => 'billTime', ],
1953+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
1954+
'userId' => [ 'type' => 'string', 'locationName' => 'userId', ],
1955+
'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ],
1956+
'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ],
1957+
'appCodeName' => [ 'type' => 'string', 'locationName' => 'appCodeName', ],
1958+
'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ],
1959+
'serviceCodeName' => [ 'type' => 'string', 'locationName' => 'serviceCodeName', ],
1960+
'region' => [ 'type' => 'string', 'locationName' => 'region', ],
1961+
'regionName' => [ 'type' => 'string', 'locationName' => 'regionName', ],
1962+
'az' => [ 'type' => 'string', 'locationName' => 'az', ],
1963+
'azName' => [ 'type' => 'string', 'locationName' => 'azName', ],
1964+
'billingType' => [ 'type' => 'string', 'locationName' => 'billingType', ],
1965+
'billId' => [ 'type' => 'string', 'locationName' => 'billId', ],
1966+
'startTime' => [ 'type' => 'date', 'locationName' => 'startTime', ],
1967+
'endTime' => [ 'type' => 'date', 'locationName' => 'endTime', ],
1968+
'subId' => [ 'type' => 'string', 'locationName' => 'subId', ],
1969+
'subName' => [ 'type' => 'string', 'locationName' => 'subName', ],
1970+
'billItem' => [ 'type' => 'string', 'locationName' => 'billItem', ],
1971+
'billItemName' => [ 'type' => 'string', 'locationName' => 'billItemName', ],
1972+
'billItemUnit' => [ 'type' => 'string', 'locationName' => 'billItemUnit', ],
1973+
'unitPrice' => [ 'type' => 'string', 'locationName' => 'unitPrice', ],
1974+
'usageValue' => [ 'type' => 'double', 'locationName' => 'usageValue', ],
1975+
'deductValue' => [ 'type' => 'double', 'locationName' => 'deductValue', ],
1976+
'billFee' => [ 'type' => 'double', 'locationName' => 'billFee', ],
1977+
'actualFee' => [ 'type' => 'double', 'locationName' => 'actualFee', ],
1978+
'tags' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceTag', ], ],
1979+
],
1980+
],
18371981
],
18381982
];

src/data/manifest.json.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,6 @@
361361
'namespace' => 'Hufu',
362362
'versions' => [ 'latest' => 'v1', ],
363363
],
364-
'es' => [
365-
'namespace' => 'Es',
366-
'versions' => [ 'latest' => 'v1', ],
367-
],
368364
'httpdns' => [
369365
'namespace' => 'Httpdns',
370366
'versions' => [ 'latest' => 'v1', ],
@@ -441,10 +437,6 @@
441437
'namespace' => 'Vod',
442438
'versions' => [ 'latest' => 'v1', ],
443439
],
444-
'jdaip' => [
445-
'namespace' => 'Jdaip',
446-
'versions' => [ 'latest' => 'v1', ],
447-
],
448440
'yundingdatapush' => [
449441
'namespace' => 'Yundingdatapush',
450442
'versions' => [ 'latest' => 'v1', ],
@@ -485,10 +477,6 @@
485477
'namespace' => 'Jdworkspace',
486478
'versions' => [ 'latest' => 'v1', ],
487479
],
488-
'dts' => [
489-
'namespace' => 'Dts',
490-
'versions' => [ 'latest' => 'v2', ],
491-
],
492480
'assistant' => [
493481
'namespace' => 'Assistant',
494482
'versions' => [ 'latest' => 'v1', ],

0 commit comments

Comments
 (0)