Browse Source

Merge branch 'feature/tmr-group' of baishaojie/tmrgo into develop

xuyiping 1 year ago
parent
commit
5ee37d05d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      http/handle/api/new_api.go

+ 1 - 0
http/handle/api/new_api.go

@@ -74,6 +74,7 @@ func FeetTemplateUpgradeNewVersion(c *gin.Context) {
 		apierr.ClassifiedAbort(c, err)
 		apierr.ClassifiedAbort(c, err)
 		return
 		return
 	}
 	}
+
 	ginutil.JSONResp(c, &operationPb.CommonOK{
 	ginutil.JSONResp(c, &operationPb.CommonOK{
 		Code: http.StatusOK,
 		Code: http.StatusOK,
 		Msg:  "ok",
 		Msg:  "ok",