|
@@ -607,7 +607,7 @@ async function checkSignIn(loginInfo, signActInfo){
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- if(hasSignInToday){
|
|
|
|
|
|
|
+ if(!hasSignInToday){
|
|
|
const couponList = await checkSinginReward(signActInfo, session, txcode);
|
|
const couponList = await checkSinginReward(signActInfo, session, txcode);
|
|
|
if(couponList && couponList.length > 0){
|
|
if(couponList && couponList.length > 0){
|
|
|
const result = await getSignInReward(signActInfo, couponList[0], 'A3341C120');
|
|
const result = await getSignInReward(signActInfo, couponList[0], 'A3341C120');
|