Commit aad50921 authored by ryoii's avatar ryoii

fix

parent e2f50210
......@@ -67,7 +67,7 @@ fun Application.groupManageModule() {
* 群员信息管理(需要相关权限)
*/
miraiGet("/memberInfo") {
val member = it.bot.getGroup(paramOrNull("target"))[paramOrNull("memberID")]
val member = it.bot.getGroup(paramOrNull("target"))[paramOrNull("memberId")]
call.respondDTO(MemberDetailDTO(member))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment