Skip to content

Commit

Permalink
临时修复首页动态Tab无法打开
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmoyue committed Apr 12, 2024
1 parent 27cfc3a commit afd501c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BiliLite.UWP/Models/Requests/Api/User/DynamicAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public ApiModel DyanmicNew(UserDynamicType type)
//使用Web的API
if (SettingService.Account.Logined)
{
api.parameter += $"&access_key={SettingService.Account.AccessKey}";
api.parameter += "&";
api.parameter += ApiHelper.MustParameter(AppKey, true);
}
api.parameter += ApiHelper.GetSign(api.parameter, AppKey);
return api;
Expand Down

0 comments on commit afd501c

Please sign in to comment.