Commit 8d3f4baa by 王勇飞

pp

parent 432e06f8
...@@ -74,21 +74,21 @@ class FitaxschemeCtl extends CtlBase { ...@@ -74,21 +74,21 @@ class FitaxschemeCtl extends CtlBase {
} }
module.exports = FitaxschemeCtl; module.exports = FitaxschemeCtl;
var task = new FitaxschemeCtl(); // var task = new FitaxschemeCtl();
var obj = { // var obj = {
d: { // d: {
"demand_code": "20200728103902194844_book", // "demand_code": "20200728103902194844_book",
"solution_bizid": "22222", // "solution_bizid": "22222",
"service_type": "代理记账", // "service_type": "代理记账",
"service_name": "海南省三亚市", // "service_name": "海南省三亚市",
"company_type": "特殊行业", // "company_type": "特殊行业",
"buy_duration": 2, // "buy_duration": 2,
"remarks": "SaaS", // "remarks": "SaaS",
"taxpayer_type": "小规模纳税人", // "taxpayer_type": "小规模纳税人",
"total_cost": "2222" // "total_cost": "2222"
} // }
} // }
task.insertInfo(obj, {}, {}).then(d => { // task.insertInfo(obj, {}, {}).then(d => {
console.log(JSON.stringify(d)); // console.log(JSON.stringify(d));
}) // })
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