增加抢单接口
This commit is contained in:
@@ -65,6 +65,11 @@ public class HxrAdminProperties {
|
||||
*/
|
||||
private String goodsApiUrl = "https://hxrdhoutai.hxrdsm.cn/api/order/goods?page=1&limit=20";
|
||||
|
||||
/**
|
||||
* 抢购 API({@code POST /api/order/buy})。
|
||||
*/
|
||||
private String buyApiUrl = "https://hxrdhoutai.hxrdsm.cn/api/order/buy";
|
||||
|
||||
/**
|
||||
* 货品列表 API 请求头 {@code token}。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user