bugfix:星座礼物详情链接修改

This commit is contained in:
huangjian
2023-01-06 10:09:59 +08:00
parent 8c1c3adeb6
commit a0c67ca8fe

View File

@@ -464,7 +464,7 @@ public class UriProvider {
* 周星榜
*/
public static String getWeekStarUrl() {
return JAVA_WEB_URL.concat("/activity/act-constellation/index.html");
return JAVA_WEB_URL.concat("/yinyou/activity/act-constellation/index.html");
}
/**