简要描述:
请求域名:
请求URL:
关系设置查看数据接口:member.member-relation.show
返回示例:
{
"result":1,
"msg":"ok",
"data":{
"relationship":{
"status":1,
"become":2,
"become_term2":null,
"become_ordercount":0,
"become_term3":null,
"become_moneycount":"0.00",
"become_term4":null,
"goods":[
{
"id":1,
"title":"门店经理",
"thumb":"http://www.liao.com/storage/app/avatars/store_applyUI8kHkiL8i",
"status_name":null
}
],
"is_sales_commission":0,
"become_term5":null,
"become_selfmoney":"0.00",
"become_order":0,
"become_child":1,
"become_check":0
},
"reward":{
"reward_points":0,
"maximum_number":0
},
"page":{
"is_jump":"0",
"jump_link":"https://dev15.yunzmall.com/addons/yun_shop/?menu#/member/orderList/0?i=25",
"small_jump_link":"",
"share_page":1,
"share_page_deail":0
}
}
}
参数:
参数名 |
类型 |
说明 |
relationship |
object |
关系设置数据 |
reward |
object |
奖励设置数据 |
page |
object |
页面设置数据 |
参数:
参数名 |
类型 |
说明 |
relationship |
object |
关系设置数据 |
status |
string |
是否启用关系链 0-关闭;1-开启 |
become |
string |
成为分销商条件 0-无条件;1-申请;2-或;3-与 |
become_order |
string |
消费条件统计的方式 0-付款后;1-完成后 |
become_child |
string |
成为下线条件 0-分享链接;1-首次下单;2-首次付款 |
become_ordercount |
string |
消费x次 |
become_moneycount |
string |
消费x元 |
become_goods_id |
string |
购买商品id |
become_check |
string |
成为分销商是否需要审核 0-不需要;1-需要 |
become_selfmoney |
string |
自购销售佣金累计达到x元 |
become_term2 |
string |
消费达到x次 |
become_term3 |
string |
消费达到x元 |
become_term4 |
string |
购买商品 |
become_term5 |
string |
自购销售佣金累计达到 |
goods |
object |
商品数据 |
参数:
参数名 |
类型 |
说明 |
reward |
object |
奖励设置数据 |
reward_points |
string |
推荐一个人奖励积分 |
maximum_number |
string |
赠送积分最大人数 |
参数:
参数名 |
类型 |
说明 |
goods |
object |
商品数据 |
goods_id |
string |
购买商品id |
thumb |
string |
购买商品图片 |
title |
string |
购买商品名称 |
参数:
参数名 |
类型 |
说明 |
setting |
object |
基础设置数据 |
is_jump |
string |
推广中心跳转 1=显示 0=不显示 |
jump_link |
string |
链接 |
small_jump_link |
string |
小程序链接 |
share_page |
string |
我的收入页面 0-不显示 1-显示 |
share_page_deail |
string |
收入明细购买者信息 0-不显示 1-显示 |