"use strict";let r=(new(require("../common/request.js").Request)).http;exports.cancelOrder=function(e){return r("/app/storeOrder/cancelOrder",e,"POST","application/json;charset=UTF-8")},exports.compute=function(e){return r("/app/storeOrder/compute",e,"POST","application/json;charset=UTF-8")},exports.finishOrder=function(e){return r("/app/storeOrder/finishOrder",e,"POST","application/json;charset=UTF-8")},exports.getCompanyUserStoreOrderById=function(e){return r("/app/storeOrder/getCompanyUserStoreOrderById",e,"GET")},exports.getCompanyUserStoreOrderList=function(e){return r("/app/storeOrder/getCompanyUserStoreOrderList",e,"GET")},exports.getExpress=function(e){return r("/app/storeOrder/getExpress",e,"POST","application/json;charset=UTF-8")},exports.getMyStoreOrderById=function(e){return r("/app/storeOrder/getMyStoreOrderById",e,"GET")},exports.getMyStoreOrderList=function(e){return r("/app/storeOrder/getMyStoreOrderList",e,"GET")},exports.getStoreOrderById=function(e){return r("/app/storeOrder/getStoreOrderById",e,"GET")},exports.pay=function(e){return r("/app/storeOrder/pay",e,"POST","application/json;charset=UTF-8")},exports.payment=function(e){return r("/app/storeOrder/payment",e,"POST","application/json;charset=UTF-8")};