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