Merge pull request #76 from DouchChunFeng/master

有个空格
This commit is contained in:
ikechan8370 2023-11-24 00:24:57 +08:00 committed by GitHub
commit 8c6f529b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ internal data class RequestEvent(
@SerialName("time") val time: Long, @SerialName("time") val time: Long,
@SerialName("self_id") val selfId: Long, @SerialName("self_id") val selfId: Long,
@SerialName("post_type") val postType: PostType, @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("sub_type") val subType: RequestSubType = RequestSubType.None,
@SerialName("group_id") val groupId: Long = 0, @SerialName("group_id") val groupId: Long = 0,
@SerialName("user_id") val userId: Long = 0, @SerialName("user_id") val userId: Long = 0,