Commit 0f459f1e by 宋毅

tj

parent 64b1e32b
...@@ -84,7 +84,7 @@ class ToolService extends AppServiceBase { ...@@ -84,7 +84,7 @@ class ToolService extends AppServiceBase {
} }
async getOssConfig(pobj, req) {//获取oss信息 async getOssConfig(pobj, req) {//获取oss信息
var reqUrl = settings.centerAppUrl() + "auth/accessAuth/getOssInfo"; var reqUrl = settings.reqZcApi() + "api/tool/toolApi/getOssConfig";
var result = await this.restPostUrl(pobj, reqUrl); var result = await this.restPostUrl(pobj, reqUrl);
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