Преглед изворни кода

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

xuyiping пре 1 година
родитељ
комит
5ee37d05d8
1 измењених фајлова са 1 додато и 0 уклоњено
  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)
 		return
 	}
+
 	ginutil.JSONResp(c, &operationPb.CommonOK{
 		Code: http.StatusOK,
 		Msg:  "ok",