From 5ec32062ab3942be77709889ab0814cc88dd4dbf Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Thu, 15 Jun 2023 14:51:09 +0800 Subject: [PATCH] cp --- route/cp_r/cp_relation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/cp_r/cp_relation.go b/route/cp_r/cp_relation.go index 235394f..ac7243e 100644 --- a/route/cp_r/cp_relation.go +++ b/route/cp_r/cp_relation.go @@ -224,7 +224,7 @@ func ReplyCpInvite(c *gin.Context) (*mycontext.MyContext, error) { if u.Sex == mysql.WOMAN { headwearId = cp_e.CpFemaleHeadwearId } - if err = headwear_tx.SendHeadwear(model, u.ID, mysql.ID(headwearId), 9999); err != nil { + if err = headwear_tx.SendHeadwear(model, u.ID, mysql.ID(headwearId), 3000); err != nil { model.Log.Errorf("ReplyCpInvite user:%d, headwearId:%d, err:%v", u.ID, headwearId, err) return err } -- 2.22.0