File tree 7 files changed +19
-16
lines changed 7 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"scope": "alibabacloud",
3
3
"name": "Agency20250227",
4
- "version": "1.0.7 ",
4
+ "version": "1.0.8 ",
5
5
"main": "./main.tea",
6
6
"maintainers": [
7
7
{
23
23
}
24
24
},
25
25
"releases": {
26
- "java": "com.aliyun:agency20250227:1.0.4 ",
27
- "go": "github.com/alibabacloud-go/agency-20250227/client:v1.0.4 ",
28
- "csharp": "AlibabaCloud.SDK.Agency20250227:1.0.4 ",
29
- "ts": "@alicloud/agency20250227:1.0.4 ",
30
- "php": "alibabacloud/agency-20250227:1.0.4 ",
31
- "python": "alibabacloud_agency20250227:1.0.4 ",
26
+ "java": "com.aliyun:agency20250227:1.0.5 ",
27
+ "go": "github.com/alibabacloud-go/agency-20250227/client:v1.0.5 ",
28
+ "csharp": "AlibabaCloud.SDK.Agency20250227:1.0.5 ",
29
+ "ts": "@alicloud/agency20250227:1.0.5 ",
30
+ "php": "alibabacloud/agency-20250227:1.0.5 ",
31
+ "python": "alibabacloud_agency20250227:1.0.5 ",
32
32
"python2": "alibabacloud_agency20250227_py2:0.0.1",
33
- "swift": "alibabacloud-sdk-swift/agency-20250227:1.0.4 "
33
+ "swift": "alibabacloud-sdk-swift/agency-20250227:1.0.5 "
34
34
},
35
35
"libraries": {
36
36
"OpenApi": "alibabacloud:OpenApi:*",
Original file line number Diff line number Diff line change 4
4
"apiDoc" : {
5
5
"hasDoc" : [
6
6
" GetCustomerOrderList" ,
7
+ " GetSubPartnerList" ,
7
8
" GetRenewalRateList" ,
8
- " GetBillDetailFileList " ,
9
+ " GetSubPartnerOrderList " ,
9
10
" GetCommissionDetailFileList" ,
10
- " GetSubPartnerList" ,
11
- " GetSubPartnerOrderList"
11
+ " GetBillDetailFileList"
12
12
],
13
13
"noDoc" : []
14
14
},
Original file line number Diff line number Diff line change 3
3
"version" : " 2025-02-27" ,
4
4
"apiDoc" : {
5
5
"hasDoc" : [
6
- " GetRenewalRateList" ,
7
6
" GetSubPartnerList" ,
8
- " GetCommissionDetailFileList " ,
7
+ " GetRenewalRateList " ,
9
8
" GetCustomerOrderList" ,
10
9
" GetBillDetailFileList" ,
10
+ " GetCommissionDetailFileList" ,
11
11
" GetSubPartnerOrderList"
12
12
],
13
13
"noDoc" : []
Original file line number Diff line number Diff line change @@ -373,6 +373,7 @@ model GetSubPartnerOrderListResponseBody = {
373
373
amountDiscount?: double(name='AmountDiscount', example='0.9'),
374
374
amountDue?: double(name='AmountDue', example='3750'),
375
375
createdAt?: string(name='CreatedAt', example='2024-07-07 07:52:22'),
376
+ customerClassification?: string(name='CustomerClassification'),
376
377
deductedAmountByCoupons?: double(name='DeductedAmountByCoupons', example='0'),
377
378
discountedPrice?: double(name='DiscountedPrice', example='3750'),
378
379
orderId?: long(name='OrderId', example='236414227150922'),
Original file line number Diff line number Diff line change @@ -675,6 +675,7 @@ model GetSubPartnerOrderListResponseBody = {
675
675
amountDiscount?: double (name= ' AmountDiscount' , example= ' 0.9' ),
676
676
amountDue?: double (name= ' AmountDue' , example= ' 3750' ),
677
677
createdAt?: string (name= ' CreatedAt' , example= ' 2024-07-07 07:52:22' ),
678
+ customerClassification?: string (name= ' CustomerClassification' ),
678
679
deductedAmountByCoupons?: double (name= ' DeductedAmountByCoupons' , example= ' 0' ),
679
680
discountedPrice?: double (name= ' DiscountedPrice' , example= ' 3750' ),
680
681
orderId?: long (name= ' OrderId' , example= ' 236414227150922' ),
Original file line number Diff line number Diff line change 4
4
"apiDoc" : {
5
5
"hasDoc" : [
6
6
" GetBillDetailFileList" ,
7
- " GetSubPartnerList " ,
7
+ " GetCustomerOrderList " ,
8
8
" GetRenewalRateList" ,
9
- " GetCommissionDetailFileList" ,
10
9
" GetSubPartnerOrderList" ,
11
- " GetCustomerOrderList"
10
+ " GetCommissionDetailFileList" ,
11
+ " GetSubPartnerList"
12
12
],
13
13
"noDoc" : []
14
14
},
Original file line number Diff line number Diff line change @@ -673,6 +673,7 @@ model GetSubPartnerOrderListResponseBody = {
673
673
amountDiscount?: double (name= ' AmountDiscount' , example= ' 0.9' ),
674
674
amountDue?: double (name= ' AmountDue' , example= ' 3750' ),
675
675
createdAt?: string (name= ' CreatedAt' , example= ' 2024-07-07 07:52:22' ),
676
+ customerClassification?: string (name= ' CustomerClassification' ),
676
677
deductedAmountByCoupons?: double (name= ' DeductedAmountByCoupons' , example= ' 0' ),
677
678
discountedPrice?: double (name= ' DiscountedPrice' , example= ' 3750' ),
678
679
orderId?: long (name= ' OrderId' , example= ' 236414227150922' ),
You can’t perform that action at this time.
0 commit comments