mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 07:26:44 +08:00
【GFRS-3645】接口文件提交
This commit is contained in:
19
src/api/ebiz/YB_agentSign/YB_agentSign.js
Normal file
19
src/api/ebiz/YB_agentSign/YB_agentSign.js
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import request from '@/assets/js/utils/request'
|
||||||
|
import getUrl from '@/assets/js/utils/get-url'
|
||||||
|
// 银保代理人签署信息查询接口
|
||||||
|
export function getContractInfo(data) {
|
||||||
|
return request({
|
||||||
|
url: getUrl('/agent/enterYB/getContractInfo', 1),
|
||||||
|
method: 'post',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// 银保代理人签署信息接收接口
|
||||||
|
export function putContractInfo(data) {
|
||||||
|
return request({
|
||||||
|
url: getUrl('/agent/enterYB/getContractInfo', 1),
|
||||||
|
method: 'post',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user