1 |
- "use strict";var r=require("../common/request.js");let t=new r.Request().http;function s(e){return t("/app/storeAfterSales/getStoreOrderItems",e,"GET")}function a(e){return t("/app/storeAfterSales/applyAfterSales",e,"POST","application/json;charset=UTF-8")}function o(e){return t("/app/storeAfterSales/getStoreAfterSalesList",e,"GET")}function n(e){return t("/app/storeAfterSales/getStoreAfterSalesById",e,"GET")}function S(e){return t("/app/storeAfterSales/revoke",e,"POST","application/json;charset=UTF-8")}function l(e){return t("/app/storeAfterSales/addDelivery",e,"POST","application/json;charset=UTF-8")}exports.addDelivery=l;exports.applyAfterSales=a;exports.getStoreAfterSalesById=n;exports.getStoreAfterSalesList=o;exports.getStoreOrderItems=s;exports.revoke=S;
|