Commit 8d3f4baa by 王勇飞

pp

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