first commit
This commit is contained in:
1
unpackage/dist/build/mp-weixin/api/modules/users.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/api/modules/users.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../http.js"),p={loginApi:(p={})=>e.http({url:"/app-api/member/auth/login",params:p,method:"POST"}),smsLoginApi:(p={})=>e.http({url:"/app-api/member/auth/sms-login",params:p,method:"POST"}),registerApi:(p={})=>e.http({url:"/app-api/member/auth/register",params:p,method:"POST"}),smsCode:(p={})=>e.http({url:"/app-api/member/auth/send-sms-code",params:p,method:"POST"}),usersGetInfo:(p={})=>e.http({url:"/app-api/member/user/get",params:p,method:"GET"}),usersGetInfoTeam:(p={})=>e.http({url:"/app-api/member/user/getPage",params:p,method:"GET"}),usersUpdate:(p={})=>e.http({url:"/app-api/member/user/update",params:p,method:"PUT"}),addressPage:(p={})=>e.http({url:"/app-api/djk/app/user-receiver/page",params:p,method:"GET"}),addressAdd:(p={})=>e.http({url:"/app-api/djk/app/user-receiver/create",params:p,method:"POST"}),addressUp:(p={})=>e.http({url:"/app-api/djk/app/user-receiver/update",params:p,method:"PUT"}),addressInfo:(p={})=>e.http({url:"/app-api/djk/app/user-receiver/get",params:p,method:"GET"}),addressDel:(p={})=>e.http({url:"/app-api/djk/app/user-receiver/delete?id="+p.id,params:p,method:"DELETE"}),moneyRecord:(p={})=>e.http({url:"/app-api/member/money-record/djk/page",params:p,method:"GET"}),updateMobile:(p={})=>e.http({url:"/app-api/member/user/update-mobile",params:p,method:"PUT"}),rewardReport:(p={})=>e.http({url:"/app-api/member/money-record/djk/rewardReport",params:p,method:"GET"}),getTeamMonthlyPerformanceAward:(p={})=>e.http({url:"/app-api/member/money-record/djk/getTeamMonthlyPerformanceAward",params:p,method:"GET"}),transfer2other:(p={})=>e.http({url:"/app-api/member/user/pay/transfer2other",params:p,method:"POST"})};exports.api=p;
|
||||
Reference in New Issue
Block a user