|
|
@@ -3097,7 +3097,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
packetParam.setSource(param.getSource());
|
|
|
packetParam.setRedPacketMode(config.getRedPacketMode());
|
|
|
packetParam.setCompanyId(param.getCompanyId());
|
|
|
- packetParam.setAppId(param.getAppId());
|
|
|
+ packetParam.setAppId(openProperties.getAppId());
|
|
|
packetParam.setUser(user);
|
|
|
packetParam.setOpenId(user.getAppOpenId());
|
|
|
logger.info("红包金额 {},红包参数 {}",amount,packetParam);
|