style(春节活动页面): 调整充值奖励的获取和领取接口的参数
This commit is contained in:
parent
e949a64bac
commit
8fd9a8a14b
@ -203,7 +203,7 @@ const rewardContentLayer = (index) => {
|
||||
const receiveReward = async (rewards) => {
|
||||
let data = {
|
||||
activityType: rewards.activityType,
|
||||
activityId: '2007771533988204877',
|
||||
activityId: '2007771533988204888',
|
||||
ruleId: rewards.ruleId,
|
||||
}
|
||||
try {
|
||||
@ -220,7 +220,7 @@ const receiveReward = async (rewards) => {
|
||||
const getRechargeReward = async () => {
|
||||
let data = {
|
||||
activityType: 'CONSUMPTION_ACTIVITY',
|
||||
activityId: '2007771533988204877',
|
||||
activityId: '2007771533988204888',
|
||||
}
|
||||
const resActivityReward = await activityRewardConfigs(data)
|
||||
if (resActivityReward.status && resActivityReward.body) {
|
||||
|
||||
@ -1159,7 +1159,7 @@ const getGameReward = async () => {
|
||||
const getRechargeReward = async () => {
|
||||
let data = {
|
||||
activityType: 'CONSUMPTION_ACTIVITY',
|
||||
activityId: '2007771533988204877',
|
||||
activityId: '2007771533988204888',
|
||||
}
|
||||
const resActivityReward = await activityRewardConfigs(data)
|
||||
if (resActivityReward.status && resActivityReward.body) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user