更新myapi部分
parent
71b2419383
commit
f9db439998
|
@ -59,10 +59,6 @@ public class MyApi {
|
||||||
*产品规格(按次购买/按日期购买)购买多少次
|
*产品规格(按次购买/按日期购买)购买多少次
|
||||||
*/
|
*/
|
||||||
private String productSpecification;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue