first commit
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user