Merge branch 'feature/GFRS-2350【前端-待完成】修改卡单支付分享时效' into dev

This commit is contained in:
pangxingyue
2021-03-29 18:48:30 +08:00
2 changed files with 11 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: PangXingYue
* @Date: 2021-03-26 10:38:37
* @LastEditTime: 2021-03-26 16:47:16
* @LastEditTime: 2021-03-29 18:42:28
* @LastEditors: PangXingYue
* @Description:
* @FilePath: \ebiz-h5\src\api\ebiz\cardList\cardList.js
@@ -93,9 +93,9 @@ export function getPayTemp(data) {
}
// 获取订单支付状态
export function getShareEffective(data) {
export function getShareParam(data) {
return request({
url: getUrl('/customer/account/getShareEffective', 1),
url: getUrl('/customer/account/getShareParam', 1),
method: 'post',
data
})