文档
测试

16-查询链接表

GET
http://127.0.0.1:8080/sale-link?sku=3I-3QB9-L98I

请求参数

参数名
类型
描述
必填
sku
string
3I-3QB9-L98I
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:
必填
code
string
示例:0001
必填
data
object
数据字典
必填
photo
string
示例:http://124.222.103.134:8061/sku-photo/3I-3QB9-L98I.jpg
必填
cost
float
成本,示例:1.5
必填
shipFreight
float
船头程,示例:0.5
必填
airFreight
int
空头程,示例:3
必填
dsPrice
int
到手金额,示例:98
必填
success
boolean
示例:true
必填