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

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

最大积分限制 添加

parent 89233798
......@@ -33,19 +33,19 @@ liquidnet:
redis:
dbs: 0,16
database: 15
host: 172.17.192.42
host: 39.107.71.112
port: 6379
password: 3Xa%8p
dragon:
host: 172.17.192.42
host: 39.107.71.112
port: 6379
password: 3Xa%8p
sweet:
host: 172.17.192.42
host: 39.107.71.112
port: 6379
password: 3Xa%8p
mongodb:
host: 172.17.192.42:27017
host: 39.107.71.112:27017
port: 27017
user: admin
pwd: S&y$6d*JwJ
......@@ -89,7 +89,7 @@ liquidnet:
executor-main:
xxl:
admin:
addresses: 172.17.192.42:8090
addresses: 39.107.71.112:8090
client:
admin:
phpPayUrl: http://devdragon.zhengzai.tv
......
......@@ -7,16 +7,16 @@ import lombok.Data;
@Data
@ApiModel(value = "STFieldListParam", description = "详情")
public class STFieldListParam {
@ApiModelProperty(value = "省ID")
@ApiModelProperty(value = "省ID [非必传]")
long provinceId;
@ApiModelProperty(value = "市ID")
@ApiModelProperty(value = "市ID [非必传]")
long cityId;
@ApiModelProperty(value = "区ID")
@ApiModelProperty(value = "区ID [非必传]")
long districtId;
@ApiModelProperty(value = "页码,默认1")
@ApiModelProperty(value = "页码,默认1 [必传]")
Integer pageNo;
@ApiModelProperty(value = "每页条数最大200")
@ApiModelProperty(value = "每页条数最大200 [必传]")
Integer pageSize;
@ApiModelProperty(value = "场所名称,支持模糊查询")
@ApiModelProperty(value = "场所名称,支持模糊查询 [非必传]")
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