mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
11 lines
262 B
Go
11 lines
262 B
Go
package new
|
|
|
|
const (
|
|
USERID = "sendID"
|
|
PLATFORM_ID = "platformID"
|
|
TOKEN = "token"
|
|
OPERATION_ID = "operationID"
|
|
COMPRESSION = "compression"
|
|
GZIP_COMPRESSION_PROTOCAL = "gzip"
|
|
)
|