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