文档
测试

验证分销码

GET
http://localhost:8076/clientapi/order/validatesharecode?sharecode=213432

请求头

参数名
类型
描述
必填
token
string
示例:7406e3006305cc7784fe77450263a634
必填

请求参数

参数名
类型
描述
必填
sharecode
int
示例:213432
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
true或者false
必填
jmFee
float
减免的费用,单位是美分哈,一定要注意,是美分,需要除以100才是美元,status为true返回
必填
username
string
介绍人姓名
必填
err
string
示例:分销码无效或者已过期,status为false时返回
必填