优特云
[ { "name": "首页", "url": "http://www.utyun.com/", "target": "0", "child": [] }, { "name": "活动", "url": "http://www.utyun.com/h-col-141.html", "target": "0", "child": [] }, { "name": "产品", "url": "", "target": "1", "child": [ { "name": "U语言", "url": "http://www.utyun.com/h-col-176.html", "target": "0", "child": [] }, { "name": "U平台", "url": "http://www.utyun.com/h-col-150.html", "target": "0", "child": [] } ] }, { "name": "技术与服务", "url": "", "target": "1", "child": [ { "name": "运维服务", "url": "http://www.utyun.com/h-col-161.html", "target": "0", "child": [] }, { "name": "技术方案", "url": "http://www.utyun.com/h-col-178.html", "target": "0", "child": [] } ] }, { "name": "优特云学院", "url": "", "target": "1", "child": [ { "name": "教程", "url": "http://www.utyun.com/h-col-166.html", "target": "0", "child": [] }, { "name": "下载中心", "url": "http://www.utyun.com/h-col-170.html", "target": "0", "child": [] }, { "name": "论坛", "url": "http://www.utyun.com/h-col-169.html", "target": "0", "child": [] } ] }, { "name": "关于优特云", "url": "", "target": "1", "child": [ { "name": "企业概况", "url": "http://www.utyun.com/h-col-171.html", "target": "0", "child": [] }, { "name": "新闻动态", "url": "http://www.utyun.com/h-col-172.html", "target": "0", "child": [] }, { "name": "加入我们", "url": "http://www.utyun.com/h-col-173.html", "target": "0", "child": [] }, { "name": "团队风采", "url": "http://www.utyun.com/h-col-140.html", "target": "0", "child": [] } ] } ]
v0.06.00
传播链服务(transmission)-传播链管理

伟 最后一次编辑

3 年多前 26

根据分享传播链查看用户收益明细

基本信息

Path: /transmission/shareChain/getUserIncome

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
record_id string 必须 分享源ID
chain_id string 必须 传播链id
pageno integer 非必须 format: int32
pagesize integer 非必须 format: int32

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data object [] 必须 响应数据 item 类型: object
├─ income number 非必须
├─ update_time string 非必须 format: date-time
├─ create_time string 非必须 format: date-time
├─ receiver string 非必须
├─ share_chain_id string 非必须
├─ sharer string 非必须

根据商品查看用户参与分享所有传播链

基本信息

Path: /transmission/shareChain/queryChainsByUserAndGoods

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
pageno integer 非必须 format: int32
pagesize integer 非必须 format: int32
goods_id string 必须 商品ID

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data object [] 必须 响应数据 item 类型: object
├─ income number 非必须
├─ update_time string 非必须 format: date-time
├─ receiver string 非必须
├─ share_chain_id string 非必须
├─ sharer string 非必须

根据用户查看全部分享记录

基本信息

Path: /transmission/shareChain/findShareChainGroupByUser

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
goods_name string 非必须 商品名称
user_id string 必须 用户ID
pageno integer 必须 页数 format: int32
pagesize integer 必须 每页记录数 format: int32
app_id string 非必须
way integer 必须 查询方式:1全部,2有收益,3失效 format: int32

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 非必须
code integer 非必须 format: int32
data object [] 非必须 item 类型: object
├─ income number 非必须
├─ goods_name string 非必须
├─ record_id string 非必须
├─ share_chains object [] 非必须 item 类型: object
├─ income number 非必须
├─ chain_id string 非必须
├─ create_time string 非必须 format: date-time
├─ receiver string 非必须
├─ sharer string 非必须
├─ goods_image string 非必须
├─ goods_price number 非必须
├─ parent_id string 非必须
├─ goods_id string 非必须
├─ entityinfo_content_id string 非必须
├─ status integer 非必须 format: int32
page object 非必须
├─ total integer 非必须 format: int64
├─ records integer 非必须 format: int64
├─ pageno integer 非必须 format: int32
├─ pagesize integer 非必须 format: int32

获取分享URL

基本信息

Path: /transmission/shareChain/getResourceUrl

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
record_id string 必须 传播记录ID
commodity_id string 必须 商品ID
chain_id string 必须 传播链ID
user_id string 必须 用户ID
url string 必须 分享URL

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须 响应信息
code integer 必须 响应状态码 format: int32
data string 必须 响应数据

优特云