mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 08:46:45 +08:00
【银保app】业绩查询接口对接
This commit is contained in:
@@ -65,3 +65,44 @@ export function YBpolicyDetail(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getPremByAgentCode(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performanceYB/getPremByAgentCode', 1,3),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getIndexByAgentCode(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performanceYB/getIndexByAgentCode', 1,3),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getBankNetDataYB(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performanceYB/getBankNetDataYB', 1,3),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getChannelPerformanceYB(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performanceYB/getChannelPerformanceYB', 1,3),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getBankNetPerformanceYB(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performanceYB/getBankNetPerformanceYB', 1,3),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user