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