fate: 支持接口修改

feature/pay-0615-ch
ch 2 years ago
parent 69e86583ec
commit 0b70cd4f49

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-08 00:39:50
* @LastEditors: ch
* @LastEditTime: 2022-05-12 11:44:04
* @LastEditTime: 2022-06-15 15:08:19
* @Description: file content
-->
<template>
@ -85,7 +85,7 @@ export default {
if(error){
return false;
}
this.imgUrl = result.dataInfo.codeImgData;
this.imgUrl = result.payDataInfo.codeImgData;
},
/**

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-08 00:44:22
* @LastEditors: ch
* @LastEditTime: 2022-05-08 00:47:55
* @LastEditTime: 2022-06-15 15:07:13
* @Description: file content
*/
@ -14,4 +14,4 @@ import ENV from '../config/env';
const BASE_URL = `${ENV.base_url}/mall/trade`;
export const ApiPostPayCdoeImg = (data) =>
ToAsyncAwait(axiosTk.post(`${BASE_URL}/pay/wxPay/nativeImage`, data));
ToAsyncAwait(axiosTk.post(`${BASE_URL}/payCenter/wxPay/nativeData`, data));
Loading…
Cancel
Save