文档
测试

我的星球币

POST
http://192.168.1.222/member/api.zx/m_b

请求参数

参数名
类型
描述
必填
apitoken
string
示例:J55PPP46c4e6a9d4e1392f1f86747329e15ab0OJEUJBjj
必填
p
int
页码 示例:1
必填
row
int
行数 示例:4
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
list
array
商品 数据列表
必填
goods_id
int
商品标识 示例:166
必填
goods_name
string
商品名称 示例:测试商品02
必填
short_name
string
简称 示例:
必填
is_spec
int
是否有规格 示例:1
必填
exp_price
array
价格 数据列表
必填
now_price
string
现在价格,售价 示例:110.00
必填
market_price
string
市场价 示例:100.00
必填
sale_count
int
销量 示例:5
必填
collect_count
int
收藏量 示例:0
必填
goods_thumb
string
商品图片地址 示例:http://192.168.1.222/upload/supplyer/5/gimg2020/01/5e16dfca332af_thumb.png
必填
is_promote
int
是否促销 示例:0
必填
is_cross_border
int
是否跨境 示例:0
必填
country
string
国家 示例:
必填
send_address
string
发货地址 示例:
必填
tax_ratio
string
税率 示例:0.00
必填
tax_money
string
税收 示例:0.00
必填
count
int
商品总数 示例:1
必填
pagenum
int
页面总数 示例:1
必填
row
int
页面行数 示例:4
必填
p
int
页码 示例:1
必填
planet_currency
string
我的星球币 示例:0.00
必填
background
string
背景图 示例:http://192.168.1.222/upload/image/2021/04/6089eeb690521.png
必填
code
int
示例:1
必填
msg
string
示例:Success.
必填

说明 / 示例

``` { "data": { "list": [ { "goods_id": 166, "goods_name": "测试商品02", "short_name": "", "is_spec": 1, "exp_price": [ "110", "00" ], "now_price": "110.00", "market_price": "100.00", "sale_count": 5, "collect_count": 0, "goods_thumb": "http://192.168.1.222/upload/supplyer/5/gimg2020/01/5e16dfca332af_thumb.png", "is_promote": 0, "is_cross_border": 0, "country": "", "send_address": "", "tax_ratio": "0.00", "tax_money": "0.00" } ], "count": 1, "pagenum": 1, "row": 4, "p": 1, "planet_currency": "0.00", "background": "http://192.168.1.222/upload/image/2021/04/6089eeb690521.png" }, "code": 1, "msg": "Success." }