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