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