Authored by wujiexiang

compute接口

... ... @@ -307,10 +307,10 @@ code为200即为成功,否则是失败。
|yoho_coin_mode|int|是|1|1|是否使用yoho币,1使用,0不使用|
|payment_type|int|否|1|1|支付方式,1 在线支付 2 货到付款|
|delivery_way|int|否|1|1|快递方式,1 普通 2 加急|
|use_yoho_coin|double|是|1.00|1.00使用的yoho币金额,单位元|
|use_red_envelopes|double|是|1.00|1.00使用的红包,单位元|
|coupon_code|string|是|b123456|b123456|优惠券code|
|promotion_code|string|是|1345abc|1345abc|优惠码code|
|use_yoho_coin|double|是|1.00||使用的yoho币金额,单位元|
|use_red_envelopes|double|是|1.00||使用的红包,单位元|
|coupon_code|string|是|b123456||优惠券code|
|promotion_code|string|是|1345abc||优惠码code|
|product_sku_list|string|是|[{'type':'limitcode','sku':307502,'limitproductcode':'2016030711453248','buy_number':1,'skn':51001888}]||购买限购商品|
### 响应
... ...