|
@@ -373,9 +373,9 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService
|
|
|
config = JSONUtil.toBean(json, RedPacketConfig.class);
|
|
|
break;
|
|
|
}
|
|
|
- if (param.getSource()==2){
|
|
|
- config.setAppId("wxb9b453d37c5fad45");
|
|
|
- }
|
|
|
+// if (param.getSource()==2){
|
|
|
+// config.setAppId("wxb9b453d37c5fad45");
|
|
|
+// }
|
|
|
//组合返回参数
|
|
|
R result = new R();
|
|
|
// 根据 isNew 判断使用哪种发红包方式
|
|
@@ -385,7 +385,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService
|
|
|
result= sendRedPacketLegacyInternal(param, config);
|
|
|
}
|
|
|
result.put("isNew",config.getIsNew());
|
|
|
- result.put("mchId","1716217886");
|
|
|
+ result.put("mchId",config.getMchId());
|
|
|
System.out.println("发红包返回"+result);
|
|
|
return result;
|
|
|
}
|