LUDO-配置vo-ruleUrl加上域名转换
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package com.accompany.business.vo.miniGame;
|
package com.accompany.business.vo.miniGame;
|
||||||
|
|
||||||
|
import com.accompany.common.annotation.ReplaceAppDomain;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
@@ -36,6 +37,7 @@ public class GameModePlayVo {
|
|||||||
* 规则链接
|
* 规则链接
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty("规则链接")
|
@ApiModelProperty("规则链接")
|
||||||
|
@ReplaceAppDomain
|
||||||
private String ruleUrl;
|
private String ruleUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user