From ecf011810a637363053eff99b321b904ea1f57f1 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Fri, 9 Jun 2023 19:33:09 +0800 Subject: [PATCH] Update inner.go --- route/user_r/inner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/user_r/inner.go b/route/user_r/inner.go index c9db321..24d4cfb 100644 --- a/route/user_r/inner.go +++ b/route/user_r/inner.go @@ -202,7 +202,7 @@ type GetUserCpPairReq struct { // @Summary 给出指定uids下的cp对 // @Param ids query string true "用户id,如:ids=1&ids=2&ids=3" // @Success 200 {object} [][]uint64 -// @Router /inner/user/cpRelation [get] +// @Router /inner/user/cp/pair [get] func GetUserCpPair(c *gin.Context) (*mycontext.MyContext, error) { myContext := mycontext.CreateMyContext(c.Keys) var model = domain.CreateModelContext(myContext) -- 2.22.0