记得上下班打卡 | git大法好,push需谨慎

Commit 418bc0f5 authored by 胡佳晨's avatar 胡佳晨

提交配置文件

parent 6903fc0a
......@@ -167,14 +167,14 @@ public class MixOrderServiceImpl implements IMixOrderService {
return ResponseDto.failure("参数异常");
}
}
// // 认证验证
// if (nftInfoList.size() > 0) {
// GoblinUserNftAccInfoVo openAccountInfo = redisUtils.getOpenAccountInfo(uid);
// if (null == openAccountInfo || !NftAccStatusEnum.StatusAcc.SUCCESS.getCode().equals(openAccountInfo.getCode())) {
// initStock(canBuyIds, mixId, isUseLimit, uid);
// return ResponseDto.failure("您还未开通数字账户");
// }
// }
// 认证验证
if (nftInfoList.size() > 0) {
GoblinUserNftAccInfoVo openAccountInfo = redisUtils.getOpenAccountInfo(uid);
if (null == openAccountInfo || !NftAccStatusEnum.StatusAcc.SUCCESS.getCode().equals(openAccountInfo.getCode())) {
initStock(canBuyIds, mixId, isUseLimit, uid);
return ResponseDto.failure("您还未开通数字账户");
}
}
//下单
//生成nft订单
List<GoblinNftOrder> nftOrderList = ObjectUtil.goblinNftOrderList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment