Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev--无忧卡页面合并--提交人庞兴月

This commit is contained in:
pangxingyue
2021-04-02 16:21:17 +08:00
17 changed files with 1878 additions and 430 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: PangXingYue
* @Date: 2021-03-26 10:38:37
* @LastEditTime: 2021-03-29 18:42:28
* @LastEditTime: 2021-04-02 16:10:30
* @LastEditors: PangXingYue
* @Description:
* @FilePath: \ebiz-h5\src\api\ebiz\cardList\cardList.js
@@ -92,10 +92,18 @@ export function getPayTemp(data) {
})
}
// 获取订单支付状态
//
export function getShareParam(data) {
return request({
url: getUrl('/customer/account/getShareParam', 1),
url: getUrl('/customer/account/getShareParam', 1),
method: 'post',
data
})
}
// 更新险种文档阅读状态
export function saveOrUpdateDocument(data) {
return request({
url: getUrl('/sale/card/saveOrUpdateDocument', 1),
method: 'post',
data
})