Commit 09673ce9 authored by hujiebin's avatar hujiebin

swag

parent 1afd4ff4
...@@ -362,7 +362,7 @@ func PluginReady(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -362,7 +362,7 @@ func PluginReady(c *gin.Context) (*mycontext.MyContext, error) {
// @Param token header string true "token" // @Param token header string true "token"
// @Param nonce header string true "随机数字" // @Param nonce header string true "随机数字"
// @Param groupId path string true "群ID" // @Param groupId path string true "群ID"
// @Success 200 {object} cv.RoomInfo // @Success 200 {object} group_cv.RoomInfo
// @Router /v1/imGroup/roomInfo/{groupId} [get] // @Router /v1/imGroup/roomInfo/{groupId} [get]
func GetRoomInfo(c *gin.Context) (*mycontext.MyContext, error) { func GetRoomInfo(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
...@@ -1195,7 +1195,7 @@ func GroupMedalAll(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -1195,7 +1195,7 @@ func GroupMedalAll(c *gin.Context) (*mycontext.MyContext, error) {
// @Param token header string true "token" // @Param token header string true "token"
// @Param nonce header string true "随机数字" // @Param nonce header string true "随机数字"
// @Param groupId query string false "群ID" // @Param groupId query string false "群ID"
// @Success 200 {object} cv.RoomMedalInfo // @Success 200 {object} group_cv.RoomMedalInfo
// @Router /v1/imGroup/medal/room [get] // @Router /v1/imGroup/medal/room [get]
func GetRoomMedal(c *gin.Context) (*mycontext.MyContext, error) { func GetRoomMedal(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
......
...@@ -1150,7 +1150,7 @@ func buildRoleMembers(model *domain.Model, groupId string, userId uint64) ([]gro ...@@ -1150,7 +1150,7 @@ func buildRoleMembers(model *domain.Model, groupId string, userId uint64) ([]gro
// @Param countryShortName query string true "国家缩写" // @Param countryShortName query string true "国家缩写"
// @Param pageSize query int true "分页大小 默认:10" default(10) // @Param pageSize query int true "分页大小 默认:10" default(10)
// @Param pageIndex query int true "第几个分页,从1开始 默认:1" default(1) // @Param pageIndex query int true "第几个分页,从1开始 默认:1" default(1)
// @Success 200 {object} cv.PopularGroupInfo // @Success 200 {object} group_cv.PopularGroupInfo
// @Router /v1/imGroup/country [get] // @Router /v1/imGroup/country [get]
func GetGroupByCountry(c *gin.Context) (*mycontext.MyContext, error) { func GetGroupByCountry(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
...@@ -1436,7 +1436,7 @@ func getCandidatesByCountry(model *domain.Model, bannedGroups map[string]uint64, ...@@ -1436,7 +1436,7 @@ func getCandidatesByCountry(model *domain.Model, bannedGroups map[string]uint64,
// @Param signature header string true "sha1加密结果" // @Param signature header string true "sha1加密结果"
// @Param deviceType header string true "系统类型 ios android" // @Param deviceType header string true "系统类型 ios android"
// @Param deviceVersion header string true "系统版本" // @Param deviceVersion header string true "系统版本"
// @Success 200 {object} cv.CvCountry // @Success 200 {object} group_cv.CvCountry
// @Router /v1/imGroup/country/prior [get] // @Router /v1/imGroup/country/prior [get]
func GroupountryPrior(c *gin.Context) (*mycontext.MyContext, error) { func GroupountryPrior(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
......
...@@ -921,7 +921,7 @@ func GroupMicMute(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -921,7 +921,7 @@ func GroupMicMute(c *gin.Context) (*mycontext.MyContext, error) {
// @Param nonce header string true "随机数字" // @Param nonce header string true "随机数字"
// @Param groupId formData string true "群ID" // @Param groupId formData string true "群ID"
// @Param content formData string true "内容" // @Param content formData string true "内容"
// @Success 200 {object} cv.CvDiamond // @Success 200 {object} diamond_cv.CvDiamond
// @Router /v1/imGroup/mic/mass [post] // @Router /v1/imGroup/mic/mass [post]
func GroupMicMass(c *gin.Context) (*mycontext.MyContext, error) { func GroupMicMass(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
...@@ -960,7 +960,7 @@ func GroupMicMass(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -960,7 +960,7 @@ func GroupMicMass(c *gin.Context) (*mycontext.MyContext, error) {
// @Param nonce header string true "随机数字" // @Param nonce header string true "随机数字"
// @Param groupId formData string true "群ID" // @Param groupId formData string true "群ID"
// @Param content formData string true "内容" // @Param content formData string true "内容"
// @Success 200 {object} cv.CvDiamond // @Success 200 {object} diamond_cv.CvDiamond
// @Router /v1/imGroup/mgr/mass [post] // @Router /v1/imGroup/mgr/mass [post]
func GroupMgrMass(c *gin.Context) (*mycontext.MyContext, error) { func GroupMgrMass(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
......
...@@ -67,7 +67,7 @@ func GetSupportPage(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -67,7 +67,7 @@ func GetSupportPage(c *gin.Context) (*mycontext.MyContext, error) {
// @Param token header string true "token" // @Param token header string true "token"
// @Param nonce header string true "随机数字" // @Param nonce header string true "随机数字"
// @Param groupId query string false "群ID" // @Param groupId query string false "群ID"
// @Success 200 {object} cv.SupportPageDetail // @Success 200 {object} group_cv.SupportPageDetail
// @Router /v1/imGroup/support/detail [get] // @Router /v1/imGroup/support/detail [get]
func GetSupportDetail(c *gin.Context) (*mycontext.MyContext, error) { func GetSupportDetail(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
...@@ -256,7 +256,7 @@ func TryAddSupporter(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -256,7 +256,7 @@ func TryAddSupporter(c *gin.Context) (*mycontext.MyContext, error) {
// @Param nonce header string true "随机数字" // @Param nonce header string true "随机数字"
// @Param groupId path string true "群ID" // @Param groupId path string true "群ID"
// @Param supporters formData string false "群支持者的externalId,用逗号分隔" // @Param supporters formData string false "群支持者的externalId,用逗号分隔"
// @Success 200 {object} cv.AwardResult // @Success 200 {object} group_cv.AwardResult
// @Router /v1/imGroup/support/award/{groupId} [post] // @Router /v1/imGroup/support/award/{groupId} [post]
func TakeSupportAward(c *gin.Context) (*mycontext.MyContext, error) { func TakeSupportAward(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment