From 67f014d74acf507a7ab69b721fd24df8ee97e0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E8=89=AFking?= <2244255345@qq.com> Date: Mon, 28 Feb 2022 15:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BE=AE=E4=BF=A1=E8=AE=A2?= =?UTF-8?q?=E9=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/message.js b/api/message.js index b7cc5e8..bd949b9 100644 --- a/api/message.js +++ b/api/message.js @@ -14,7 +14,7 @@ import api from '@/config/api.js'; */ export function getWeChatMpMessage() { return http.request({ - url: 'mini-program/subscribeMessage', + url: 'passport/connect/miniProgram/subscribeMessage', method: Method.GET }); }