This commit is contained in:
jiangyong27 2025-01-08 12:54:38 +08:00
parent 24b37e9299
commit 1718a4665d
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ type QyWeixin struct {
} }
func (q *QyWeixin) Approve(ctx *gin.Context) { func (q *QyWeixin) Approve(ctx *gin.Context) {
cfg := config.GetConfig()
cid := cast.ToInt64(ctx.Param("cid")) cid := cast.ToInt64(ctx.Param("cid"))
corp, err := dao.NewCorpDao().Get(cid) corp, err := dao.NewCorpDao().Get(cid)
if err != nil || corp == nil { if err != nil || corp == nil {