修复了注册和登录时的验证码异常
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
package com.greenorange.promotion.designModel;
|
||||
|
||||
public interface Command {
|
||||
|
||||
void execute();
|
||||
}
|
Reference in New Issue
Block a user