|
@@ -81,7 +81,7 @@ public class BindAccountAuthServiceImpl extends ServiceImpl<BindAccountAuthMappe
|
|
.append(BytedanceInterfaceConstant.AUTH_PATH)
|
|
.append(BytedanceInterfaceConstant.AUTH_PATH)
|
|
.append("?app_id=" + PropertiesUtils.getValue("bytedance_config", "bytedance_appid"))
|
|
.append("?app_id=" + PropertiesUtils.getValue("bytedance_config", "bytedance_appid"))
|
|
.append("&state=" + URLEncoder.encode(state))
|
|
.append("&state=" + URLEncoder.encode(state))
|
|
- .append("&scope=" + jsonArray)
|
|
|
|
|
|
+ // .append("&scope=" + jsonArray)
|
|
.append("&redirect_uri=" + URLEncoder.encode(PropertiesUtils.getValue("bytedance_config", "bytedance_callback_url"), "UTF-8"));
|
|
.append("&redirect_uri=" + URLEncoder.encode(PropertiesUtils.getValue("bytedance_config", "bytedance_callback_url"), "UTF-8"));
|
|
return sb.toString();
|
|
return sb.toString();
|
|
}
|
|
}
|