更新
This commit is contained in:
9
src/api/index.js
Normal file
9
src/api/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import http from './http'
|
||||
|
||||
export function addSurveyed(data, authorization) {
|
||||
return http.post("/api/user/addSurveyed",
|
||||
data,
|
||||
true,
|
||||
authorization
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user