@Title api service version
@Summary get this api service version
@Description
@Tags System
@Accept json
@Produce json
@Success 200 "OK - get its version"
@Router /api/system/ver [get]
@Title api service tag
@Summary get this api service project github version tag
@Description
@Tags System
@Accept json
@Produce json
@Success 200 "OK - get its tag"
@Router /api/system/ver-tag [get]