refactor(projects): 请求构造函数适配不同后端接口的数据结构
This commit is contained in:
@ -210,7 +210,7 @@ const apis: MockMethod[] = [
|
||||
{
|
||||
url: '/mock/getUserRoutes',
|
||||
method: 'post',
|
||||
response: (): Service.BackendServiceResult => {
|
||||
response: (): Service.MockServiceResult => {
|
||||
return {
|
||||
code: 200,
|
||||
message: 'ok',
|
||||
|
||||
Reference in New Issue
Block a user