第一次提交
This commit is contained in:
8
api/ww-login.js
Normal file
8
api/ww-login.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import http from './index.js';
|
||||
|
||||
// 企业微信登录
|
||||
export const wwLogin = (data) => http.post('/open/wx-work/accessToken', data)
|
||||
|
||||
export default {
|
||||
wwLogin
|
||||
}
|
||||
Reference in New Issue
Block a user