代码说明
This commit is contained in:
@ -125,12 +125,12 @@ public class Reward {
|
|||||||
log.info("f_user_id++++++ " + f_user_id);
|
log.info("f_user_id++++++ " + f_user_id);
|
||||||
|
|
||||||
|
|
||||||
Boolean flag = false;
|
String flag = "";
|
||||||
|
|
||||||
|
|
||||||
// 奖励1
|
// 奖励1
|
||||||
if (!f_user_id.equals("0") && !f_user_id.isEmpty() && f_user_id != null) {
|
if (!f_user_id.equals("0") && !f_user_id.isEmpty() && f_user_id != null) {
|
||||||
flag = true;
|
flag = "A";
|
||||||
JSONObject jiangli = new JSONObject();
|
JSONObject jiangli = new JSONObject();
|
||||||
jiangli.put("app_id", "65815f117de49256b1e67e75");
|
jiangli.put("app_id", "65815f117de49256b1e67e75");
|
||||||
jiangli.put("entry_id", "658fce1d771e971c5816e475");
|
jiangli.put("entry_id", "658fce1d771e971c5816e475");
|
||||||
@ -472,7 +472,7 @@ public class Reward {
|
|||||||
|
|
||||||
}
|
}
|
||||||
// 奖励2
|
// 奖励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();
|
JSONObject jsonObject22 = new JSONObject();
|
||||||
jsonObject22.put("app_id", "65815f117de49256b1e67e75");
|
jsonObject22.put("app_id", "65815f117de49256b1e67e75");
|
||||||
|
|||||||
Reference in New Issue
Block a user