2组颜值担当在9月八日23.44推的后台

master
bai 2024-09-09 00:18:54 +08:00
parent 2e929f74c8
commit 174d9c599d
1 changed files with 0 additions and 6 deletions

View File

@ -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();