文档
测试

邀请详情设置

GET
https://tao.shenbaba.com/app/index.php?i=2&t=0&v=1.9.13&from=wxapp&c=entry&a=wxapp&m=first_duoduoke&formIds=&from_uid=&from_act=&do=GetOrderLogConfig

响应参数

参数名
类型
描述
必填
errno
int
示例:0
必填
message
string
示例:ok
必填
data
object
数据字典
必填
one_new_shopping
string
示例:10 下单第一次收益
必填
two_new_shopping
string
示例:6 下单第两次收益
必填
three_new_shopping
string
示例:10 下单第三次收益
必填
cumulative
float
示例:63.5 总收益
必填
total_new_shopping
float
每邀请一人下单三次收益
必填
one_total_count
int
待完成总数
必填
two_total_count
int
已完成总数
必填
three_total_count
int
已失效总数
必填
share_title
string
分享标题
必填

说明 / 示例

{ "errno": 0, "message": "ok", "data": { "one_new_shopping": "10", "two_new_shopping": "6", "three_new_shopping": "10", "total_new_shopping": 26, "cumulative": 64, "one_total_count": 90, "two_total_count": 0, "three_total_count": 0, "share_title": "我就是一个分享标题,随便我咋改", } }