package
0.0.0-20240711101044-a7e44f211026
Repository: https://github.com/veops/messenger.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetUIDByPhone @Tags send @Description get user's uid by he or she's phone number @Description https://github.com/veops/messenger?tab=readme-ov-file#查询用户ID @Accept json @Produce json @Param body body getUIDByPhoneReq true " " @Success 200 {object} map[string]string "a map with phone as key and uid as value" @Router /v1/uid/getbyphone [POST].
PushMessage @Tags send @Description send a new message @Description https://github.com/veops/messenger?tab=readme-ov-file#发送消息 @Accept json @Produce json @Param body body message true " " @Success 200 {object} map[string]string "a map with msg info, eg.
QueryHistory @Tags send @Description query message history @Param page_index query int true "page_index" @Param page_size query int true "page_size" @Param start query int false "start time" @Param end query int false "end time" @Param status query string false "false failed, true sent successfully" @Param sender query string false "sender name" @Param content query string false "content" @Success 200 {object} map[string]any @Router /v1/history [GET].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author