实验室入驻
This commit is contained in:
@ -40,11 +40,20 @@ export function expert(data) {
|
||||
data
|
||||
});
|
||||
}
|
||||
// 专家入驻
|
||||
// 科研机构入驻
|
||||
export function research(data) {
|
||||
return request({
|
||||
url: '/enterprise/v1/settled/research',
|
||||
method:'post',
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
// 实验室入驻
|
||||
export function laboratory(data) {
|
||||
return request({
|
||||
url: '/enterprise/v1/settled/laboratory',
|
||||
method:'post',
|
||||
data
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user