Refactor code

This commit is contained in:
wenxu12345
2022-01-19 17:17:51 +08:00
parent 14841a44ad
commit 14ccbf335d
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ func CreateGroup(c *gin.Context) {
}
// 群主或管理员收到的
func GetGroupApplicationList(c *gin.Context) {
func GetRecvGroupApplicationList(c *gin.Context) {
params := api.GetGroupApplicationListReq{}
if err := c.BindJSON(&params); err != nil {
log.NewError("0", "BindJSON failed ", err.Error())