最后更新于4年前
GET /getusershops
GET
/getusershops
获取套餐商店信息,include cookie。
{arr: {shops: [{id: 1, name: "test1", price: "2.00",…}]}, ret: 1}
POST /user/coupon_check
POST
/user/coupon_check
检查商品优惠券是否可用。
{ret: 1, name: "test1", credit: "0 %", total: "2.00元"}
POST /user/buy
/user/buy
购买商品。
{ret: 1, msg: "..."}
coupon
string
优惠券码
shop
购买商品 ID
使用优惠券码
要购买的商品 ID