|
|
@@ -14,6 +14,7 @@ import system from './httpList/system.js'
|
|
|
import record from './httpList/record.js'
|
|
|
import plan from './httpList/plan.js'
|
|
|
import wxpay from './httpList/wxpay.js'
|
|
|
+import order from './httpList/order.js'
|
|
|
export default {
|
|
|
...login,
|
|
|
...polyvVideo,
|
|
|
@@ -30,5 +31,6 @@ export default {
|
|
|
...system,
|
|
|
...record,
|
|
|
...plan,
|
|
|
- ...wxpay
|
|
|
+ ...wxpay,
|
|
|
+ ...order
|
|
|
}
|