feat:初始化 -融骅

This commit is contained in:
2023-10-17 09:15:30 +08:00
parent c9ff84e6a2
commit 405e152b38
1190 changed files with 138344 additions and 455 deletions

View File

@@ -0,0 +1 @@
import{b as e}from"./index.f5168bf8.js";const o=s=>e({url:"system/user",method:"post",data:s}),a=s=>e({url:"system/user/register",method:"post",data:s}),d=s=>e({url:"system/user?ids="+s,method:"delete"}),u=({id:s,...t})=>e({url:"system/user/"+s,method:"patch",data:t}),m=s=>e({url:"system/user",method:"get",params:s}),p=()=>e({url:"system/user/findAllTeacher",method:"get"}),c=s=>e({url:"system/user/findStudentByOrgId",method:"get",params:{orgId:s}}),i=s=>e({url:"system/user/updatePassword",method:"post",data:s}),h=s=>e({url:"system/user/resetPassword/"+s,method:"patch"}),l=s=>e({url:"system/user/batchCreate",method:"post",data:s});export{m as a,h as b,o as c,d,l as e,p as f,i as g,c as h,a as r,u};