获取我的分销信息
GET
http://localhost:8091/clientapi/member/getmyshareinfo?isdebug=1&pageindex=1&pagesize=1
请求参数
参数名
类型
描述
必填
pageindex
int
页面
必填
pagesize
int
每页数量
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
status
boolean
true或false
必填
allsharebin
float
分销累计收益(币)
必填
haschashsharebin
int
分销已提现收益(币)
必填
canshareapplybin
float
可提现币
必填
count
int
示例:3
必填
id
int
示例:3
必填
memberid
int
下单用户
必填
parentid
int
示例:385
必填
type
int
类型,1:用户下单分销 2:陪玩下单分销 3:订单取消,分销奖励收回
必填
binfee
float
分销收益(币)
必填
ordercode
string
订单号
必填
remark
string
分销备注信息
必填
createdAt
string
下单时间
必填