[锶源昆仑-寺庙捐赠活动]
This commit is contained in:
25
apis/interfaces/authUrl.js
Normal file
25
apis/interfaces/authUrl.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* 手太欠
|
||||
* 愿这世界都如故事里一样 美好而动人~
|
||||
*/
|
||||
|
||||
import { request } from '../index'
|
||||
|
||||
const authFollow = (data) => {
|
||||
return request({
|
||||
url : 'user/auth/get_auth_url',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
const wechatCode = (data) => {
|
||||
return request({
|
||||
url : 'user/auth/official_openid',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
authFollow,
|
||||
wechatCode
|
||||
}
|
||||
Reference in New Issue
Block a user