第一次提交
This commit is contained in:
12
api/wx-login.js
Executable file
12
api/wx-login.js
Executable file
@@ -0,0 +1,12 @@
|
||||
import http from './index.js';
|
||||
import { fileUrl } from '@/config.js';
|
||||
|
||||
// 获取微信openId
|
||||
export const getWxQrCode = () => http.get('/wx-login/getQRCode')
|
||||
|
||||
export const getWxQrCodeFile = () => http.get('/file-preview/getQRCode')
|
||||
|
||||
export default {
|
||||
getWxQrCode,
|
||||
getWxQrCodeFile
|
||||
}
|
||||
Reference in New Issue
Block a user