Skip to content

Commit 8904a80

Browse files
add updates
1 parent f05ae50 commit 8904a80

3 files changed

Lines changed: 1856 additions & 26 deletions

File tree

src/Partner/ChangeLog.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
2024-05-23 version: 1.3.13
2+
渠道账单
3+
2024-03-01 version: 1.3.12
4+
渠道调账
5+
2023-11-08 version: 1.3.11
6+
渠道账单
7+
2022-07-18 version: 1.3.8
8+
代付
9+
2021-09-17 version: 1.3.7
10+
新建服务商
11+
2021-09-17 version: 1.3.6
12+
1、新增上传邮件审批附件接口
13+
2、新增查询返还政策明细接口
14+
3、添加、修改返还政策接口新增请求字段approveFileId
15+
4、添加、修改返还政策接口支持批量政策条件操作
16+
5、修改productType的字段类型为string
17+
6、新增创建合同接口
18+
2021-09-06 version: 1.3.5
19+
服务商新增发票信息
20+
2021-06-30 version: 1.3.4
21+
服务商合同
22+
2020-10-20 version: 1.3.3
23+
合作协议
24+
2020-10-20 version: 1.3.2
25+
合作信息修改
26+
2020-10-20 version: 1.3.1
27+
1.合作伙伴管理员设置
28+
2.合作信息优化
29+
3.审批流程展示
30+
2020-08-03 version: 1.3.0
31+
合作伙伴二期
32+
2020-07-20 version: 1.2.3
33+
合作伙伴打标
34+
2020-06-15 version: 1.2.2
35+
伙伴招募表单适配saas加速器伙伴招募计划
36+
2020-06-15 version: 1.2.1
37+
控制台展示优化
38+
2020-05-13 version: 1.2.0
39+
添加二级服务商验证erp/pin
40+
2020-04-10 version: 1.1.9
41+
合作伙伴管理后台
42+
2020-03-31 version: 1.1.8
43+
1.合作伙伴申请改版
44+
2020-03-10 version: 1.1.7
45+
1. 离职卡点需求,按erp查询其名下是否有管理服务商
46+
2020-02-25 version: 1.1.6
47+
1. 接口参数调整
48+
2020-01-13 version: 1.1.5
49+
1. 删除二级服务商
150
2019-12-17 version: 1.1.4
251
1. 查询服务商下每个客户消费数据接口添加pin条件
352
2019-12-05 version: 1.1.3

src/Partner/PartnerClient.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,30 @@
2020
/**
2121
* Client used to interact with partner.
2222
*
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 = [])
2339
* @method \Jdcloud\Result queryMyCustomerList(array $args = [])
2440
* @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 = [])
2547
* @method \Jdcloud\Result getTotalConsumption(array $args = [])
2648
* @method \GuzzleHttp\Promise\Promise getTotalConsumptionAsync(array $args = [])
2749
* @method \Jdcloud\Result getEachConsumption(array $args = [])

0 commit comments

Comments
 (0)