This commit is contained in:
2024-12-25 11:59:33 +08:00
parent a5fa833937
commit 36dd01056e
35 changed files with 2328 additions and 244 deletions

BIN
dist/qnc vendored

Binary file not shown.

View File

@@ -126,7 +126,7 @@
loading.style.display = "block";
fetch(`/apiv2/pay/refund/${orderID}`, {
fetch(`/api/pay/refund/${orderID}`, {
method: "POST",
headers: {
"Content-Type": "application/json"