代码说明

This commit is contained in:
lijiazhuo
2025-11-28 16:12:49 +08:00
parent def010102a
commit 216af18b6e

View File

@ -125,12 +125,12 @@ public class Reward {
log.info("f_user_id++++++ " + f_user_id);
Boolean flag = false;
String flag = "";
// 奖励1
if (!f_user_id.equals("0") && !f_user_id.isEmpty() && f_user_id != null) {
flag = true;
flag = "A";
JSONObject jiangli = new JSONObject();
jiangli.put("app_id", "65815f117de49256b1e67e75");
jiangli.put("entry_id", "658fce1d771e971c5816e475");
@ -472,7 +472,7 @@ public class Reward {
}
// 奖励2
if (f_user_idS != null && !f_user_idS.isEmpty() && !f_user_idS.equals("0") && flag == true) {
if (f_user_idS != null && !f_user_idS.isEmpty() && !f_user_idS.equals("0") && flag.equals("A")) {
JSONObject jsonObject22 = new JSONObject();
jsonObject22.put("app_id", "65815f117de49256b1e67e75");