From 7c811247ecf143e08c576986a884bedadc57dd66 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期五, 05 六月 2020 18:29:41 +0800 Subject: [PATCH] add refresh token to resp --- models/dbtablepersons.go | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/models/dbtablepersons.go b/models/dbtablepersons.go index 7dfc3a6..d94b4eb 100644 --- a/models/dbtablepersons.go +++ b/models/dbtablepersons.go @@ -16,9 +16,9 @@ CarNo string `json:"carNo" example:"杞︾墝鍙�"` CarPicUrls string `json:"carPicUrls" example:"杞﹁締鐓х墖"` - CarType int `json:"carType" example:"杞﹁締绫诲瀷"` - CarBrand int `json:"carBrand" example:"杞﹁締鍝佺墝"` - CarColor int `json:"carColor" example:"杞﹁締棰滆壊"` + CarType int `json:"carType"` + CarBrand int `json:"carBrand"` + CarColor int `json:"carColor"` FromServerId string `gorm:"column:fromServerId" json:"fromServerId,omitempty" example:"鍏ュ簱serverId"` } -- Gitblit v1.8.0