mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-27 11:09:22 +08:00
feat: 接口修改
This commit is contained in:
@@ -675,7 +675,7 @@ export function Home() {
|
||||
}
|
||||
|
||||
const goApply = () => {
|
||||
location.href = `${process.env.APPLY_URL}#/process/create-ticket?processId=117`;
|
||||
location.href = `//work-order.zhiketong.net/#/process/create-ticket?processId=117`;
|
||||
};
|
||||
|
||||
console.log('render', { isAllow, isRequestErr, isW:isWorkWechat()});
|
||||
|
||||
@@ -43,7 +43,7 @@ function getHeaders() {
|
||||
}
|
||||
|
||||
export function validUser(signature: String) {
|
||||
return fetch(`${process.env.API_URL}check_user_white/?signature=${signature}`)
|
||||
return fetch(`//uc.zhiketong.net/api/check_user_white/?signature=${signature}`)
|
||||
.then((response) => response.json())
|
||||
.then((data) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user