api/v1/plan.go @@ -87,6 +87,8 @@ return } plan.Id = params.Id errCode = planService.UpdatePlan(&plan) if errCode != ecode.OK { ctx.Fail(errCode)