|
|
|
@ -264,16 +264,28 @@ app.factory('common', ['$http', 'auth', '$routeParams','rms','config','wx','$loc
|
|
|
|
|
|
|
|
|
|
var link = "";
|
|
|
|
|
|
|
|
|
|
// if(args.urlName == "discussion"){
|
|
|
|
|
// var urlName = response.data.type_name + "_discussion";
|
|
|
|
|
// link = "https://open.weixin.qq.com/connect/oauth2/authorize?appid="+window.g_appid +
|
|
|
|
|
// "&redirect_uri="+window.g_localhost+"/wechat/user_activities?id="+response.data.data.act_id+
|
|
|
|
|
// "&response_type=code&scope=snsapi_userinfo&state="+urlName+"&connect_redirect=1#wechat_redirect";
|
|
|
|
|
// }
|
|
|
|
|
// else{
|
|
|
|
|
// link = "https://open.weixin.qq.com/connect/oauth2/authorize?appid="+window.g_appid +
|
|
|
|
|
// "&redirect_uri="+window.g_localhost+"/wechat/user_activities?id="+response.data.data.act_id+
|
|
|
|
|
// "&response_type=code&scope=snsapi_userinfo&state="+args.urlName+"&connect_redirect=1#wechat_redirect";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
if(args.urlName == "discussion"){
|
|
|
|
|
var urlName = response.data.type_name + "_discussion";
|
|
|
|
|
link = "https://open.weixin.qq.com/connect/oauth2/authorize?appid="+window.g_appid +
|
|
|
|
|
"&redirect_uri="+window.g_localhost+"/wechat/user_activities?id="+response.data.data.act_id+
|
|
|
|
|
"&response_type=code&scope=snsapi_info&state="+urlName+"&connect_redirect=1#wechat_redirect";
|
|
|
|
|
link = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d" +
|
|
|
|
|
"&redirect_uri=https://test.forge.trustie.net/wechat/user_activities?id="+response.data.data.act_id+
|
|
|
|
|
"&response_type=code&scope=snsapi_base&state="+urlName+"&connect_redirect=1#wechat_redirect";
|
|
|
|
|
}
|
|
|
|
|
else{
|
|
|
|
|
link = "https://open.weixin.qq.com/connect/oauth2/authorize?appid="+window.g_appid +
|
|
|
|
|
"&redirect_uri="+window.g_localhost+"/wechat/user_activities?id="+response.data.data.act_id+
|
|
|
|
|
"&response_type=code&scope=snsapi_info&state="+args.urlName+"&connect_redirect=1#wechat_redirect";
|
|
|
|
|
link = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d" +
|
|
|
|
|
"&redirect_uri=https://test.forge.trustie.net/wechat/user_activities?id="+response.data.data.act_id+
|
|
|
|
|
"&response_type=code&scope=snsapi_base&state="+args.urlName+"&connect_redirect=1#wechat_redirect";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
console.log("link= "+link);
|
|
|
|
|