perf: 规范接口路径

This commit is contained in:
xiongxiaoyang
2022-05-20 06:29:15 +08:00
parent 9ae00b0902
commit 39090b8810
13 changed files with 31 additions and 34 deletions

View File

@@ -9,5 +9,5 @@ export function login(params) {
}
export function submitFeedBack(params) {
return request.post('/user/feedBack', params);
return request.post('/user/feedback', params);
}