Commit f516ceb1 by 庄冰

appinfoCache

parent 7a894190
...@@ -36,10 +36,8 @@ class SignService{ ...@@ -36,10 +36,8 @@ class SignService{
return appInfoRt; return appInfoRt;
} catch (error) { } catch (error) {
var errres = system.getResultFail("获取应用信息失败!"); var errres = system.getResultFail("获取应用信息失败!");
return errres;
} }
let url = this.centerAppUrl + 'payment/paymentApi/getAppInfoByAppKey';
let appInfoRt = await this.restPostUrl({ appKey: appkey }, url);
return appInfoRt;
} }
/** /**
* 验证签名 * 验证签名
......
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