|
|
@@ -388,7 +388,7 @@ public class UserEntity implements Serializable {
|
|
|
public String getShareLink() {//测试服对应的下载地址为http://10.8.230.17:7776/newsheep?id=32778005
|
|
|
//不再使用服务器返回的地址,直接使用配置好的地址
|
|
|
// return Config.SMALL_STATION_URL + "/h5_register/share.html?invitation_code=" + getInvitation_code();
|
|
|
- return TestUtil.isSheep() ? getShareLink() : Config.getUrlByPath(Config.PATH_REGISTER_BIG_TURNTABLE, "invitation_code", getInvitation_code());
|
|
|
+ return TestUtil.isSheep() ? getShare_link() : Config.getUrlByPath(Config.PATH_REGISTER_BIG_TURNTABLE, "invitation_code", getInvitation_code());
|
|
|
}
|
|
|
|
|
|
/**
|