king
2025-05-13 1779677cece5864b62a65df4b01a4a69496e149a
src/api/index.js
@@ -144,6 +144,17 @@
  }
  /**
   * @description 老系统登录
   */
  loginAndRedirect (param) {
    return axios({
      url: document.location.origin + '/zh-CN/Home/LoginAndRedirect',
      method: 'post',
      data: qs.stringify(param)
    })
  }
  /**
   * @description 微信业务请求 原接口 'wxpay/getaccesstoken'
   */
  // wxAccessToken (appId, domain = '') {