style(春节活动页面): 调整充值奖励的获取和领取接口的参数

This commit is contained in:
hzj 2026-02-11 12:28:30 +08:00
parent e949a64bac
commit 8fd9a8a14b
2 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@ const rewardContentLayer = (index) => {
const receiveReward = async (rewards) => { const receiveReward = async (rewards) => {
let data = { let data = {
activityType: rewards.activityType, activityType: rewards.activityType,
activityId: '2007771533988204877', activityId: '2007771533988204888',
ruleId: rewards.ruleId, ruleId: rewards.ruleId,
} }
try { try {
@ -220,7 +220,7 @@ const receiveReward = async (rewards) => {
const getRechargeReward = async () => { const getRechargeReward = async () => {
let data = { let data = {
activityType: 'CONSUMPTION_ACTIVITY', activityType: 'CONSUMPTION_ACTIVITY',
activityId: '2007771533988204877', activityId: '2007771533988204888',
} }
const resActivityReward = await activityRewardConfigs(data) const resActivityReward = await activityRewardConfigs(data)
if (resActivityReward.status && resActivityReward.body) { if (resActivityReward.status && resActivityReward.body) {

View File

@ -1159,7 +1159,7 @@ const getGameReward = async () => {
const getRechargeReward = async () => { const getRechargeReward = async () => {
let data = { let data = {
activityType: 'CONSUMPTION_ACTIVITY', activityType: 'CONSUMPTION_ACTIVITY',
activityId: '2007771533988204877', activityId: '2007771533988204888',
} }
const resActivityReward = await activityRewardConfigs(data) const resActivityReward = await activityRewardConfigs(data)
if (resActivityReward.status && resActivityReward.body) { if (resActivityReward.status && resActivityReward.body) {