12
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import request from '@/utils/request'
|
||||
const service_name = "oil-identity"
|
||||
const group_name = "weChatAuthorization"
|
||||
const service_name = "xkhl-identity"
|
||||
const group_name = "unionAuth"
|
||||
export default {
|
||||
loginPwd (data,type) {
|
||||
return request({
|
||||
url: `/${service_name}/${group_name}/loginByPhonePwd${type}`,
|
||||
url: `/xkhl-identity/unionAuth/loginPwd`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
},
|
||||
loginByPhoneNext (data,type) {
|
||||
return request({
|
||||
url: `/${service_name}/${group_name}/loginByPhoneNext${type}`,
|
||||
url: `/xkhl-identity/unionAuth/loginByPhoneNext${type}`,
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user