diff --git a/src/views/system/NetTestView.vue b/src/views/system/NetTestView.vue index 7a30b230..0b5d6d4f 100644 --- a/src/views/system/NetTestView.vue +++ b/src/views/system/NetTestView.vue @@ -30,7 +30,7 @@ const targets = ref
([ { image: tmdb, name: "api.themoviedb.org", - url: "https://api.themoviedb.org", + url: "https://api.themoviedb.org/docs", proxy: true, status: "Normal", time: "", @@ -74,7 +74,7 @@ const targets = ref([ { image: wechat, name: "qyapi.weixin.qq.com", - url: "https://qyapi.weixin.qq.com", + url: "https://qyapi.weixin.qq.com/cgi-bin/gettoken", proxy: false, status: "Normal", time: "",