Commit bbb32a1e by 宋毅

去除多余的代码

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