From 7804731fa492f3bc277ceac74ffbf77f143ca229 Mon Sep 17 00:00:00 2001 From: 夏洋涛 <1027869635@qq.com> Date: Fri, 21 Apr 2023 08:30:37 +0800 Subject: [PATCH] feat:健康地址修改,ticket获取用户信息修改 --- src/App.vue | 2 +- src/views/Home.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0cb4224..47bf75f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -52,7 +52,7 @@ export default { }) }) // 健康地址调用 - this.yxAxios.get(`https://proxy.shunzhi.net/health/checkSx`).then((res) => { + this.yxAxios.get(`https://ocp.sxsedu.net/szsh/health/checkSx`).then((res) => { console.log('健康地址:', JSON.stringify(res.data)) const bodyElement = document.getElementsByTagName('body')[0] bodyElement.append(JSON.stringify(res.data)) diff --git a/src/views/Home.vue b/src/views/Home.vue index 4f9a6cc..bd3060e 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -272,7 +272,7 @@ export default { }, // 通过ticketId获取centerNo getCenterByTicketId(ticketId) { - this.yxAxios.get(`${this.proxyUrl}/api/third/getCenterNoWxSxPrivate?ticket=${ticketId}`).then((res) => { + this.yxAxios.get(`${this.proxyUrl}/api/third/getCenterNoSxPrivate?ticket=${ticketId}`).then((res) => { console.log('通过ticket获取centerNo成功:', res) if (res.data.code == 200) { this.centerNo = res.data.message -- libgit2 0.21.0