1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-12 23:11:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

秒杀(SpringBoot构建电商基础秒杀项目 基础部分完成)

This commit is contained in:
2022-03-05 16:48:37 +08:00
parent bad79611bf
commit 029fb6432e
11 changed files with 128 additions and 52 deletions

View File

@@ -108,6 +108,7 @@
data: {
"itemId": g_itemVO.id,
"amount": 1, // 暂时写死买1件
"promoId": g_itemVO.promoId,
},
xhrFields: {withCredentials: true},
success: function (data) {