Merge branch 'develop'

master
taylor.dang 6 years ago
commit 12289ad472

@ -304,7 +304,7 @@ public class ActRedPackServiceImpl implements ActRedPackService {
pool.execute(() -> { pool.execute(() -> {
JSONObject clientApply = actClientApplyMapper.findActivity(actId, redpack.getIntValue("client_id")); JSONObject clientApply = actClientApplyMapper.findActivity(actId, redpack.getIntValue("client_id"));
try { try {
doSendWechatActLuckyMoney(redpack.getString("open_id"), redpack.getString("lock"), clientApply.getString("act_name"), doSendWechatActLuckyMoney(redpack.getString("open_id"), redpack.getString("lock_key"), clientApply.getString("act_name"),
clientApply.getString("send_name"), clientApply.getString("wishing")); clientApply.getString("send_name"), clientApply.getString("wishing"));
} catch (RedPackException e) { } catch (RedPackException e) {
e.printStackTrace(); e.printStackTrace();

Loading…
Cancel
Save