king
2020-07-09 89ee68c59cdcaa4b7fa0178be42d58bec651ee73
src/api/index.js
@@ -448,6 +448,16 @@
  }
  /**
   * @description 获取微信支付二维码
   */
  getWxNativePay (param) {
    return axios({
      url: '/wxpay/wxNativePay',
      data: param
    })
  }
  /**
   * @description 文件上传
   */
  getFileUpload (param) {