文档
测试

读取店铺配置

GET
https://s1688.chaorenkeji.com/api/v2/shop/10109/option

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
message
string
示例:请求成功
必填
data
object
数据字典
必填
logistics_template
array
物流模板下拉选项
必填
tpl_id
int
示例:303351846671360
必填
tpl_name
string
示例:默认模板
必填
shop_option
object
店铺当前配置
必填
shop_id
int
示例:100100
必填
catename
object
示例:null
必填
match_mode
object
示例:null
必填
tuan_p1
string
示例:1.08
必填
tuan_p2
string
示例:0
必填
alone_price
string
示例:1
必填
man_zhe
int
示例:99
必填
stock
int
示例:1
必填
skip_copied
int
示例:1
必填
filter_non_retail
int
示例:1
必填
logistics_template_id
int
示例:0
必填

说明 / 示例

```language { "code":0, "message":"请求成功", "data":{ "logistics_template":[ { "tpl_id":303351846671360, "tpl_name":"默认模板" }, { "tpl_id":400817244872220, "tpl_name":"运费" } ], "shop_option":{ "shop_id":100100, "catename":null, "match_mode":null, "tuan_p1":"1.08", "tuan_p2":"0", "alone_price":"1", "man_zhe":99, "stock":1, "skip_copied":1, "filter_non_retail":1, "logistics_template_id":0 } } } ```