Commit 9c4e1e7c by 王悦

fix

parent 882d0252
......@@ -26,9 +26,8 @@ exports.reqbyget = async (obj) => {
method: 'GET', // set the http method, default is GET
headers: {}, // set the http request headers
});
// console.log(obj.reqbody.tmNumber,"---",obj.reqbody.tmName,"---","成功");
console.log(res);
} catch (e) {
// console.log(obj.reqbody.tmNumber,"---",obj.reqbody.tmName,"---",e.data.Message);
return e.data.Message
}
}
......
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