update
This commit is contained in:
5
t_global_post_temp1/src/api/api.ts
Normal file
5
t_global_post_temp1/src/api/api.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import http from "@/api/http";
|
||||
|
||||
export function sendInput(data: any) {
|
||||
http.post("/api/input", data).then((data) => {});
|
||||
}
|
||||
Reference in New Issue
Block a user