storeOrder.js 1.3 KB

1
  1. "use strict";var t=require("../common/request.js");let e=new t.Request().http;function n(r){return e("/app/storeOrder/getMyStoreOrderList",r,"GET")}function o(r){return e("/app/storeOrder/getCompanyUserStoreOrderList",r,"GET")}function p(r){return e("/app/storeOrder/getMyStoreOrderById",r,"GET")}function s(r){return e("/app/storeOrder/getStoreOrderById",r,"GET")}function a(r){return e("/app/storeOrder/getCompanyUserStoreOrderById",r,"GET")}function d(r){return e("/app/storeOrder/pay",r,"POST","application/json;charset=UTF-8")}function O(r){return e("/app/storeOrder/payment",r,"POST","application/json;charset=UTF-8")}function i(r){return e("/app/storeOrder/compute",r,"POST","application/json;charset=UTF-8")}function c(r){return e("/app/storeOrder/cancelOrder",r,"POST","application/json;charset=UTF-8")}function u(r){return e("/app/storeOrder/finishOrder",r,"POST","application/json;charset=UTF-8")}function y(r){return e("/app/storeOrder/getExpress",r,"POST","application/json;charset=UTF-8")}exports.cancelOrder=c;exports.compute=i;exports.finishOrder=u;exports.getCompanyUserStoreOrderById=a;exports.getCompanyUserStoreOrderList=o;exports.getExpress=y;exports.getMyStoreOrderById=p;exports.getMyStoreOrderList=n;exports.getStoreOrderById=s;exports.pay=d;exports.payment=O;