You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
385 B
10 lines
385 B
import { ORIGIN } from '../../../js/api';
|
|
|
|
export const ORDER_API = {
|
|
venueCourse_orderInfo:`${ORIGIN}/admin/venueCourse/orderInfo`, // 课程订单 - 详情
|
|
userValueCardInfo:`${ORIGIN}/admin/userValueCard/get`, // 用户储值卡详情_copy
|
|
userValueCardConsumes:`${ORIGIN}/admin/userValueCard/consumes`, // 用户储值卡消费记录_copy
|
|
|
|
}
|
|
|
|
export default ORDER_API;
|