Commit c2cf04a8 by 王昆

gsb

parent d567c9e2
...@@ -182,7 +182,7 @@ class InvoiceService extends ServiceBase { ...@@ -182,7 +182,7 @@ class InvoiceService extends ServiceBase {
console.log("推送失败,参数错误"); console.log("推送失败,参数错误");
return system.getResult("推送失败,参数错误"); return system.getResult("推送失败,参数错误");
} }
let url = settings.ntapi().createCustomer; let url = settings.ntapi().uploadDetail;
let res = await this.callApi(url, data, "提交发票"); let res = await this.callApi(url, data, "提交发票");
console.log(res); console.log(res);
if(!res || !res.data) { if(!res || !res.data) {
......
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