mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 23:11:38 +08:00
秒杀(SpringBoot构建电商基础秒杀项目 基础部分完成)
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
data: {
|
||||
"itemId": g_itemVO.id,
|
||||
"amount": 1, // 暂时写死,买1件
|
||||
"promoId": g_itemVO.promoId,
|
||||
},
|
||||
xhrFields: {withCredentials: true},
|
||||
success: function (data) {
|
||||
|
Reference in New Issue
Block a user