| 1 |
- import{F as t}from"./index-CJrSNoJ5.js";function u(r){return t({url:"/api/auth/v2/login",method:"post",data:r})}function a(r){return t({url:"/api/auth/v2/register",method:"post",data:r})}function o(r){return t({url:`/api/auth/v2/sync?userFlag=${r}`,method:"get"})}function n(){return t({url:"/api/user/user_info",method:"get"})}function i(){return t({url:"/api/user/user_routers",method:"get"})}function d(r,e){return t({url:"/api/user/change_password",method:"put",data:JSON.stringify({oldPassword:r,newPassword:e})})}export{n as Q,o as a,i as b,d as c,u as l,a as r};
|