经纪人入驻

This commit is contained in:
熊丽君
2022-02-23 16:42:15 +08:00
parent daa2dd46d6
commit d6ea97da0e
3 changed files with 293 additions and 2 deletions

View File

@ -56,4 +56,13 @@ export function laboratory(data) {
method:'post',
data
});
}
// 实验室入驻
export function agent(data) {
return request({
url: '/enterprise/v1/settled/agent',
method:'post',
data
});
}