mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 17:06:43 +08:00
投保方法保存
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user