文档
测试

结算页面

POST
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=SubmitSbbGood

请求参数

参数名
类型
描述
必填
goods_id
int
商品id
必填
number
int
购买数量
必填
goods_attr_id
object
用户选择的属性id 格式为对象 [4860,4865]
必填
phone
string
手机号
必填
welfare_id
int
优惠券id
必填
welfare_type
string
优惠券类型
必填
welfare_status
int
1使用优惠券,0不使用
必填

返回数据

参数名
类型
描述
必填
errno
int
状态,0时正常
必填
message
string
状态消息
必填
mobile_phone
string
手机号码,默认值,用户可修改
必填
consignee
string
收货人姓名,默认值,用户可修改
必填
goods
object
返回数据
必填
goods_id
int
商品id
必填
goods_name
string
商品名称
必填
goods_sn
string
商品编号
必填
goods_thumb
string
商品缩略图
必填
goods_number
int
库存,非多属性商品时以这个参数为准
必填
goods_weight
float
重量,单位KG
必填
market_price
float
市场售价
必填
shop_price
float
本店售价
必填
supplier_id
int
商家id,本字段现未启用
必填
goods_price
float
优惠后的价格
必填
shipping_fee
float
运费
必填
total_price
float
用户实付款
必填
supplier
object
商家数据
必填
shop_name
string
商家名称
必填
shop_logo
string
商家logo
必填
discount_list
object
优惠券列表
必填
id
int
券id
必填
surplus
float
剩余额度,只有卡券有此字段
必填
max
float
满减,满多少才可以使用,有的优惠券没有
必填
end_time
date
到期时间,有的优惠券没有
可选
coupon_sn
string
券编号
必填
supplier_id
int
发行商店id
必填
supplier_name
string
发行商店名称
必填
favourable
float
优惠额度
必填
welfare
string
优惠券类别
必填
coupon_name
string
券名
必填

说明 / 示例

{ "errno": 0, "message": "ok", "data": { "mobile_phone": "18777820561", "consignee": "韦先生", "goods": { "goods_id": "7431", "goods_name": "【全国三网话费】移动联通电信 100-500 话费慢充值72小时内到账", "goods_sn": "FL007431", "goods_thumb": "https://www.shenbaba.com/images/202104/thumb_img/7431_thumb_G_1619148092800.jpg", "goods_number": "12000", "goods_weight": "0.000", "market_price": "100.00", "shop_price": "98.00", "goods_type": "16", "supplier_id": "0", "__goods_genre": 2, "shipping_fee": 0, "goods_price": "88.20", "total_price": "88.20", "supplier": { "shop_name": "神爸爸自营", "shop_logo": "https://www.shenbaba.com/mobile/themesmobile/mflsc/images/shenbaba_logo.jpg" }, "discount_list": [ { "id": "163", "surplus": "200.00", "max": "1.00", "end_time": "2022-04-23 10:51", "coupon_sn": "1000000162", "discount": 9, "coupon_name": "满2000送200", "supplier_id": "0", "supplier_name": "神爸爸自营", "favourable": "9.80", "welfare": "welfare" }, { "id": "164", "surplus": "112.90", "max": "1.00", "end_time": "2022-04-23 11:05", "coupon_sn": "1000000163", "discount": 9, "coupon_name": "满2000送200", "supplier_id": "0", "supplier_name": "神爸爸自营", "favourable": "9.80", "welfare": "welfare" } ] } } }