From a8c03746e6bd8ac1d46dc48c1b10bceff543664f Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 10 十二月 2024 20:16:12 +0800 Subject: [PATCH] ll --- h5/api/staff.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/h5/api/staff.js b/h5/api/staff.js index ea64d24..f00cf4a 100644 --- a/h5/api/staff.js +++ b/h5/api/staff.js @@ -14,6 +14,12 @@ method: 'get' }) } +export const saveHkUserOpenid = () => { + return http({ + url: 'visitsAdmin/cloudService/business/hksync/saveHkUserOpenid', + method: 'post' + }) +} // 鍒锋柊token export const refreshToken = () => { return http({ -- Gitblit v1.9.3