mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
有个空格
This commit is contained in:
parent
0d35d5834b
commit
e09e00fcd3
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user