Commit fe1795d0 by 宋毅

需求测试

parent 1feee055
......@@ -176,6 +176,7 @@ module.exports = SignService;
// }
// }
//订单
// var obj={
// "isDirectBuy":"1",
// "orderNo":"CR-9T8MhbouU8J-test0001",
......@@ -189,6 +190,15 @@ module.exports = SignService;
// "bizScope":"经营范围",
// "hasAddress":true
// };
// task.createSign(obj,"7cbb892450174167b5c7e01we4716t51").then(d=>{
// console.log(d,"!!!!!!!!!!!!!!!!!!!!!!!!!!");
// //需求
// var obj={
// "intentionBizId": "yiming_test_00088",
// "phone": "18506016666",
// "userName": "测试01",
// "description": "测试01描述",
// "area": "上海",
// "consultType": "5"
// };
// task.createSign(obj,"5cdd926122894160o1q1e34us4738v76").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