2 lines
653 B
JavaScript
2 lines
653 B
JavaScript
import{x as t}from"./index-8CB-e1T6.js";function n(r){return t.post("user/cart/create",r)}function o(r){return t.get("user/cart/lst",{params:r})}function s(r,e){return t.post(`user/cart/change/${r}`,e)}function i(r){return t.post("v2/order/check",r)}function u(r){return t.post("user/cart/delete",r)}function c(r){return t.post("v2/order/create",r)}function p(r,e){return t.post(`order/pay/${r}`,e)}function d(r){return t.get("micropay_query",{params:r})}function f(r,e){return t.get(`admin/${r}/order_list`,{params:e})}function A(r){return t.get("order_lading",{params:r})}export{o as a,s as b,u as c,n as d,f as e,d as f,A as g,c as h,p as i,i as o};
|