Authored by liqingzhong
... ... @@ -538,7 +538,7 @@ code为200即为成功,否则是失败。
|coupon_code|string|是|""|""|优惠券码|
|product_sku_list|string|是|""|""|立即购买,优先|
|client_type|string|否|web|iphone|终端|
|receiverMobile|int|否|17798512064||收货人手机号码|
|receiverMobile|String|否|17798512064||发票接收人手机号码|
|product_skn|int|否|||skn|
|product_sku|int|否|||sku|
|online_buy_number|int|是||2|线上购买数量|
... ...
... ... @@ -1112,7 +1112,7 @@ code为200即为成功,否则是失败。
|payment_id|int|是|15||支付id|
|payment_type|int|是|1||支付类型|
|coupon_code|string|是|""|""|优惠券码|
|receiverMobile|int|否|17798512064||收货人手机号码|
|receiverMobile|String|否|17798512064||发票接收人手机号码|
|shopping_key|string|否|Y123456|Y123456|手环编号|
|buy_type|int|否|1|购买方式,1店员购买,2用户自行购买|
|store_id|int|是|12|0|门店id|
... ...