Commit 46d3120a by 宋毅

tj

parent d065091a
...@@ -24,7 +24,7 @@ class ChannelAccessAuthAPI extends APIBase { ...@@ -24,7 +24,7 @@ class ChannelAccessAuthAPI extends APIBase {
} }
async test(pobj, qobj, req) { async test(pobj, qobj, req) {
var opResult = await this.utilsuserSve.getJsApiSingnature("ticket", "nonce", "timeStamp", "http://alitm.qifu.gongsibao.com"); var opResult = await this.utilsuserSve.getJsApiSingnature({},"ticket", "nonce", "timeStamp", "http://alitm.qifu.gongsibao.com");
return system.getResultSuccess(opResult); return system.getResultSuccess(opResult);
} }
} }
......
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