Commit c394a967 by wufan

fix:去掉api前缀

parent e59f9c20
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: wufan * @Author: wufan
* @Date: 2021-05-11 10:21:37 * @Date: 2021-05-11 10:21:37
* @LastEditors: wufan * @LastEditors: wufan
* @LastEditTime: 2021-06-02 11:34:18 * @LastEditTime: 2021-06-02 11:47:22
* @Description: 企业微信api * @Description: 企业微信api
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -12,7 +12,7 @@ import Service from "@/common/js/service"; ...@@ -12,7 +12,7 @@ import Service from "@/common/js/service";
export default class WechatApi { export default class WechatApi {
static async initConfig(params = { isAgentConfig: false, url: "" }) { static async initConfig(params = { isAgentConfig: false, url: "" }) {
return Service.Hades("hades/anon/hades/getWxCorpJSAPISignature", { return Service.Hades("anon/hades/getWxCorpJSAPISignature", {
storeId: User.getStoreId(), storeId: User.getStoreId(),
url: params.url, url: params.url,
}).then((result) => { }).then((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