2组颜值担当在9月八日23.44推的后台
parent
2e929f74c8
commit
174d9c599d
|
@ -60,11 +60,6 @@ public class MyapiListResp {
|
||||||
*/
|
*/
|
||||||
@Schema(description = "请求方式",type = "String")
|
@Schema(description = "请求方式",type = "String")
|
||||||
private String mode;
|
private String mode;
|
||||||
/**
|
|
||||||
* 购买字段
|
|
||||||
*/
|
|
||||||
@Schema(description = "购买字段(当修改成功触发)",type = "Integer")
|
|
||||||
private int auth;
|
|
||||||
/*
|
/*
|
||||||
API类型
|
API类型
|
||||||
*/
|
*/
|
||||||
|
@ -96,7 +91,6 @@ public class MyapiListResp {
|
||||||
.apiName( myapi.getApiName())
|
.apiName( myapi.getApiName())
|
||||||
.ip( myapi.getIp())
|
.ip( myapi.getIp())
|
||||||
.mode( myapi.getMode())
|
.mode( myapi.getMode())
|
||||||
.auth( myapi.getAuth())
|
|
||||||
.type( myapi.getType())
|
.type( myapi.getType())
|
||||||
.msgresp( myapi.getMsgresp() )
|
.msgresp( myapi.getMsgresp() )
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue