|
@@ -964,7 +964,7 @@
|
|
|
return;
|
|
|
}
|
|
|
// 发送报名信息请求
|
|
|
- const registerResponse = await fetch('https://prep.cocorobo.cn/:11111/api/user', {
|
|
|
+ const registerResponse = await fetch('https://prep.cocorobo.cn/api/user', {
|
|
|
method: 'POST',
|
|
|
headers: {
|
|
|
'Content-Type': 'application/json'
|
|
@@ -1042,7 +1042,7 @@
|
|
|
}
|
|
|
|
|
|
try{
|
|
|
- const response = fetch("https://prep.cocorobo.cn/:11111/api/update", {
|
|
|
+ const response = fetch("https://prep.cocorobo.cn/api/update", {
|
|
|
method: "POST",
|
|
|
headers: {
|
|
|
"Content-Type": "application/json"
|