pull/6/head
parent
02249f4944
commit
a0e5346538
@ -1,17 +1,28 @@
|
||||
// 定义一个包含积分订单和配置相关 API 路径的常量对象
|
||||
const api = {
|
||||
// 积分订单
|
||||
// 积分订单相关 API 路径
|
||||
// 获取积分订单列表的分页接口路径
|
||||
orderpage: 'orders/page',
|
||||
// 删除积分订单的接口路径
|
||||
orderdelete: 'orders/delete',
|
||||
// 获取积分订单详情的接口路径,后面需拼接订单 ID
|
||||
orderinfo: 'orders/info/',
|
||||
// 保存积分订单的接口路径
|
||||
ordersave: 'orders/save',
|
||||
// 更新积分订单的接口路径
|
||||
orderupdate: 'orders/update',
|
||||
// 配置
|
||||
// 配置相关 API 路径
|
||||
// 获取配置列表的分页接口路径
|
||||
configpage: 'config/page',
|
||||
// 删除配置的接口路径
|
||||
configdelete: 'config/delete',
|
||||
// 获取配置详情的接口路径,后面需拼接配置 ID
|
||||
configinfo: 'config/info/',
|
||||
// 保存配置的接口路径
|
||||
configsave: 'config/save',
|
||||
// 更新配置的接口路径
|
||||
configupdate: 'config/update'
|
||||
|
||||
}
|
||||
|
||||
export default api
|
||||
// 导出 api 对象,以便在其他模块中使用
|
||||
export default api
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue