多语言-星级厨房-中奖弹窗
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.*;
|
||||
public class ReplaceAppDomainUtils {
|
||||
|
||||
//todo 动态
|
||||
private static final List<String> EXCLUDE_HOST_List = Lists.newArrayList("image.pekolive.com","image.hiyoo.fun");
|
||||
private static final List<String> EXCLUDE_HOST_List = Lists.newArrayList("image.pekolive.com");
|
||||
|
||||
public static String replaceUrl(String str){
|
||||
return replaceUrl(str, null);
|
||||
|
@@ -22,6 +22,6 @@ public class SuperLuckyGiftConfig {
|
||||
private String bannerUrl;
|
||||
private String skipUrl;
|
||||
|
||||
private String diamondIcon = "https://image.hiyoo.fun/ic_gift_diamond.png";
|
||||
private String diamondIcon;
|
||||
|
||||
}
|
||||
|
@@ -10,6 +10,7 @@
|
||||
*/
|
||||
package com.accompany.business.vo.activities;
|
||||
|
||||
import com.accompany.core.annotation.I18n;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -36,6 +37,7 @@ public class LuckySeaActUserOneRoundDrawResult {
|
||||
@ApiModelProperty(value = "奖品数量")
|
||||
private Long prizeCount;
|
||||
@ApiModelProperty(value = "奖品名称")
|
||||
@I18n(className = "LuckySeaActUserDrawItem")
|
||||
private String prizeName;
|
||||
@ApiModelProperty(value = "本轮下注情况")
|
||||
private List<LuckySeaActUserDrawItemVO> drawRecords;
|
||||
|
Reference in New Issue
Block a user