Commit 2c7c2e2a by 任晓松

update

parent 80326af8
...@@ -68,7 +68,7 @@ class AppServiceBase { ...@@ -68,7 +68,7 @@ class AppServiceBase {
* @param {*} timeOut 超时时间 * @param {*} timeOut 超时时间
*/ */
async execPostByTimeOut(req, params, url, ContentType, headData, timeOut = 60) { async execPostByTimeOut(req, params, url, ContentType, headData, timeOut = 60) {
const result = await this.execClientNew.execPostTimeOutByBusiness('sve.base', params, url, ContentType, headData, timeOut, req); const result = await this.execClientNew.execPostTimeOutByBusiness('app.base', params, url, ContentType, headData, timeOut, req);
return result; return result;
} }
} }
......
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