经纪人入驻
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user