Commit f539fcbd authored by hezhen's avatar hezhen

Merge branch 'master-customer-management' into dev

parents c8c933c2 0e0dce3f
......@@ -205,7 +205,7 @@ public class AppPermissionService {
return JsonResultUtil.createDefaultFail();
}
try {
result.put("mobilecode", mobilecode);
result.put("mobilecode", "");//mobilecode
String redisLockKey = RedisKey.CONSTANT_CODE_PREFIX + phone + mobilecode;
Boolean suc = userRedisTemplate.opsForValue().setIfAbsent(redisLockKey, mobilecode);
if (suc) {
......
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