cashier-web/src/api/config.ts

11 lines
495 B
TypeScript

// [超掌柜收银机](https://app.apifox.com/project/5827475)
// 账号,商户相关:<https://tapi.cashier.sxczgkj.cn/account/>
// 订单,支付相关:<https://tapi.cashier.sxczgkj.cn/order/>
// 商品,耗材相关:<https://tapi.cashier.sxczgkj.cn/product/>
// 系统相关:<https://tapi.cashier.sxczgkj.cn/system/>
export const Account_BaseUrl = "account";
export const Order_BaseUrl = "order";
export const Product_BaseUrl = "product";
export const System_BaseUrl = "system";