增加抢单接口

This commit is contained in:
2026-05-28 18:45:12 +08:00
parent b0494ff5b6
commit 412aa1f8d8
7 changed files with 304 additions and 1 deletions

View File

@@ -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}。
*/