This commit is contained in:
2026-02-05 10:42:13 +09:00
67 changed files with 8090 additions and 1860 deletions

View File

@@ -451,7 +451,7 @@ function deleteServiceImmediately(row) {
sq_no: row.sq_no
})
fetch('/kngil/bbs/adm_service.php', {
fetch('/admin/api/service', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
@@ -484,7 +484,7 @@ function isServiceItem(r) {
------------------------------------------------- */
function loadExistingPurchase(memberId, buyDate) {
fetch('/kngil/bbs/adm_service.php', {
fetch('/admin/api/service', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
@@ -647,7 +647,7 @@ function saveService(ctx) {
_deleted: !!r._deleted
}))
fetch('/kngil/bbs/adm_service.php', {
fetch('/admin/api/service', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({