更新api url

This commit is contained in:
2026-08-03 23:34:15 +08:00
parent cef720fa99
commit 8d3ffde7a4
7 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ window.onload = function () {
paramValue = getParameterByName('id');
console.log(paramValue);
axios.get("https://pcredive.ray650128.com/backend/api/record/" + paramValue)
axios.get("https://table-api.sakunadaisuki.club/api/record/" + paramValue)
.then(function (response) {
// 在這裡處理回傳的資料
var options = response.data;
@@ -111,7 +111,7 @@ function fillRecord(
knife3c_damage
) {
// 发送登录请求
axios.put("https://pcredive.ray650128.com/backend/api/record/" + recordId, {
axios.put("https://table-api.sakunadaisuki.club/api/record/" + recordId, {
memberId: memberId,
record1: {
boss: knife1_boss,