更新myapi部分

dev2
WeiRan 2024-08-29 17:05:26 +08:00
parent 71b2419383
commit f9db439998
1 changed files with 9 additions and 5 deletions

View File

@ -59,10 +59,6 @@ public class MyApi {
*/
*/
private String productSpecification;
/**
*
*/
private Integer productInventory;
/**
*
*/
@ -80,5 +76,13 @@ public class MyApi {
/**
*
*/
private String productAddress;
private String apiAddress;
/**
*
*/
private String returnFormat;
/**
*
*/
private String requestMethod;
}