mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 19:26:44 +08:00
Merge branch 'feature/【GFRS-2215】重新投保' into dev
This commit is contained in:
19
src/api/ebiz/insureAgain/insureAgain.js
Normal file
19
src/api/ebiz/insureAgain/insureAgain.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* @Author: PangXingYue
|
||||
* @Date: 2021-03-04 10:38:24
|
||||
* @LastEditTime: 2021-03-04 10:50:17
|
||||
* @LastEditors: PangXingYue
|
||||
* @Description:
|
||||
* @FilePath: \ebiz-h5\src\api\ebiz\insureAgain\insureAgain.js
|
||||
*/
|
||||
import request from '@/assets/js/utils/request'
|
||||
import getUrl from '@/assets/js/utils/get-url'
|
||||
// 订单列表
|
||||
export function orderList(data) {
|
||||
return request({
|
||||
url: getUrl('/sale/order/orderList', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user