Merge remote-tracking branch 'origin/ai-hub' into ai-hub
This commit is contained in:
@@ -46,7 +46,7 @@ public class MessageService : ApplicationService
|
||||
/// </summary>
|
||||
/// <param name="input">删除参数,包含消息Id列表和是否删除后续消息的开关</param>
|
||||
[Authorize]
|
||||
public async Task DeleteAsync([FromBody] MessageDeleteInput input)
|
||||
public async Task DeleteAsync([FromQuery] MessageDeleteInput input)
|
||||
{
|
||||
var userId = CurrentUser.GetId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user