This commit is contained in:
lf 2024-07-25 15:09:10 +08:00
parent c0f8f245b1
commit 75e65a0c9c
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@
code_batch_id: this.code_batch_id, code_batch_id: this.code_batch_id,
receive_mode: 1 receive_mode: 1
}; };
alert(zgp) alert('zgp')
req.axiosPost("/key/couponGroupUsage", data) req.axiosPost("/key/couponGroupUsage", data)
.then((res) => { .then((res) => {
if (res.code == 200) { if (res.code == 200) {