|
@@ -78,7 +78,7 @@ public class Video2ServiceImpl implements Video2Service {
|
|
|
ProductItemResp productItemResp = collect.get(0);
|
|
|
String channelPrice = productItemResp.getChannelPrice();
|
|
|
BigDecimal totalPrice = new BigDecimal(channelPrice);
|
|
|
- com.zswl.cloud.shop.client.ret.ResultContent<AccountDetailVo> shopSetting = shopService.shopSetting("视频会员");
|
|
|
+ com.zswl.cloud.shop.client.ret.ResultContent<AccountDetailVo> shopSetting = shopService.shopSetting("视频会员",rechargeOrderReq.getCode());
|
|
|
if (!shopSetting.getState().equals(com.zswl.cloud.shop.client.ret.ResultState.Success)) {
|
|
|
return ResultContent.build(ResultState.Fail, "视频会员信息未配置");
|
|
|
}
|
|
@@ -186,7 +186,7 @@ public class Video2ServiceImpl implements Video2Service {
|
|
|
}
|
|
|
ProductItemResp productItemResp = collect.get(0);
|
|
|
BigDecimal totalPrice = BigDecimal.ZERO;
|
|
|
- com.zswl.cloud.shop.client.ret.ResultContent<AccountDetailVo> shopSetting = shopService.shopSetting("视频会员");
|
|
|
+ com.zswl.cloud.shop.client.ret.ResultContent<AccountDetailVo> shopSetting = shopService.shopSetting("视频会员",rechargeRequest.getCode());
|
|
|
if (!shopSetting.getState().equals(com.zswl.cloud.shop.client.ret.ResultState.Success)) {
|
|
|
return ResultContent.build(ResultState.Fail, "视频会员信息未配置");
|
|
|
}
|