Commit 15ecdfa2 by gxfeng

fgx

parent 06c8ac57
...@@ -181,29 +181,29 @@ class DeliverybillCtl extends CtlBase { ...@@ -181,29 +181,29 @@ class DeliverybillCtl extends CtlBase {
} }
module.exports = DeliverybillCtl; module.exports = DeliverybillCtl;
var task = new DeliverybillCtl(); // var task = new DeliverybillCtl();
var obj = { // var obj = {
"orderId": "341184456620455_book", // "orderId": "341184456620455_book",
"source_number": "tx", // "source_number": "tx",
"demand_code": "demand_code", // "demand_code": "demand_code",
"sku_code": "sku_code", // "sku_code": "sku_code",
"solutionBizId": "scheme_number", // "solutionBizId": "scheme_number",
"product_code": "bookkeeping", // "product_code": "bookkeeping",
"product_name": "代账服务", // "product_name": "代账服务",
"service_address": "110100", // "service_address": "110100",
"delivery_status": "success", // "delivery_status": "success",
"facilitator_id": "10", // "facilitator_id": "10",
"facilitator_name": "公司宝", // "facilitator_name": "公司宝",
"source_name": "tencentCloud", // "source_name": "tencentCloud",
"requestId": "282da0a74432-738f-4bed-b48d-d51aa433", // "requestId": "282da0a74432-738f-4bed-b48d-d51aa433",
"bizId": "1292748632", // "bizId": "1292748632",
"contactsPhone": "18510669321", // "contactsPhone": "18510669321",
"userId": "10973452443103156", // "userId": "10973452443103156",
"areaType": "city", // "areaType": "city",
"area": "100010", // "area": "100010",
"topOrgCode": "rong_yi_suan", // "topOrgCode": "rong_yi_suan",
"taxpayerType": 1 // "taxpayerType": 1
}; // };
task.insertInfo(obj, {}, {}).then(d => { // task.insertInfo(obj, {}, {}).then(d => {
console.log(JSON.stringify(d)); // console.log(JSON.stringify(d));
}) // })
\ No newline at end of file \ No newline at end of file
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