no message

master
zhangshanxue 2020-08-13 11:33:47 +08:00
parent 5dc82e1875
commit 549a3e6cab
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public abstract class AbstractMHTPlat implements PlatProcess {
private String loginVertifyUrl;
public AbstractMHTPlat() {
init();
loginVertifyUrl = " http://interface.18183g.top/interface/user-login/checkLogin";
loginVertifyUrl = "http://interface.18183g.top/interface/user-login/checkLogin";
}