Files
wechat_ipad_pro/db/table/base.go
2026-02-17 13:06:23 +08:00

10 lines
230 B
Go

package table
const (
RedisPushSyncTypeLoginState int = 10000
RedisPushSyncTypeWxMsg int = 10001
RedisPushSyncTypeCheckLogin int = 10002
RedisPushFavitem int = 10003
RedisPushWxInItOk int = 10009
)