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

Commit 3d900715 authored by jiangxiulong's avatar jiangxiulong

开启实名判断

parent 52dff232
...@@ -66,7 +66,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -66,7 +66,7 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
// 认证验证 // 认证验证
boolean numAccount = goblinRedisUtils.getNftNumAccount(uid); boolean numAccount = goblinRedisUtils.getNftNumAccount(uid);
if (!numAccount) { if (!numAccount) {
// return ResponseDto.failure("您还未开通数字账户~"); return ResponseDto.failure("您还未开通数字账户~");
} }
// 是否存在此商品信息 是否隐藏 // 是否存在此商品信息 是否隐藏
......
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