替换实名认证URL

This commit is contained in:
oujunhui
2020-05-13 19:26:02 +08:00
parent babf0caf24
commit 67ef646c1b

View File

@@ -229,7 +229,7 @@ public class UriProvider {
* @return
*/
public static String getTutuRealNamePage() {
return JAVA_WEB_URL.concat("/modules/identity/new.html");
return JAVA_WEB_URL.concat("/accompany/modules/identity/new.html");
}
/**