增加剧集解锁价格阶梯

This commit is contained in:
2025-12-15 14:40:29 +08:00
parent 16c36577e7
commit 727d56e325
4 changed files with 32 additions and 6 deletions

12
api/order/index.js Normal file
View 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'
})
}