研究机构入驻

This commit is contained in:
熊丽君
2022-02-10 09:54:15 +08:00
parent 5df988dd59
commit 3dfddfc2de
5 changed files with 406 additions and 3 deletions

View File

@ -39,4 +39,12 @@ export function expert(data) {
method:'post',
data
});
}
// 专家入驻
export function research(data) {
return request({
url: '/enterprise/v1/settled/research',
method:'post',
data
});
}