|
@@ -73,7 +73,7 @@ public class BindAccountAuthServiceImpl extends ServiceImpl<BindAccountAuthMappe
|
|
.append(KuaishouInterfaceConstant.AUTH_PATH)
|
|
.append(KuaishouInterfaceConstant.AUTH_PATH)
|
|
.append("?app_id=" + PropertiesUtils.getValue("kuaishou_config", "kuaishou_third_appid"))
|
|
.append("?app_id=" + PropertiesUtils.getValue("kuaishou_config", "kuaishou_third_appid"))
|
|
.append("&state=" + URLEncoder.encode(URLEncoder.encode(state)))
|
|
.append("&state=" + URLEncoder.encode(URLEncoder.encode(state)))
|
|
- .append("&scope=%5B%22ad_query%22%2C%22ad_manage%22%5D&")
|
|
|
|
|
|
+ .append("&scope=%5B%22report_service%22%2C%22ad_query%22%2C%22account_service%22%2C%22ad_manage%22%5D")
|
|
.append("&redirect_uri=" + URLEncoder.encode(PropertiesUtils.getValue("kuaishou_config", "kuaishou_callback_url"), "UTF-8"));
|
|
.append("&redirect_uri=" + URLEncoder.encode(PropertiesUtils.getValue("kuaishou_config", "kuaishou_callback_url"), "UTF-8"));
|
|
}
|
|
}
|
|
|
|
|