Commit bbb32a1e by 宋毅

去除多余的代码

parent 7b0d2221
...@@ -115,7 +115,7 @@ class SignService{ ...@@ -115,7 +115,7 @@ class SignService{
} }
module.exports = SignService; module.exports = SignService;
var task = new SignService(); // var task = new SignService();
// var obj = { // var obj = {
// "actionType": "serviceProviderSubmitMaterial", // "actionType": "serviceProviderSubmitMaterial",
// "actionBody": { // "actionBody": {
...@@ -191,14 +191,14 @@ var task = new SignService(); ...@@ -191,14 +191,14 @@ var task = new SignService();
// "hasAddress":true // "hasAddress":true
// }; // };
//需求 //需求
var obj={ // var obj={
"intentionBizId": "baidu_test_00086", // "intentionBizId": "baidu_test_00087",
"phone": "18506013355", // "phone": "18506013355",
"userName": "测试03", // "userName": "测试03",
"description": "测试03描述", // "description": "测试03描述",
"area": "上海", // "area": "上海",
"consultType": "7" // "consultType": "7"
}; // };
task.createSign(obj,"7cbb892450174167b5c7e01we4716t51").then(sign=>{ // task.createSign(obj,"7cbb892450174167b5c7e01we4716t51").then(sign=>{
console.log(sign,"..............Sign"); // console.log(sign,"..............Sign");
}); // });
\ 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