Parcourir la source

测试服分享地址指向我的文件服务器

zengjiebin il y a 7 ans
Parent
commit
a122e5cc8a

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/model/entity/UserEntity.java

@@ -388,7 +388,7 @@ public class UserEntity implements Serializable {
 
     //测试服用测试分享链接,正式服用正式的
     public String getShareLink() {//测试服对应的下载地址为http://10.8.230.17:7776/newsheep?id=32778005
-        return TestUtil.isSheep() ? getShare_link() : "http://10.8.210.230:8902/share.html?invitation_code=" + getInvitation_code();
+        return TestUtil.isSheep() ? getShare_link() : "http://10.8.220.248/shared/html/small_station/h5_register/share.html?invitation_code=" + getInvitation_code();
     }
 
     /**