授权测试4
This commit is contained in:
parent
06fc7db4af
commit
765ac757aa
@ -240,13 +240,15 @@ const getCode2 = () => {
|
||||
let redirect_uri = window.location.href;
|
||||
// service.post(process.env.VUE_APP_API + '/cms-activity/cms88/zsApi/xfhdAuthorize?redirect_uri='+redirect_uri,
|
||||
service
|
||||
.get("https://test.szxgl.cn/zszq-celebration/zsApi/xfhdAuthorize1", {
|
||||
params:{
|
||||
// redirect_uri: redirect_uri,
|
||||
redirect_uri: 'https://test.szxgl.cn/zszq-celebration/activity/index.html',
|
||||
.get("https://test.szxgl.cn/zszq-celebration/zsApi/xfhdAuthorize1"
|
||||
// {
|
||||
// params:{
|
||||
// // redirect_uri: redirect_uri,
|
||||
// redirect_uri: 'https://test.szxgl.cn/zszq-celebration/activity/index.html',
|
||||
|
||||
}
|
||||
})
|
||||
// }
|
||||
// }
|
||||
)
|
||||
.then((res) => {
|
||||
let code = res.data.data;
|
||||
console.log("get code结果4", res);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user