增加剧集解锁价格阶梯
This commit is contained in:
12
api/order/index.js
Normal file
12
api/order/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import http from '@/http/http.js'
|
||||
|
||||
/**
|
||||
* 获取最近观看
|
||||
*/
|
||||
export const getPayMoney = (data) => {
|
||||
return http.request({
|
||||
url: 'order/getPayMoney',
|
||||
data: data,
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user