邀请好友链接

This commit is contained in:
oujunhui
2020-07-17 19:28:56 +08:00
parent 3dc7e474de
commit cdd7a4c0e7
3 changed files with 11 additions and 3 deletions

View File

@@ -116,6 +116,12 @@ public class UriProvider {
return JAVA_WEB_URL.concat("/accompany/modules/level/index.html");
}
/**
* 邀请好友
*/
public static String getShareUrl() {
return JAVA_WEB_URL.concat("/accompany/modules/inviteCode/index.html");
}
/**