|
@@ -373,9 +373,10 @@ 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("wxd70f99287830cb51");
|
|
|
+ }
|
|
|
//组合返回参数
|
|
|
R result = new R();
|
|
|
// 根据 isNew 判断使用哪种发红包方式
|
|
@@ -385,7 +386,9 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService
|
|
|
result= sendRedPacketLegacyInternal(param, config);
|
|
|
}
|
|
|
result.put("isNew",config.getIsNew());
|
|
|
- result.put("mchId",config.getMchId());
|
|
|
+// result.put("mchId",config.getMchId());
|
|
|
+ //黑坑!!现在是云联融智优选的
|
|
|
+ result.put("mchId","1708360153");
|
|
|
System.out.println("发红包返回"+result);
|
|
|
return result;
|
|
|
}
|