Refactor code

This commit is contained in:
wenxu12345
2022-01-15 15:30:48 +08:00
parent 17b96dd7c1
commit a2440a2e80
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ func GetFriendApplyList(c *gin.Context) {
c.JSON(http.StatusOK, resp)
}
func GetSelfApplyList(c *gin.Context) {
func GetSelfFriendApplyList(c *gin.Context) {
params := api.GetSelfApplyListReq{}
if err := c.BindJSON(&params); err != nil {
log.NewError("0", "BindJSON failed ", err.Error())