mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 21:22:52 +08:00
feature: 惠桂保数据查询
1. 调试数据查询接口 2. 调试详情信息接口
This commit is contained in:
@@ -9,3 +9,11 @@ export function selectHgb(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function selectHgbDetail(data) {
|
||||
return request({
|
||||
url: getUrl('/sale/order/getHgbDetail', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user