feat():取消验证码
This commit is contained in:
@@ -33,7 +33,7 @@ public class RabbitQueueListener {
|
||||
Double rolledLength = Double.parseDouble(
|
||||
JSONUtil.parse(message).getByPath("rolledLength").toString()
|
||||
);
|
||||
if(LastRolledLength==rolledLength){
|
||||
if(Math.abs(LastRolledLength-rolledLength)<1){
|
||||
return;
|
||||
}
|
||||
if(LastRolledLength-rolledLength>300) {
|
||||
|
||||
Reference in New Issue
Block a user