更新api url
This commit is contained in:
@@ -40,7 +40,7 @@ document
|
||||
});
|
||||
|
||||
axios
|
||||
.get("https://pcredive.ray650128.com/backend/api/member/not_leave")
|
||||
.get("https://table-api.sakunadaisuki.club/api/member/not_leave")
|
||||
.then(function (response) {
|
||||
// 在這裡處理回傳的資料
|
||||
var options = response.data;
|
||||
@@ -77,7 +77,7 @@ function fillRecord(
|
||||
knife3c_damage
|
||||
) {
|
||||
// 发送登录请求
|
||||
axios.post("https://pcredive.ray650128.com/backend/api/record/" + memberId, {
|
||||
axios.post("https://table-api.sakunadaisuki.club/api/record/" + memberId, {
|
||||
record1: {
|
||||
boss: knife1_boss,
|
||||
damage: parseInt(knife1_damage),
|
||||
|
||||
Reference in New Issue
Block a user