diff --git a/internal/domains/api/services/form_config_service.go b/internal/domains/api/services/form_config_service.go index ac2abbc..0b53ad4 100644 --- a/internal/domains/api/services/form_config_service.go +++ b/internal/domains/api/services/form_config_service.go @@ -532,7 +532,7 @@ func (s *FormConfigServiceImpl) generateExampleValue(fieldType reflect.Type, jso "reg_url": "https://example.com/images/vehicle_registration.jpg", "token": "0fc79b80371f45e2ac1c693ef9136b24", "vehicle_name": "车型名称,示例:凌派 2020款 锐·混动 1.5L 锐·舒适版", - "vehicle_location": "车辆所在地,示例:北京市", + "vehicle_location": "车辆所在地,示例:北京", "first_registrationdate": "初登日期,示例:2020-05", "color": "示例:白色", "plate_color": "车牌颜色(0:蓝色,1:黄色,2:黑色,3:白色,4:渐变绿色,5:黄绿双拼色,6:蓝白渐变色,7:临时牌照,11:绿色,12:红色)默认标准车牌查蓝色,新能源车牌查绿色)",