From 4788ddabeb03e7897a4aeeda5d2466e5f15d56d6 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Fri, 19 May 2023 18:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=91=E5=AE=9A=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/public.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/public.js b/api/public.js index 7642c76..e69a849 100644 --- a/api/public.js +++ b/api/public.js @@ -65,6 +65,15 @@ export function login(data) { noAuth: true }); } +/** + * 绑定小程序账号 + * @param data object 小程序用户登陆信息 + */ +export function bindMp(data) { + return request.post("auth/bindMp", data, { + noAuth: true + }); +} /** * 分享 * @returns {*}