测试验证完成
This commit is contained in:
+3
-3
@@ -26,7 +26,7 @@ const ApiClient = {
|
||||
noticeList: '/api/web/notice/list',
|
||||
noticeDetail: (id) => `/api/web/notice/${encodeURIComponent(id || '')}`,
|
||||
friendLinks: '/api/web/link/friend',
|
||||
otherRecommendLinks: '/api/web/link/other',
|
||||
otherRecommendLinks: '/api/web/link/other-recommend',
|
||||
latestLotteryResult: '/api/web/lottery/result/latest',
|
||||
lotteryResultList: '/api/web/lottery/result/list',
|
||||
webConfigList: '/api/web/config/list',
|
||||
@@ -108,8 +108,8 @@ const ApiClient = {
|
||||
fc3dSchemeList: '/api/web/fc3d/scheme/list',
|
||||
fc3dSchemeDetail: (id) => `/api/web/fc3d/scheme/${encodeURIComponent(id)}`,
|
||||
walletPurchaseFc3dScheme: '/api/web/wallet/purchase/fc3d-scheme',
|
||||
lotteryTrendTools: '/api/web/lottery/trend/tools',
|
||||
lotteryTrend: '/api/web/lottery/trend',
|
||||
lotteryTrendTools: '/api/web/lottery/result/trend/tools',
|
||||
lotteryTrend: '/api/web/lottery/result/trend',
|
||||
},
|
||||
|
||||
get baseUrl() {
|
||||
|
||||
Reference in New Issue
Block a user