From e09e00fcd3bfbd3e05e8ab7dccd4d6a931f9eda4 Mon Sep 17 00:00:00 2001 From: DouchChunFeng <84675621+DouchChunFeng@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E4=B8=AA=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fuqiuluo/shamrock/remote/service/data/push/NoticeEvent.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xposed/src/main/java/moe/fuqiuluo/shamrock/remote/service/data/push/NoticeEvent.kt b/xposed/src/main/java/moe/fuqiuluo/shamrock/remote/service/data/push/NoticeEvent.kt index 8c138d0..18ffb81 100644 --- a/xposed/src/main/java/moe/fuqiuluo/shamrock/remote/service/data/push/NoticeEvent.kt +++ b/xposed/src/main/java/moe/fuqiuluo/shamrock/remote/service/data/push/NoticeEvent.kt @@ -80,7 +80,7 @@ internal data class RequestEvent( @SerialName("time") val time: Long, @SerialName("self_id") val selfId: Long, @SerialName("post_type") val postType: PostType, - @SerialName("request_type ") val type: RequestType, + @SerialName("request_type") val type: RequestType, @SerialName("sub_type") val subType: RequestSubType = RequestSubType.None, @SerialName("group_id") val groupId: Long = 0, @SerialName("user_id") val userId: Long = 0,