2组颜值担当在9月八日23.44推的后台
parent
98769c3cd9
commit
eb94a2d62d
|
@ -64,14 +64,11 @@ public class Myapi extends BaseEntity{
|
||||||
*/
|
*/
|
||||||
@Schema(description = "请求方式",type = "String")
|
@Schema(description = "请求方式",type = "String")
|
||||||
private String mode;
|
private String mode;
|
||||||
<<<<<<< HEAD
|
|
||||||
/**
|
/**
|
||||||
* 购买字段
|
* 购买字段
|
||||||
*/
|
*/
|
||||||
@Schema(description = "购买字段(当修改成功触发)",type = "Integer")
|
@Schema(description = "购买字段(当修改成功触发)",type = "Integer")
|
||||||
private int auth;
|
private int auth;
|
||||||
=======
|
|
||||||
>>>>>>> 8c53524 (2组颜值担当在9月八日23.44推的后台)
|
|
||||||
/*
|
/*
|
||||||
API类型
|
API类型
|
||||||
*/
|
*/
|
||||||
|
@ -82,15 +79,11 @@ public class Myapi extends BaseEntity{
|
||||||
*/
|
*/
|
||||||
@Schema(description = "API返回报文",type = "String")
|
@Schema(description = "API返回报文",type = "String")
|
||||||
private String msgresp;
|
private String msgresp;
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
/*
|
/*
|
||||||
购买触发
|
购买触发
|
||||||
*/
|
*/
|
||||||
@Schema(description = "购买触发",type = "Integer")
|
@Schema(description = "购买触发",type = "Integer")
|
||||||
private Integer buy;
|
private Integer buy;
|
||||||
>>>>>>> 8c53524 (2组颜值担当在9月八日23.44推的后台)
|
|
||||||
|
|
||||||
private String createBy;
|
private String createBy;
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
private String updateBy;
|
private String updateBy;
|
||||||
|
@ -111,15 +104,9 @@ public class Myapi extends BaseEntity{
|
||||||
.type( myapiSaveReq.getType())
|
.type( myapiSaveReq.getType())
|
||||||
.msgresp(myapiSaveReq.getMsgresp())
|
.msgresp(myapiSaveReq.getMsgresp())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public static Myapi UpdMyapiList(MyapiUpdReq myapiUpdReq, Supplier<Long> apiId){
|
public static Myapi UpdMyapiList(MyapiUpdReq myapiUpdReq, Supplier<Long> apiId){
|
||||||
|
|
||||||
return Myapi
|
return Myapi
|
||||||
|
@ -132,10 +119,7 @@ public class Myapi extends BaseEntity{
|
||||||
.apiName( myapiUpdReq.getApiName())
|
.apiName( myapiUpdReq.getApiName())
|
||||||
.ip( myapiUpdReq.getIp())
|
.ip( myapiUpdReq.getIp())
|
||||||
.mode( myapiUpdReq.getMode())
|
.mode( myapiUpdReq.getMode())
|
||||||
<<<<<<< HEAD
|
|
||||||
.auth( myapiUpdReq.getAuth() )
|
.auth( myapiUpdReq.getAuth() )
|
||||||
=======
|
|
||||||
>>>>>>> 8c53524 (2组颜值担当在9月八日23.44推的后台)
|
|
||||||
.type( myapiUpdReq.getType())
|
.type( myapiUpdReq.getType())
|
||||||
.msgresp(myapiUpdReq.getMsgresp())
|
.msgresp(myapiUpdReq.getMsgresp())
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue