记得上下班打卡 | git大法好,push需谨慎

Commit 73691fa1 authored by 胡佳晨's avatar 胡佳晨

最大积分限制 添加

parent 89233798
...@@ -33,19 +33,19 @@ liquidnet: ...@@ -33,19 +33,19 @@ liquidnet:
redis: redis:
dbs: 0,16 dbs: 0,16
database: 15 database: 15
host: 172.17.192.42 host: 39.107.71.112
port: 6379 port: 6379
password: 3Xa%8p password: 3Xa%8p
dragon: dragon:
host: 172.17.192.42 host: 39.107.71.112
port: 6379 port: 6379
password: 3Xa%8p password: 3Xa%8p
sweet: sweet:
host: 172.17.192.42 host: 39.107.71.112
port: 6379 port: 6379
password: 3Xa%8p password: 3Xa%8p
mongodb: mongodb:
host: 172.17.192.42:27017 host: 39.107.71.112:27017
port: 27017 port: 27017
user: admin user: admin
pwd: S&y$6d*JwJ pwd: S&y$6d*JwJ
...@@ -89,7 +89,7 @@ liquidnet: ...@@ -89,7 +89,7 @@ liquidnet:
executor-main: executor-main:
xxl: xxl:
admin: admin:
addresses: 172.17.192.42:8090 addresses: 39.107.71.112:8090
client: client:
admin: admin:
phpPayUrl: http://devdragon.zhengzai.tv phpPayUrl: http://devdragon.zhengzai.tv
......
...@@ -7,16 +7,16 @@ import lombok.Data; ...@@ -7,16 +7,16 @@ import lombok.Data;
@Data @Data
@ApiModel(value = "STFieldListParam", description = "详情") @ApiModel(value = "STFieldListParam", description = "详情")
public class STFieldListParam { public class STFieldListParam {
@ApiModelProperty(value = "省ID") @ApiModelProperty(value = "省ID [非必传]")
long provinceId; long provinceId;
@ApiModelProperty(value = "市ID") @ApiModelProperty(value = "市ID [非必传]")
long cityId; long cityId;
@ApiModelProperty(value = "区ID") @ApiModelProperty(value = "区ID [非必传]")
long districtId; long districtId;
@ApiModelProperty(value = "页码,默认1") @ApiModelProperty(value = "页码,默认1 [必传]")
Integer pageNo; Integer pageNo;
@ApiModelProperty(value = "每页条数最大200") @ApiModelProperty(value = "每页条数最大200 [必传]")
Integer pageSize; Integer pageSize;
@ApiModelProperty(value = "场所名称,支持模糊查询") @ApiModelProperty(value = "场所名称,支持模糊查询 [非必传]")
String venueName; String venueName;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment