Commit 15ecdfa2 by gxfeng

fgx

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