Files
dajiankang-uniapp/unpackage/dist/build/mp-weixin/api/modules/users.js
PC-202306242200\Administrator 1c24452b6c first commit
2026-03-28 23:10:55 +08:00

2 lines
1.7 KiB
JavaScript

"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;