[银保app]宋凯琪----添加一个暂时用的接口,mine里///加入两张图片,保单查询的弹出层功能建设.

This commit is contained in:
DESKTOP-AFPHKHF\PC
2022-11-23 09:15:06 +08:00
committed by liu.xiaofeng@ebiz-digits.com
parent ac21e00753
commit 9962b8be38
5 changed files with 358 additions and 76 deletions

View File

@@ -106,3 +106,11 @@ export function getBankNetPerformanceYB(data) {
})
}
// 暂时数据接口
export function getAgentInfoByAgentCode(data) {
return request({
url: getUrl('/agent/agent/getAgentInfoByAgentCode', 1,3),
method: 'post',
data
})
}