投保方法保存

This commit is contained in:
pangxingyue
2021-03-23 17:04:00 +08:00
parent c623703bdf
commit 7c02d7928e
2 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: PangXingYue
* @Date: 2021-03-04 10:38:24
* @LastEditTime: 2021-03-23 11:07:24
* @LastEditTime: 2021-03-23 16:35:56
* @LastEditors: PangXingYue
* @Description:
* @FilePath: \ebiz-h5\src\api\ebiz\insureAgain\insureAgain.js
@@ -33,4 +33,14 @@ export function saveOrUpdateOrderInfo(data) {
method: 'post',
data
})
}
// 保费计算
export function commitReOrder(data) {
return request({
url: getUrl('/sale/order/commitReOrder', 1),
method: 'post',
data
})
}