Commit f250c8b8 by 任晓松

推送IC订单

parent e8a1766d
...@@ -132,7 +132,7 @@ class UtilsFqAliyunService extends AppServiceBase { ...@@ -132,7 +132,7 @@ class UtilsFqAliyunService extends AppServiceBase {
let icOrderParams ={ let icOrderParams ={
"idempotentSource":"pcwebsbzc",// 来源编号,写死:pcwebsbzc,必填 "idempotentSource":"pcwebsbzc",// 来源编号,写死:pcwebsbzc,必填
"idempotentSourceName":"PC官网",// 来源编号,写死:PC官网,必填 "idempotentSourceName":"PC官网",// 来源编号,写死:PC官网,必填
"product_img_url":pobj.actionBody.deliveryDate.tm.picUrl,//产品图片 "product_img_url":pobj.actionBody.deliveryData.tm.picUrl,//产品图片
"productId":productInfo.price_item.service_code,// 云服产品skuid,必填 "productId":productInfo.price_item.service_code,// 云服产品skuid,必填
"goodsId":pobj.actionBody.goodsId,// 官网产品id "goodsId":pobj.actionBody.goodsId,// 官网产品id
"customerId":pobj.actionBody.customerId, //客户Id,必填 "customerId":pobj.actionBody.customerId, //客户Id,必填
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment