first commit
This commit is contained in:
1
unpackage/dist/build/mp-weixin/api/modules/config.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/api/modules/config.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const p=require("../http.js"),a={banner:(a={})=>p.http({url:"/app-api/djk/app/banner/page",params:a,method:"GET"}),noticePage:(a={})=>p.http({url:"/app-api/djk/app/notice/page",params:a,method:"GET"}),noticeCatePage:(a={})=>p.http({url:"/app-api/djk/app/notice-category/page",params:a,method:"GET"}),noticeInfo:(a={})=>p.http({url:"/app-api/djk/app/notice/get",params:a,method:"GET"})};exports.api=a;
|
||||
1
unpackage/dist/build/mp-weixin/api/modules/goods.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/api/modules/goods.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const p=require("../http.js"),a={goodsPage:(a={})=>p.http({url:"/app-api/djk/app/goods/page",params:a,method:"GET"}),goodsInfo:(a={})=>p.http({url:"/app-api/djk/app/goods/get",params:a,method:"GET"}),goodsCate:(a={})=>p.http({url:"/app-api/djk/app/goods/category/page",params:a,method:"GET"})};exports.api=a;
|
||||
1
unpackage/dist/build/mp-weixin/api/modules/order.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/api/modules/order.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const p=require("../http.js"),r={orderCreate:(r={})=>p.http({url:"/app-api/djk/app/order/create",params:r,method:"POST"}),orderPage:(r={})=>p.http({url:"/app-api/djk/app/order/page",params:r,method:"GET"}),orderInfo:(r={})=>p.http({url:"/app-api/djk/app/order/get",params:r,method:"GET"})};exports.api=r;
|
||||
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