tencentcloud-sdk-nodejs 4.0.620 → 4.0.621
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +248 -0
- package/SERVICE_CHANGELOG.md +314 -107
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +15 -0
- package/src/services/ess/v20201111/ess_models.ts +117 -8
- package/src/services/gme/v20180711/gme_models.ts +5 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
- package/src/services/live/v20180801/live_client.ts +16 -1
- package/src/services/live/v20180801/live_models.ts +70 -46
- package/src/services/ocr/v20181119/ocr_models.ts +6 -6
- package/src/services/organization/v20210331/organization_client.ts +145 -106
- package/src/services/organization/v20210331/organization_models.ts +390 -165
- package/src/services/partners/v20180321/partners_client.ts +64 -122
- package/src/services/partners/v20180321/partners_models.ts +0 -356
- package/src/services/postgres/v20170312/postgres_client.ts +18 -18
- package/src/services/postgres/v20170312/postgres_models.ts +14 -10
- package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
- package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
- package/src/services/sms/v20190711/sms_models.ts +1 -4
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssa/v20180608/ssa_client.ts +1 -1
- package/src/services/ssa/v20180608/ssa_models.ts +75 -14
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +0 -32
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +112 -8
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +8 -1
- package/tencentcloud/services/live/v20180801/live_client.js +9 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +68 -46
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
- package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
- package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +18 -18
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +18 -18
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -10
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +75 -14
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -30
- package/test/ess.v20201111.test.js +10 -0
- package/test/live.v20180801.test.js +10 -0
- package/test/organization.v20210331.test.js +66 -36
- package/test/partners.v20180321.test.js +28 -68
- package/test/privatedns.v20201028.test.js +44 -34
- package/test/tdmq.v20200217.test.js +0 -10
|
@@ -19,7 +19,6 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
AgentClientElem,
|
|
22
|
-
DescribeAgentDealsCacheRequest,
|
|
23
22
|
DescribeSalesmansRequest,
|
|
24
23
|
DescribeAgentAuditedClientsRequest,
|
|
25
24
|
DescribeRebateInfosNewRequest,
|
|
@@ -29,11 +28,8 @@ import {
|
|
|
29
28
|
DescribeAgentClientGradeResponse,
|
|
30
29
|
DescribeAgentDealsByCacheResponse,
|
|
31
30
|
RebateInfoElem,
|
|
32
|
-
DescribeClientBalanceResponse,
|
|
33
|
-
DescribeAgentSelfPayDealsResponse,
|
|
34
31
|
DescribeAgentPayDealsV2Response,
|
|
35
32
|
AgentTransferMoneyRequest,
|
|
36
|
-
DescribeClientBalanceRequest,
|
|
37
33
|
DescribeAgentPayDealsV2Request,
|
|
38
34
|
ProductInfoElem,
|
|
39
35
|
UnbindClientElem,
|
|
@@ -42,7 +38,6 @@ import {
|
|
|
42
38
|
CreatePayRelationForClientResponse,
|
|
43
39
|
DescribeAgentAuditedClientsResponse,
|
|
44
40
|
DescribeAgentBillsResponse,
|
|
45
|
-
DescribeAgentPayDealsRequest,
|
|
46
41
|
AuditApplyClientRequest,
|
|
47
42
|
ModifyClientRemarkResponse,
|
|
48
43
|
DescribeAgentClientsResponse,
|
|
@@ -52,10 +47,7 @@ import {
|
|
|
52
47
|
DescribeSalesmansResponse,
|
|
53
48
|
AgentAuditedClient,
|
|
54
49
|
DescribeUnbindClientListRequest,
|
|
55
|
-
DescribeAgentPayDealsResponse,
|
|
56
|
-
DealGoodsPriceElem,
|
|
57
50
|
DescribeAgentDealsByCacheRequest,
|
|
58
|
-
DescribeAgentSelfPayDealsRequest,
|
|
59
51
|
ModifyClientRemarkRequest,
|
|
60
52
|
CreatePayRelationForClientRequest,
|
|
61
53
|
AgentTransferMoneyResponse,
|
|
@@ -64,10 +56,8 @@ import {
|
|
|
64
56
|
AssignClientsToSalesResponse,
|
|
65
57
|
AgentBillElem,
|
|
66
58
|
AuditApplyClientResponse,
|
|
67
|
-
DescribeAgentDealsCacheResponse,
|
|
68
59
|
DescribeAgentBillsRequest,
|
|
69
60
|
AgentPayDealsResponse,
|
|
70
|
-
AgentDealElem,
|
|
71
61
|
AgentSalesmanElem,
|
|
72
62
|
DescribeClientBalanceNewRequest,
|
|
73
63
|
DealGoodsPriceNewElem,
|
|
@@ -101,15 +91,33 @@ export class Client extends AbstractClient {
|
|
|
101
91
|
}
|
|
102
92
|
|
|
103
93
|
/**
|
|
104
|
-
|
|
94
|
+
* 查询代理商名下指定代客的自付订单(预付费)
|
|
95
|
+
*/
|
|
96
|
+
async DescribeAgentSelfPayDealsV2(
|
|
97
|
+
req: DescribeAgentSelfPayDealsV2Request,
|
|
98
|
+
cb?: (error: string, rep: DescribeAgentSelfPayDealsV2Response) => void
|
|
99
|
+
): Promise<DescribeAgentSelfPayDealsV2Response> {
|
|
100
|
+
return this.request("DescribeAgentSelfPayDealsV2", req, cb)
|
|
101
|
+
}
|
|
105
102
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
103
|
+
/**
|
|
104
|
+
* 代理商可以对名下客户添加备注、修改备注
|
|
105
|
+
*/
|
|
106
|
+
async ModifyClientRemark(
|
|
107
|
+
req: ModifyClientRemarkRequest,
|
|
108
|
+
cb?: (error: string, rep: ModifyClientRemarkResponse) => void
|
|
109
|
+
): Promise<ModifyClientRemarkResponse> {
|
|
110
|
+
return this.request("ModifyClientRemark", req, cb)
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* 代理商支付订单接口,支持自付/代付
|
|
115
|
+
*/
|
|
116
|
+
async AgentPayDeals(
|
|
117
|
+
req: AgentPayDealsRequest,
|
|
118
|
+
cb?: (error: string, rep: AgentPayDealsResponse) => void
|
|
119
|
+
): Promise<AgentPayDealsResponse> {
|
|
120
|
+
return this.request("AgentPayDeals", req, cb)
|
|
113
121
|
}
|
|
114
122
|
|
|
115
123
|
/**
|
|
@@ -122,6 +130,16 @@ export class Client extends AbstractClient {
|
|
|
122
130
|
return this.request("DescribeAgentBills", req, cb)
|
|
123
131
|
}
|
|
124
132
|
|
|
133
|
+
/**
|
|
134
|
+
* 代理商可查询自己名下全部返佣信息
|
|
135
|
+
*/
|
|
136
|
+
async DescribeRebateInfosNew(
|
|
137
|
+
req: DescribeRebateInfosNewRequest,
|
|
138
|
+
cb?: (error: string, rep: DescribeRebateInfosNewResponse) => void
|
|
139
|
+
): Promise<DescribeRebateInfosNewResponse> {
|
|
140
|
+
return this.request("DescribeRebateInfosNew", req, cb)
|
|
141
|
+
}
|
|
142
|
+
|
|
125
143
|
/**
|
|
126
144
|
* 为合作伙伴提供转账给客户能力。仅支持合作伙伴为自己名下客户转账。
|
|
127
145
|
*/
|
|
@@ -142,6 +160,16 @@ export class Client extends AbstractClient {
|
|
|
142
160
|
return this.request("DescribeRebateInfos", req, cb)
|
|
143
161
|
}
|
|
144
162
|
|
|
163
|
+
/**
|
|
164
|
+
* 代理商查询名下业务员列表信息
|
|
165
|
+
*/
|
|
166
|
+
async DescribeSalesmans(
|
|
167
|
+
req: DescribeSalesmansRequest,
|
|
168
|
+
cb?: (error: string, rep: DescribeSalesmansResponse) => void
|
|
169
|
+
): Promise<DescribeSalesmansResponse> {
|
|
170
|
+
return this.request("DescribeSalesmans", req, cb)
|
|
171
|
+
}
|
|
172
|
+
|
|
145
173
|
/**
|
|
146
174
|
* 合作伙伴为客户消除强代付关系
|
|
147
175
|
*/
|
|
@@ -152,28 +180,6 @@ export class Client extends AbstractClient {
|
|
|
152
180
|
return this.request("RemovePayRelationForClient", req, cb)
|
|
153
181
|
}
|
|
154
182
|
|
|
155
|
-
/**
|
|
156
|
-
* 代理商可以对名下客户添加备注、修改备注
|
|
157
|
-
*/
|
|
158
|
-
async ModifyClientRemark(
|
|
159
|
-
req: ModifyClientRemarkRequest,
|
|
160
|
-
cb?: (error: string, rep: ModifyClientRemarkResponse) => void
|
|
161
|
-
): Promise<ModifyClientRemarkResponse> {
|
|
162
|
-
return this.request("ModifyClientRemark", req, cb)
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* 已提供新接口并推进切换,白名单禁用控制访问观察后无反馈,可以下线
|
|
167
|
-
|
|
168
|
-
【该接口将逐步下线,请切换使用升级版本DescribeClientBalanceNew】为合作伙伴提供查询客户余额能力。调用者必须是合作伙伴,只能查询自己名下客户余额.
|
|
169
|
-
*/
|
|
170
|
-
async DescribeClientBalance(
|
|
171
|
-
req: DescribeClientBalanceRequest,
|
|
172
|
-
cb?: (error: string, rep: DescribeClientBalanceResponse) => void
|
|
173
|
-
): Promise<DescribeClientBalanceResponse> {
|
|
174
|
-
return this.request("DescribeClientBalance", req, cb)
|
|
175
|
-
}
|
|
176
|
-
|
|
177
183
|
/**
|
|
178
184
|
* 为合作伙伴提供查询客户余额能力。调用者必须是合作伙伴,只能查询自己名下客户余额
|
|
179
185
|
*/
|
|
@@ -184,16 +190,6 @@ export class Client extends AbstractClient {
|
|
|
184
190
|
return this.request("DescribeClientBalanceNew", req, cb)
|
|
185
191
|
}
|
|
186
192
|
|
|
187
|
-
/**
|
|
188
|
-
* 传入代客uin,查客户级别,客户审核状态,客户实名认证状态
|
|
189
|
-
*/
|
|
190
|
-
async DescribeAgentClientGrade(
|
|
191
|
-
req: DescribeAgentClientGradeRequest,
|
|
192
|
-
cb?: (error: string, rep: DescribeAgentClientGradeResponse) => void
|
|
193
|
-
): Promise<DescribeAgentClientGradeResponse> {
|
|
194
|
-
return this.request("DescribeAgentClientGrade", req, cb)
|
|
195
|
-
}
|
|
196
|
-
|
|
197
193
|
/**
|
|
198
194
|
* 代理商名下客户解绑记录查询接口
|
|
199
195
|
*/
|
|
@@ -205,35 +201,23 @@ export class Client extends AbstractClient {
|
|
|
205
201
|
}
|
|
206
202
|
|
|
207
203
|
/**
|
|
208
|
-
*
|
|
204
|
+
* 代理商可查询自己名下待审核客户列表
|
|
209
205
|
*/
|
|
210
|
-
async
|
|
211
|
-
req:
|
|
212
|
-
cb?: (error: string, rep:
|
|
213
|
-
): Promise<
|
|
214
|
-
return this.request("
|
|
206
|
+
async DescribeAgentClients(
|
|
207
|
+
req: DescribeAgentClientsRequest,
|
|
208
|
+
cb?: (error: string, rep: DescribeAgentClientsResponse) => void
|
|
209
|
+
): Promise<DescribeAgentClientsResponse> {
|
|
210
|
+
return this.request("DescribeAgentClients", req, cb)
|
|
215
211
|
}
|
|
216
212
|
|
|
217
213
|
/**
|
|
218
|
-
*
|
|
214
|
+
* 传入代客uin,查客户级别,客户审核状态,客户实名认证状态
|
|
219
215
|
*/
|
|
220
|
-
async
|
|
221
|
-
req:
|
|
222
|
-
cb?: (error: string, rep:
|
|
223
|
-
): Promise<
|
|
224
|
-
return this.request("
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
/**
|
|
228
|
-
* 已提供新接口并推动切换,改切口目前白名单限制所有访问,申请下线
|
|
229
|
-
|
|
230
|
-
【该接口已下线,请切换使用升级版本DescribeAgentPayDealsV2】可以查询代理商代付的所有订单
|
|
231
|
-
*/
|
|
232
|
-
async DescribeAgentPayDeals(
|
|
233
|
-
req: DescribeAgentPayDealsRequest,
|
|
234
|
-
cb?: (error: string, rep: DescribeAgentPayDealsResponse) => void
|
|
235
|
-
): Promise<DescribeAgentPayDealsResponse> {
|
|
236
|
-
return this.request("DescribeAgentPayDeals", req, cb)
|
|
216
|
+
async DescribeAgentClientGrade(
|
|
217
|
+
req: DescribeAgentClientGradeRequest,
|
|
218
|
+
cb?: (error: string, rep: DescribeAgentClientGradeResponse) => void
|
|
219
|
+
): Promise<DescribeAgentClientGradeResponse> {
|
|
220
|
+
return this.request("DescribeAgentClientGrade", req, cb)
|
|
237
221
|
}
|
|
238
222
|
|
|
239
223
|
/**
|
|
@@ -257,13 +241,13 @@ export class Client extends AbstractClient {
|
|
|
257
241
|
}
|
|
258
242
|
|
|
259
243
|
/**
|
|
260
|
-
*
|
|
244
|
+
* 合作伙伴为客户创建强代付关系
|
|
261
245
|
*/
|
|
262
|
-
async
|
|
263
|
-
req:
|
|
264
|
-
cb?: (error: string, rep:
|
|
265
|
-
): Promise<
|
|
266
|
-
return this.request("
|
|
246
|
+
async CreatePayRelationForClient(
|
|
247
|
+
req: CreatePayRelationForClientRequest,
|
|
248
|
+
cb?: (error: string, rep: CreatePayRelationForClientResponse) => void
|
|
249
|
+
): Promise<CreatePayRelationForClientResponse> {
|
|
250
|
+
return this.request("CreatePayRelationForClient", req, cb)
|
|
267
251
|
}
|
|
268
252
|
|
|
269
253
|
/**
|
|
@@ -285,46 +269,4 @@ export class Client extends AbstractClient {
|
|
|
285
269
|
): Promise<DescribeAgentDealsByCacheResponse> {
|
|
286
270
|
return this.request("DescribeAgentDealsByCache", req, cb)
|
|
287
271
|
}
|
|
288
|
-
|
|
289
|
-
/**
|
|
290
|
-
* 已提供新接口并推动切换,改切口目前白名单限制所有访问,申请下线
|
|
291
|
-
|
|
292
|
-
【该接口已下线,请切换使用升级版本DescribeAgentSelfPayDealsV2】可以查询代理商下指定客户的自付订单
|
|
293
|
-
*/
|
|
294
|
-
async DescribeAgentSelfPayDeals(
|
|
295
|
-
req: DescribeAgentSelfPayDealsRequest,
|
|
296
|
-
cb?: (error: string, rep: DescribeAgentSelfPayDealsResponse) => void
|
|
297
|
-
): Promise<DescribeAgentSelfPayDealsResponse> {
|
|
298
|
-
return this.request("DescribeAgentSelfPayDeals", req, cb)
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
/**
|
|
302
|
-
* 代理商可查询自己名下全部返佣信息
|
|
303
|
-
*/
|
|
304
|
-
async DescribeRebateInfosNew(
|
|
305
|
-
req: DescribeRebateInfosNewRequest,
|
|
306
|
-
cb?: (error: string, rep: DescribeRebateInfosNewResponse) => void
|
|
307
|
-
): Promise<DescribeRebateInfosNewResponse> {
|
|
308
|
-
return this.request("DescribeRebateInfosNew", req, cb)
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* 代理商可查询自己名下待审核客户列表
|
|
313
|
-
*/
|
|
314
|
-
async DescribeAgentClients(
|
|
315
|
-
req: DescribeAgentClientsRequest,
|
|
316
|
-
cb?: (error: string, rep: DescribeAgentClientsResponse) => void
|
|
317
|
-
): Promise<DescribeAgentClientsResponse> {
|
|
318
|
-
return this.request("DescribeAgentClients", req, cb)
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
/**
|
|
322
|
-
* 合作伙伴为客户创建强代付关系
|
|
323
|
-
*/
|
|
324
|
-
async CreatePayRelationForClient(
|
|
325
|
-
req: CreatePayRelationForClientRequest,
|
|
326
|
-
cb?: (error: string, rep: CreatePayRelationForClientResponse) => void
|
|
327
|
-
): Promise<CreatePayRelationForClientResponse> {
|
|
328
|
-
return this.request("CreatePayRelationForClient", req, cb)
|
|
329
|
-
}
|
|
330
272
|
}
|
|
@@ -68,48 +68,6 @@ export interface AgentClientElem {
|
|
|
68
68
|
ClientName: string
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
/**
|
|
72
|
-
* DescribeAgentDealsCache请求参数结构体
|
|
73
|
-
*/
|
|
74
|
-
export interface DescribeAgentDealsCacheRequest {
|
|
75
|
-
/**
|
|
76
|
-
* 偏移量
|
|
77
|
-
*/
|
|
78
|
-
Offset: number
|
|
79
|
-
/**
|
|
80
|
-
* 限制数目 最大200
|
|
81
|
-
*/
|
|
82
|
-
Limit: number
|
|
83
|
-
/**
|
|
84
|
-
* 下单时间范围起始点【请保持时间范围最大90天】
|
|
85
|
-
*/
|
|
86
|
-
CreatTimeRangeStart?: string
|
|
87
|
-
/**
|
|
88
|
-
* 下单时间范围终止点【请保持时间范围最大90天】
|
|
89
|
-
*/
|
|
90
|
-
CreatTimeRangeEnd?: string
|
|
91
|
-
/**
|
|
92
|
-
* 0:下单时间降序;其他:下单时间升序
|
|
93
|
-
*/
|
|
94
|
-
Order?: number
|
|
95
|
-
/**
|
|
96
|
-
* 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
|
|
97
|
-
*/
|
|
98
|
-
Status?: number
|
|
99
|
-
/**
|
|
100
|
-
* 下单人账号ID列表
|
|
101
|
-
*/
|
|
102
|
-
OwnerUins?: Array<string>
|
|
103
|
-
/**
|
|
104
|
-
* 订单号列表
|
|
105
|
-
*/
|
|
106
|
-
DealNames?: Array<string>
|
|
107
|
-
/**
|
|
108
|
-
* 支付方式,0:自付;1:代付
|
|
109
|
-
*/
|
|
110
|
-
PayerMode?: number
|
|
111
|
-
}
|
|
112
|
-
|
|
113
71
|
/**
|
|
114
72
|
* DescribeSalesmans请求参数结构体
|
|
115
73
|
*/
|
|
@@ -332,42 +290,6 @@ export interface RebateInfoElem {
|
|
|
332
290
|
ExceptionFlag: string
|
|
333
291
|
}
|
|
334
292
|
|
|
335
|
-
/**
|
|
336
|
-
* DescribeClientBalance返回参数结构体
|
|
337
|
-
*/
|
|
338
|
-
export interface DescribeClientBalanceResponse {
|
|
339
|
-
/**
|
|
340
|
-
* 账户可用余额,单位分 (可用余额 = 现金余额 - 冻结金额) 【注:该数据准确性存疑,请切换至DescribeClientBalanceNew取值】
|
|
341
|
-
*/
|
|
342
|
-
Balance: number
|
|
343
|
-
/**
|
|
344
|
-
* 账户现金余额,单位分
|
|
345
|
-
*/
|
|
346
|
-
Cash: number
|
|
347
|
-
/**
|
|
348
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
349
|
-
*/
|
|
350
|
-
RequestId?: string
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
/**
|
|
354
|
-
* DescribeAgentSelfPayDeals返回参数结构体
|
|
355
|
-
*/
|
|
356
|
-
export interface DescribeAgentSelfPayDealsResponse {
|
|
357
|
-
/**
|
|
358
|
-
* 订单数组
|
|
359
|
-
*/
|
|
360
|
-
AgentPayDealSet?: Array<AgentDealElem>
|
|
361
|
-
/**
|
|
362
|
-
* 符合条件的订单总数量
|
|
363
|
-
*/
|
|
364
|
-
TotalCount?: number
|
|
365
|
-
/**
|
|
366
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
367
|
-
*/
|
|
368
|
-
RequestId?: string
|
|
369
|
-
}
|
|
370
|
-
|
|
371
293
|
/**
|
|
372
294
|
* DescribeAgentPayDealsV2返回参数结构体
|
|
373
295
|
*/
|
|
@@ -400,16 +322,6 @@ export interface AgentTransferMoneyRequest {
|
|
|
400
322
|
Amount: number
|
|
401
323
|
}
|
|
402
324
|
|
|
403
|
-
/**
|
|
404
|
-
* DescribeClientBalance请求参数结构体
|
|
405
|
-
*/
|
|
406
|
-
export interface DescribeClientBalanceRequest {
|
|
407
|
-
/**
|
|
408
|
-
* 客户(代客)账号ID
|
|
409
|
-
*/
|
|
410
|
-
ClientUin: string
|
|
411
|
-
}
|
|
412
|
-
|
|
413
325
|
/**
|
|
414
326
|
* DescribeAgentPayDealsV2请求参数结构体
|
|
415
327
|
*/
|
|
@@ -568,44 +480,6 @@ export interface DescribeAgentBillsResponse {
|
|
|
568
480
|
RequestId?: string
|
|
569
481
|
}
|
|
570
482
|
|
|
571
|
-
/**
|
|
572
|
-
* DescribeAgentPayDeals请求参数结构体
|
|
573
|
-
*/
|
|
574
|
-
export interface DescribeAgentPayDealsRequest {
|
|
575
|
-
/**
|
|
576
|
-
* 偏移量
|
|
577
|
-
*/
|
|
578
|
-
Offset: number
|
|
579
|
-
/**
|
|
580
|
-
* 限制数目 最大100
|
|
581
|
-
*/
|
|
582
|
-
Limit: number
|
|
583
|
-
/**
|
|
584
|
-
* 下单时间范围起始点(不传时会默认查15天内订单,传值时需要传15天内的起始时间)
|
|
585
|
-
*/
|
|
586
|
-
CreatTimeRangeStart?: string
|
|
587
|
-
/**
|
|
588
|
-
* 下单时间范围终止点
|
|
589
|
-
*/
|
|
590
|
-
CreatTimeRangeEnd?: string
|
|
591
|
-
/**
|
|
592
|
-
* 0:下单时间降序;其他:下单时间升序
|
|
593
|
-
*/
|
|
594
|
-
Order?: number
|
|
595
|
-
/**
|
|
596
|
-
* 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
|
|
597
|
-
*/
|
|
598
|
-
Status?: number
|
|
599
|
-
/**
|
|
600
|
-
* 下单人账号ID列表
|
|
601
|
-
*/
|
|
602
|
-
OwnerUins?: Array<string>
|
|
603
|
-
/**
|
|
604
|
-
* 订单号列表
|
|
605
|
-
*/
|
|
606
|
-
DealNames?: Array<string>
|
|
607
|
-
}
|
|
608
|
-
|
|
609
483
|
/**
|
|
610
484
|
* AuditApplyClient请求参数结构体
|
|
611
485
|
*/
|
|
@@ -999,38 +873,6 @@ export interface DescribeUnbindClientListRequest {
|
|
|
999
873
|
OrderDirection?: string
|
|
1000
874
|
}
|
|
1001
875
|
|
|
1002
|
-
/**
|
|
1003
|
-
* DescribeAgentPayDeals返回参数结构体
|
|
1004
|
-
*/
|
|
1005
|
-
export interface DescribeAgentPayDealsResponse {
|
|
1006
|
-
/**
|
|
1007
|
-
* 订单数组
|
|
1008
|
-
*/
|
|
1009
|
-
AgentPayDealSet?: Array<AgentDealElem>
|
|
1010
|
-
/**
|
|
1011
|
-
* 符合条件的订单总数量
|
|
1012
|
-
*/
|
|
1013
|
-
TotalCount?: number
|
|
1014
|
-
/**
|
|
1015
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1016
|
-
*/
|
|
1017
|
-
RequestId?: string
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
/**
|
|
1021
|
-
* 订单价格详情
|
|
1022
|
-
*/
|
|
1023
|
-
export interface DealGoodsPriceElem {
|
|
1024
|
-
/**
|
|
1025
|
-
* 实付金额(单位:分)
|
|
1026
|
-
*/
|
|
1027
|
-
RealTotalCost: number
|
|
1028
|
-
/**
|
|
1029
|
-
* 订单实际金额(不含折扣,单位:分)
|
|
1030
|
-
*/
|
|
1031
|
-
OriginalTotalCost: number
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
876
|
/**
|
|
1035
877
|
* DescribeAgentDealsByCache请求参数结构体
|
|
1036
878
|
*/
|
|
@@ -1077,44 +919,6 @@ export interface DescribeAgentDealsByCacheRequest {
|
|
|
1077
919
|
PayerMode?: number
|
|
1078
920
|
}
|
|
1079
921
|
|
|
1080
|
-
/**
|
|
1081
|
-
* DescribeAgentSelfPayDeals请求参数结构体
|
|
1082
|
-
*/
|
|
1083
|
-
export interface DescribeAgentSelfPayDealsRequest {
|
|
1084
|
-
/**
|
|
1085
|
-
* 下单人账号ID
|
|
1086
|
-
*/
|
|
1087
|
-
OwnerUin: string
|
|
1088
|
-
/**
|
|
1089
|
-
* 偏移量
|
|
1090
|
-
*/
|
|
1091
|
-
Offset: number
|
|
1092
|
-
/**
|
|
1093
|
-
* 限制数目 最大100
|
|
1094
|
-
*/
|
|
1095
|
-
Limit: number
|
|
1096
|
-
/**
|
|
1097
|
-
* 下单时间范围起始点(不传时会默认查15天内订单,传值时需要传15天内的起始时间)
|
|
1098
|
-
*/
|
|
1099
|
-
CreatTimeRangeStart?: string
|
|
1100
|
-
/**
|
|
1101
|
-
* 下单时间范围终止点
|
|
1102
|
-
*/
|
|
1103
|
-
CreatTimeRangeEnd?: string
|
|
1104
|
-
/**
|
|
1105
|
-
* 0:下单时间降序;其他:下单时间升序
|
|
1106
|
-
*/
|
|
1107
|
-
Order?: number
|
|
1108
|
-
/**
|
|
1109
|
-
* 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
|
|
1110
|
-
*/
|
|
1111
|
-
Status?: number
|
|
1112
|
-
/**
|
|
1113
|
-
* 订单号列表
|
|
1114
|
-
*/
|
|
1115
|
-
DealNames?: Array<string>
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
922
|
/**
|
|
1119
923
|
* ModifyClientRemark请求参数结构体
|
|
1120
924
|
*/
|
|
@@ -1293,24 +1097,6 @@ export interface AuditApplyClientResponse {
|
|
|
1293
1097
|
RequestId?: string
|
|
1294
1098
|
}
|
|
1295
1099
|
|
|
1296
|
-
/**
|
|
1297
|
-
* DescribeAgentDealsCache返回参数结构体
|
|
1298
|
-
*/
|
|
1299
|
-
export interface DescribeAgentDealsCacheResponse {
|
|
1300
|
-
/**
|
|
1301
|
-
* 订单数组
|
|
1302
|
-
*/
|
|
1303
|
-
AgentDealSet?: Array<AgentDealElem>
|
|
1304
|
-
/**
|
|
1305
|
-
* 符合条件的订单总数量
|
|
1306
|
-
*/
|
|
1307
|
-
TotalCount?: number
|
|
1308
|
-
/**
|
|
1309
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1310
|
-
*/
|
|
1311
|
-
RequestId?: string
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
1100
|
/**
|
|
1315
1101
|
* DescribeAgentBills请求参数结构体
|
|
1316
1102
|
*/
|
|
@@ -1355,148 +1141,6 @@ export interface AgentPayDealsResponse {
|
|
|
1355
1141
|
RequestId?: string
|
|
1356
1142
|
}
|
|
1357
1143
|
|
|
1358
|
-
/**
|
|
1359
|
-
* 描述代理商代付的订单信息
|
|
1360
|
-
*/
|
|
1361
|
-
export interface AgentDealElem {
|
|
1362
|
-
/**
|
|
1363
|
-
* 订单自增 ID【请勿依赖该字段作为唯一标识】
|
|
1364
|
-
*/
|
|
1365
|
-
DealId: string
|
|
1366
|
-
/**
|
|
1367
|
-
* 订单号【订单唯一键】
|
|
1368
|
-
*/
|
|
1369
|
-
DealName: string
|
|
1370
|
-
/**
|
|
1371
|
-
* 商品类型 ID
|
|
1372
|
-
*/
|
|
1373
|
-
GoodsCategoryId: string
|
|
1374
|
-
/**
|
|
1375
|
-
* 订单所有者
|
|
1376
|
-
*/
|
|
1377
|
-
OwnerUin: string
|
|
1378
|
-
/**
|
|
1379
|
-
* 订单所有者对应 appId
|
|
1380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1381
|
-
*/
|
|
1382
|
-
AppId: string
|
|
1383
|
-
/**
|
|
1384
|
-
* 商品数量
|
|
1385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1386
|
-
*/
|
|
1387
|
-
GoodsNum: string
|
|
1388
|
-
/**
|
|
1389
|
-
* 价格详情
|
|
1390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1391
|
-
*/
|
|
1392
|
-
GoodsPrice: DealGoodsPriceElem
|
|
1393
|
-
/**
|
|
1394
|
-
* 下单人
|
|
1395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1396
|
-
*/
|
|
1397
|
-
Creater: string
|
|
1398
|
-
/**
|
|
1399
|
-
* 下单时间
|
|
1400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1401
|
-
*/
|
|
1402
|
-
CreatTime: string
|
|
1403
|
-
/**
|
|
1404
|
-
* 支付结束时间
|
|
1405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1406
|
-
*/
|
|
1407
|
-
PayEndTime: string
|
|
1408
|
-
/**
|
|
1409
|
-
* 扣费流水号
|
|
1410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1411
|
-
*/
|
|
1412
|
-
BillId: string
|
|
1413
|
-
/**
|
|
1414
|
-
* 支付人
|
|
1415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1416
|
-
*/
|
|
1417
|
-
Payer: string
|
|
1418
|
-
/**
|
|
1419
|
-
* 订单状态,中文描述
|
|
1420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1421
|
-
*/
|
|
1422
|
-
DealStatus: string
|
|
1423
|
-
/**
|
|
1424
|
-
* 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
|
|
1425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1426
|
-
*/
|
|
1427
|
-
Status: string
|
|
1428
|
-
/**
|
|
1429
|
-
* 产品名称
|
|
1430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1431
|
-
*/
|
|
1432
|
-
GoodsName: string
|
|
1433
|
-
/**
|
|
1434
|
-
* 客户备注
|
|
1435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1436
|
-
*/
|
|
1437
|
-
ClientRemark: string
|
|
1438
|
-
/**
|
|
1439
|
-
* 订单操作类型,purchase(新购),renew(续费),modify(配置变更)
|
|
1440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1441
|
-
*/
|
|
1442
|
-
ActionType: string
|
|
1443
|
-
/**
|
|
1444
|
-
* 代金券抵扣金额,单位分
|
|
1445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1446
|
-
*/
|
|
1447
|
-
VoucherDecline: string
|
|
1448
|
-
/**
|
|
1449
|
-
* 大订单号
|
|
1450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
|
-
*/
|
|
1452
|
-
BigDealId: string
|
|
1453
|
-
/**
|
|
1454
|
-
* 客户类型(new:自拓;old:官网;assign:指派;direct:直销;direct_newopp:直销(新商机))
|
|
1455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1456
|
-
*/
|
|
1457
|
-
ClientType: string
|
|
1458
|
-
/**
|
|
1459
|
-
* 项目类型(self:自拓;repeat:直销;platform:官网合作)
|
|
1460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1461
|
-
*/
|
|
1462
|
-
ProjectType: string
|
|
1463
|
-
/**
|
|
1464
|
-
* 业务员账号ID
|
|
1465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1466
|
-
*/
|
|
1467
|
-
SalesUin: string
|
|
1468
|
-
/**
|
|
1469
|
-
* 支付方式,0:自付;1:代付
|
|
1470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1471
|
-
*/
|
|
1472
|
-
PayerMode: string
|
|
1473
|
-
/**
|
|
1474
|
-
* 活动ID
|
|
1475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1476
|
-
*/
|
|
1477
|
-
ActivityId: string
|
|
1478
|
-
/**
|
|
1479
|
-
* 订单过期时间
|
|
1480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1481
|
-
*/
|
|
1482
|
-
OverdueTime: string
|
|
1483
|
-
/**
|
|
1484
|
-
* 产品详情
|
|
1485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1486
|
-
*/
|
|
1487
|
-
ProductInfo: Array<ProductInfoElem>
|
|
1488
|
-
/**
|
|
1489
|
-
* 付款方式
|
|
1490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1491
|
-
*/
|
|
1492
|
-
PaymentMethod: string
|
|
1493
|
-
/**
|
|
1494
|
-
* 订单更新时间
|
|
1495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1496
|
-
*/
|
|
1497
|
-
UpdateTime: string
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
1144
|
/**
|
|
1501
1145
|
* 代理商业务员信息
|
|
1502
1146
|
*/
|