tmallcar

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package tmallcar 包含天猫汽车相关结构体

https://open.taobao.com/API.htm?docId=41631&docType=2

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AreaDto

type AreaDto struct {
	// 公司详细地址
	CompanyAdress string `json:"company_adress,omitempty" xml:"company_adress,omitempty"`
	// 公司email
	CompanyEmail string `json:"company_email,omitempty" xml:"company_email,omitempty"`
	// 公司名称
	CompanyName string `json:"company_name,omitempty" xml:"company_name,omitempty"`
	// 电话
	CompanyPhone string `json:"company_phone,omitempty" xml:"company_phone,omitempty"`
	// 行政区名称
	DivisionName string `json:"division_name,omitempty" xml:"division_name,omitempty"`
	// 行政区域地址,菜鸟地址库2级或者3级地址
	DivisionId int64 `json:"division_id,omitempty" xml:"division_id,omitempty"`
	// 状态:1正常,2删除
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

AreaDto 结构体

type BaseResult

type BaseResult struct {
	// 返回的执行状态吗
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 系统自动生成
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// 返回的执行状态吗
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回的数据实体
	Data bool `json:"data,omitempty" xml:"data,omitempty"`
	// 是否执行成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

BaseResult 结构体

type CarLeasePostSchemeDto

type CarLeasePostSchemeDto struct {
	// 续租到期后可选择方案列表
	RenewSchemeList []CarLeasePostSchemeDto `json:"renew_scheme_list,omitempty" xml:"renew_scheme_list>car_lease_post_scheme_dto,omitempty"`
	// 不能使用原因code
	ReasonCode string `json:"reason_code,omitempty" xml:"reason_code,omitempty"`
	// 不能使用原因描述
	ReasonDesc string `json:"reason_desc,omitempty" xml:"reason_desc,omitempty"`
	// 0:不能使用,1:可以使用
	CanSelect int64 `json:"can_select,omitempty" xml:"can_select,omitempty"`
	// 分期月数
	Month int64 `json:"month,omitempty" xml:"month,omitempty"`
	// 月供,单位:分
	MonthlyPay int64 `json:"monthly_pay,omitempty" xml:"monthly_pay,omitempty"`
	// 尾款,单位:分
	RestAmount int64 `json:"rest_amount,omitempty" xml:"rest_amount,omitempty"`
	// 0.退车,1.买断,2.分期,3.续租
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
}

CarLeasePostSchemeDto 结构体

type CarLeasePostSchemeSynchronizeDto

type CarLeasePostSchemeSynchronizeDto struct {
	// 租后方案
	SchemeAfterLeaseList []CarLeasePostSchemeDto `json:"scheme_after_lease_list,omitempty" xml:"scheme_after_lease_list>car_lease_post_scheme_dto,omitempty"`
	// 合同到期时间
	ContractEndDate string `json:"contract_end_date,omitempty" xml:"contract_end_date,omitempty"`
	// 不能使用原因code
	ReasonCode string `json:"reason_code,omitempty" xml:"reason_code,omitempty"`
	// 不能使用原因描述
	ReasonDesc string `json:"reason_desc,omitempty" xml:"reason_desc,omitempty"`
	// 0:不能使用,1:可以使用
	CanSelect int64 `json:"can_select,omitempty" xml:"can_select,omitempty"`
	// 最后一期是否已经支付,0未支付,1已支付
	LastPayStatus int64 `json:"last_pay_status,omitempty" xml:"last_pay_status,omitempty"`
	// 天猫开新车订单id
	OrderId int64 `json:"order_id,omitempty" xml:"order_id,omitempty"`
}

CarLeasePostSchemeSynchronizeDto 结构体

type CreditReceiveDto

type CreditReceiveDto struct {
	// 扩展字段2
	ExtensionField02 string `json:"extension_field02,omitempty" xml:"extension_field02,omitempty"`
	// 扩展字段1
	ExtensionField01 string `json:"extension_field01,omitempty" xml:"extension_field01,omitempty"`
	// 金融服务商名称
	CapitalName string `json:"capital_name,omitempty" xml:"capital_name,omitempty"`
	// 金融服务商编码
	CapitalCode string `json:"capital_code,omitempty" xml:"capital_code,omitempty"`
	// 授信未通过原因描述
	FailReason string `json:"fail_reason,omitempty" xml:"fail_reason,omitempty"`
	// 金融机构的授信申请内部单号
	CreditId string `json:"credit_id,omitempty" xml:"credit_id,omitempty"`
	// 授信结果
	CreditResult string `json:"credit_result,omitempty" xml:"credit_result,omitempty"`
	// 天猫业务单号
	TmallBizNo string `json:"tmall_biz_no,omitempty" xml:"tmall_biz_no,omitempty"`
	// 业务类型
	BizCode string `json:"biz_code,omitempty" xml:"biz_code,omitempty"`
	// 请求时间
	RequestTime string `json:"request_time,omitempty" xml:"request_time,omitempty"`
	// 如果授信通过了,要有授信额度(单位分)
	CreditAmount int64 `json:"credit_amount,omitempty" xml:"credit_amount,omitempty"`
}

CreditReceiveDto 结构体

type FullInfoCarModelDto

type FullInfoCarModelDto struct {
	// ABS防抱死
	Abs string `json:"abs,omitempty" xml:"abs,omitempty"`
	// 空调
	Ac string `json:"ac,omitempty" xml:"ac,omitempty"`
	// 温度分区控制
	AcZoneControl string `json:"ac_zone_control,omitempty" xml:"ac_zone_control,omitempty"`
	// 自适应巡航
	Acc string `json:"acc,omitempty" xml:"acc,omitempty"`
	// 加速时间(0-100Km/h)
	Acceleration string `json:"acceleration,omitempty" xml:"acceleration,omitempty"`
	// 离去角
	AccessAngle string `json:"access_angle,omitempty" xml:"access_angle,omitempty"`
	// 主动刹车
	ActiveBrake string `json:"active_brake,omitempty" xml:"active_brake,omitempty"`
	// 主动转向系统
	ActiveSteering string `json:"active_steering,omitempty" xml:"active_steering,omitempty"`
	// 自动头灯
	AdaptiveHeadlamp string `json:"adaptive_headlamp,omitempty" xml:"adaptive_headlamp,omitempty"`
	// 空气悬挂
	AirSuspension string `json:"air_suspension,omitempty" xml:"air_suspension,omitempty"`
	// 车内氛围灯
	AmbientesLamp string `json:"ambientes_lamp,omitempty" xml:"ambientes_lamp,omitempty"`
	// 车窗防夹手功能
	AntiPinchGlass string `json:"anti_pinch_glass,omitempty" xml:"anti_pinch_glass,omitempty"`
	// 牵引力控制(ASR/TCS/TRC等)
	Asr string `json:"asr,omitempty" xml:"asr,omitempty"`
	// 自动空调
	AutoAc string `json:"auto_ac,omitempty" xml:"auto_ac,omitempty"`
	// 后视镜自动防眩目
	AutoDimmingInsideMirror string `json:"auto_dimming_inside_mirror,omitempty" xml:"auto_dimming_inside_mirror,omitempty"`
	// 自动泊车入位
	AutomaticVarking string `json:"automatic_varking,omitempty" xml:"automatic_varking,omitempty"`
	// nightVision
	Blis string `json:"blis,omitempty" xml:"blis,omitempty"`
	// 蓝牙车载电话
	Bluetooth string `json:"bluetooth,omitempty" xml:"bluetooth,omitempty"`
	// 车体结构
	BodyStructure string `json:"body_structure,omitempty" xml:"body_structure,omitempty"`
	// 车身型式
	BodyType string `json:"body_type,omitempty" xml:"body_type,omitempty"`
	// 缸径
	Bore string `json:"bore,omitempty" xml:"bore,omitempty"`
	// 品牌代码
	BrandCode string `json:"brand_code,omitempty" xml:"brand_code,omitempty"`
	// 品牌名称
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 车篷型式
	Calash string `json:"calash,omitempty" xml:"calash,omitempty"`
	// 三元催化器
	Catalyst string `json:"catalyst,omitempty" xml:"catalyst,omitempty"`
	// 中控锁
	CentralLocking string `json:"central_locking,omitempty" xml:"central_locking,omitempty"`
	// 压缩底盘id
	ChassisCid string `json:"chassis_cid,omitempty" xml:"chassis_cid,omitempty"`
	// 底盘号
	ChassisCode string `json:"chassis_code,omitempty" xml:"chassis_code,omitempty"`
	// 工信部综合油耗(L/100KM)
	CombinedFuelConsumption string `json:"combined_fuel_consumption,omitempty" xml:"combined_fuel_consumption,omitempty"`
	// 压缩比
	CompressionRatio string `json:"compression_ratio,omitempty" xml:"compression_ratio,omitempty"`
	// 冷却方式
	CoolingMethod string `json:"cooling_method,omitempty" xml:"cooling_method,omitempty"`
	// 转向头灯
	CornerHeadlamp string `json:"corner_headlamp,omitempty" xml:"corner_headlamp,omitempty"`
	// 国别
	Country string `json:"country,omitempty" xml:"country,omitempty"`
	// 定速巡航
	CruiseControl string `json:"cruise_control,omitempty" xml:"cruise_control,omitempty"`
	// 整备质量(kg)
	CurbWeight string `json:"curb_weight,omitempty" xml:"curb_weight,omitempty"`
	// 气缸排列形式
	CylinderArrangement string `json:"cylinder_arrangement,omitempty" xml:"cylinder_arrangement,omitempty"`
	// 缸体材料
	CylinderBlock string `json:"cylinder_block,omitempty" xml:"cylinder_block,omitempty"`
	// 缸盖材料
	CylinderHead string `json:"cylinder_head,omitempty" xml:"cylinder_head,omitempty"`
	// 气缸容积
	CylinderVolume string `json:"cylinder_volume,omitempty" xml:"cylinder_volume,omitempty"`
	// 气缸数(个)
	Cylinders string `json:"cylinders,omitempty" xml:"cylinders,omitempty"`
	// 日间行车灯
	DaytimeRunningLamp string `json:"daytime_running_lamp,omitempty" xml:"daytime_running_lamp,omitempty"`
	// 接近角
	DepartureAngle string `json:"departure_angle,omitempty" xml:"departure_angle,omitempty"`
	// 近光灯
	DippedLights string `json:"dipped_lights,omitempty" xml:"dipped_lights,omitempty"`
	// 排量
	Displacement string `json:"displacement,omitempty" xml:"displacement,omitempty"`
	// 车门数
	Doors string `json:"doors,omitempty" xml:"doors,omitempty"`
	// 驱动方式
	DriveMode string `json:"drive_mode,omitempty" xml:"drive_mode,omitempty"`
	// 驱动形式
	DriveModel string `json:"drive_model,omitempty" xml:"drive_model,omitempty"`
	// 驾驶座安全气囊
	DriverAirbag string `json:"driver_airbag,omitempty" xml:"driver_airbag,omitempty"`
	// 驾驶座座椅电动调节
	DriverSeatPowerAdjustable string `json:"driver_seat_power_adjustable,omitempty" xml:"driver_seat_power_adjustable,omitempty"`
	// 刹车辅助(EBA/BAS/BA等)
	Eba string `json:"eba,omitempty" xml:"eba,omitempty"`
	// 制动力分配(EBD/CBC等)
	Ebd string `json:"ebd,omitempty" xml:"ebd,omitempty"`
	// 方向盘电动调节
	ElectricAdjustableSteeringWheel string `json:"electric_adjustable_steering_wheel,omitempty" xml:"electric_adjustable_steering_wheel,omitempty"`
	// 电动吸合门
	ElectricSuctionDoor string `json:"electric_suction_door,omitempty" xml:"electric_suction_door,omitempty"`
	// 后视镜电动调节
	ElectricallyAdjustableOutsideMirror string `json:"electrically_adjustable_outside_mirror,omitempty" xml:"electrically_adjustable_outside_mirror,omitempty"`
	// 排放标准
	EmissionStandard string `json:"emission_standard,omitempty" xml:"emission_standard,omitempty"`
	// 发动机电子防盗
	EngineAntitheft string `json:"engine_antitheft,omitempty" xml:"engine_antitheft,omitempty"`
	// 发动机描述
	EngineDescription string `json:"engine_description,omitempty" xml:"engine_description,omitempty"`
	// 发动机特有技术
	EngineKnowhow string `json:"engine_knowhow,omitempty" xml:"engine_knowhow,omitempty"`
	// 发动机位置
	EngineLocation string `json:"engine_location,omitempty" xml:"engine_location,omitempty"`
	// 发动机生产厂家
	EngineManufacturer string `json:"engine_manufacturer,omitempty" xml:"engine_manufacturer,omitempty"`
	// 发动机型号
	EngineModel string `json:"engine_model,omitempty" xml:"engine_model,omitempty"`
	// 外接音源接口(AUX/USB/iPod等)
	EntertainmentConnector string `json:"entertainment_connector,omitempty" xml:"entertainment_connector,omitempty"`
	// 自动驻车上坡辅助
	Epb string `json:"epb,omitempty" xml:"epb,omitempty"`
	// 车身稳定控制(ESP/DSC/VSC等)
	Esp string `json:"esp,omitempty" xml:"esp,omitempty"`
	// 前制动器类型
	FrontBrake string `json:"front_brake,omitempty" xml:"front_brake,omitempty"`
	// 前座中央扶手
	FrontCenterArmrest string `json:"front_center_armrest,omitempty" xml:"front_center_armrest,omitempty"`
	// 前排头部气囊(气帘)
	FrontCurtainAirbag string `json:"front_curtain_airbag,omitempty" xml:"front_curtain_airbag,omitempty"`
	// 前雾灯
	FrontFogLamp string `json:"front_fog_lamp,omitempty" xml:"front_fog_lamp,omitempty"`
	// 前电动车窗
	FrontPowerWindow string `json:"front_power_window,omitempty" xml:"front_power_window,omitempty"`
	// 前轮毂规格
	FrontRim string `json:"front_rim,omitempty" xml:"front_rim,omitempty"`
	// 前排座椅加热
	FrontSeatHeater string `json:"front_seat_heater,omitempty" xml:"front_seat_heater,omitempty"`
	// 前排侧气囊
	FrontSideAirbag string `json:"front_side_airbag,omitempty" xml:"front_side_airbag,omitempty"`
	// 前悬挂类型
	FrontSuspension string `json:"front_suspension,omitempty" xml:"front_suspension,omitempty"`
	// 前轮距(mm)
	FrontTrack string `json:"front_track,omitempty" xml:"front_track,omitempty"`
	// 前轮胎规格
	FrontTyre string `json:"front_tyre,omitempty" xml:"front_tyre,omitempty"`
	// 燃油标号
	FuelGrade string `json:"fuel_grade,omitempty" xml:"fuel_grade,omitempty"`
	// 供油方式
	FuelInjection string `json:"fuel_injection,omitempty" xml:"fuel_injection,omitempty"`
	// 油箱容积(L)
	FuelTankCapacity string `json:"fuel_tank_capacity,omitempty" xml:"fuel_tank_capacity,omitempty"`
	// 燃油类型
	FuelType string `json:"fuel_type,omitempty" xml:"fuel_type,omitempty"`
	// 档位数
	GearNumber string `json:"gear_number,omitempty" xml:"gear_number,omitempty"`
	// 代数
	Generation string `json:"generation,omitempty" xml:"generation,omitempty"`
	// GPS导航
	Gps string `json:"gps,omitempty" xml:"gps,omitempty"`
	// 指导价格(万元)
	GuidingPrice string `json:"guiding_price,omitempty" xml:"guiding_price,omitempty"`
	// 陡坡缓降
	Hdc string `json:"hdc,omitempty" xml:"hdc,omitempty"`
	// 大灯清洗装置
	HeadlampWasher string `json:"headlamp_washer,omitempty" xml:"headlamp_washer,omitempty"`
	// 后视镜加热
	HeatedOutsideMirror string `json:"heated_outside_mirror,omitempty" xml:"heated_outside_mirror,omitempty"`
	// 高度(mm)
	Height string `json:"height,omitempty" xml:"height,omitempty"`
	// 大灯高度可调
	HeightAdjustableHeadlamp string `json:"height_adjustable_headlamp,omitempty" xml:"height_adjustable_headlamp,omitempty"`
	// 座椅高低调节
	HeightAdjustableSeat string `json:"height_adjustable_seat,omitempty" xml:"height_adjustable_seat,omitempty"`
	// 方向盘上下调节
	HeightAdjustableSteeringWheel string `json:"height_adjustable_steering_wheel,omitempty" xml:"height_adjustable_steering_wheel,omitempty"`
	// 氙气大灯
	HidHeadlamp string `json:"hid_headlamp,omitempty" xml:"hid_headlamp,omitempty"`
	// 远光灯
	HighBeam string `json:"high_beam,omitempty" xml:"high_beam,omitempty"`
	// 最大马力(PS)
	Horsepower string `json:"horsepower,omitempty" xml:"horsepower,omitempty"`
	// HUD抬头数字显示
	Hud string `json:"hud,omitempty" xml:"hud,omitempty"`
	// 停产年份
	IdlingYear string `json:"idling_year,omitempty" xml:"idling_year,omitempty"`
	// 进气形式
	Induction string `json:"induction,omitempty" xml:"induction,omitempty"`
	// 后视镜记忆
	InsideMirrorWithMemory string `json:"inside_mirror_with_memory,omitempty" xml:"inside_mirror_with_memory,omitempty"`
	// 隔热玻璃
	InsulatedGlass string `json:"insulated_glass,omitempty" xml:"insulated_glass,omitempty"`
	// 发动机启停技术
	IntelligentStopStart string `json:"intelligent_stop_start,omitempty" xml:"intelligent_stop_start,omitempty"`
	// 定位互动服务
	InteractiveInformationServices string `json:"interactive_information_services,omitempty" xml:"interactive_information_services,omitempty"`
	// 内置硬盘
	InternalHardDisk string `json:"internal_hard_disk,omitempty" xml:"internal_hard_disk,omitempty"`
	// 是否商用车
	IsCommercial string `json:"is_commercial,omitempty" xml:"is_commercial,omitempty"`
	// 是否海外车
	IsForeign string `json:"is_foreign,omitempty" xml:"is_foreign,omitempty"`
	// ISOFIX儿童座椅接口
	Isofix string `json:"isofix,omitempty" xml:"isofix,omitempty"`
	// 无钥匙进入系统
	KeylessEntry string `json:"keyless_entry,omitempty" xml:"keyless_entry,omitempty"`
	// 无钥匙启动系统
	KeylessGo string `json:"keyless_go,omitempty" xml:"keyless_go,omitempty"`
	// 膝部气囊
	KneeAirbag string `json:"knee_airbag,omitempty" xml:"knee_airbag,omitempty"`
	// LATCH座椅接口
	Latch string `json:"latch,omitempty" xml:"latch,omitempty"`
	// 中控台彩色大屏
	LcdScreen string `json:"lcd_screen,omitempty" xml:"lcd_screen,omitempty"`
	// 真皮座椅
	LeatherSeat string `json:"leather_seat,omitempty" xml:"leather_seat,omitempty"`
	// 真皮方向盘
	LeatherSteeringWheel string `json:"leather_steering_wheel,omitempty" xml:"leather_steering_wheel,omitempty"`
	// LED大灯
	LedHeadlamp string `json:"led_headlamp,omitempty" xml:"led_headlamp,omitempty"`
	// 长度(mm)
	Length string `json:"length,omitempty" xml:"length,omitempty"`
	// 方向盘前后调节
	LengthAdjustableSteeringWheel string `json:"length_adjustable_steering_wheel,omitempty" xml:"length_adjustable_steering_wheel,omitempty"`
	// 车系
	LineName string `json:"line_name,omitempty" xml:"line_name,omitempty"`
	// 上市月份
	ListingMonth string `json:"listing_month,omitempty" xml:"listing_month,omitempty"`
	// 上市年份
	ListingYear string `json:"listing_year,omitempty" xml:"listing_year,omitempty"`
	// 行李厢容积(L)
	LuggagePlace string `json:"luggage_place,omitempty" xml:"luggage_place,omitempty"`
	// 腰部支撑调节
	LumberSupportAdjustable string `json:"lumber_support_adjustable,omitempty" xml:"lumber_support_adjustable,omitempty"`
	// 力洋id
	LyId string `json:"ly_id,omitempty" xml:"ly_id,omitempty"`
	// 人机交互系统
	ManMachineInteractiveSystem string `json:"man_machine_interactive_system,omitempty" xml:"man_machine_interactive_system,omitempty"`
	// 厂家名称
	ManufactureName string `json:"manufacture_name,omitempty" xml:"manufacture_name,omitempty"`
	// 厂家代码
	ManufacturersCode string `json:"manufacturers_code,omitempty" xml:"manufacturers_code,omitempty"`
	// 最大载重质量(kg)
	MaxLoading string `json:"max_loading,omitempty" xml:"max_loading,omitempty"`
	// 最高车速(km/h)
	MaxSpeed string `json:"max_speed,omitempty" xml:"max_speed,omitempty"`
	// 电动座椅记忆
	MemorySeat string `json:"memory_seat,omitempty" xml:"memory_seat,omitempty"`
	// 最小离地间隙(mm)
	MinGroundClearance string `json:"min_ground_clearance,omitempty" xml:"min_ground_clearance,omitempty"`
	// 最小转弯半径
	MinTurningRadius string `json:"min_turning_radius,omitempty" xml:"min_turning_radius,omitempty"`
	// 工信部车型代码
	ModelCode string `json:"model_code,omitempty" xml:"model_code,omitempty"`
	// 车型
	ModelName string `json:"model_name,omitempty" xml:"model_name,omitempty"`
	// 车型代码
	ModelsCode string `json:"models_code,omitempty" xml:"models_code,omitempty"`
	// 音频支持MP3
	Mp3 string `json:"mp3,omitempty" xml:"mp3,omitempty"`
	// 多碟CD
	MultiDiscCd string `json:"multi_disc_cd,omitempty" xml:"multi_disc_cd,omitempty"`
	// 多碟DVD
	MultiDiscDvd string `json:"multi_disc_dvd,omitempty" xml:"multi_disc_dvd,omitempty"`
	// 多功能方向盘
	MultifunctionSteeringWheel string `json:"multifunction_steering_wheel,omitempty" xml:"multifunction_steering_wheel,omitempty"`
	// 夜视系统
	NightVision string `json:"night_vision,omitempty" xml:"night_vision,omitempty"`
	// 后排座椅整体放倒
	OverallRearSeatsFoldDown string `json:"overall_rear_seats_fold_down,omitempty" xml:"overall_rear_seats_fold_down,omitempty"`
	// 全景摄像头
	PanoramicCamera string `json:"panoramic_camera,omitempty" xml:"panoramic_camera,omitempty"`
	// 全景天窗
	PanoramicSunroof string `json:"panoramic_sunroof,omitempty" xml:"panoramic_sunroof,omitempty"`
	// 泊车辅助
	ParkingAssist string `json:"parking_assist,omitempty" xml:"parking_assist,omitempty"`
	// 驻车制动类型
	ParkingBrake string `json:"parking_brake,omitempty" xml:"parking_brake,omitempty"`
	// 副驾驶安全气囊
	PassengerAirbag string `json:"passenger_airbag,omitempty" xml:"passenger_airbag,omitempty"`
	// 副驾驶座座椅电动调节
	PassengerSeatPowerAdjustable string `json:"passenger_seat_power_adjustable,omitempty" xml:"passenger_seat_power_adjustable,omitempty"`
	// 空气调节/花粉过滤
	PollenFilter string `json:"pollen_filter,omitempty" xml:"pollen_filter,omitempty"`
	// 后视镜电动折叠
	PowerFoldOutsideMirror string `json:"power_fold_outside_mirror,omitempty" xml:"power_fold_outside_mirror,omitempty"`
	// 最大功率(kW)
	PowerKw string `json:"power_kw,omitempty" xml:"power_kw,omitempty"`
	// 最大功率转速(rpm)
	PowerRpm string `json:"power_rpm,omitempty" xml:"power_rpm,omitempty"`
	// 助力类型
	PowerSteering string `json:"power_steering,omitempty" xml:"power_steering,omitempty"`
	// 电动后备箱
	PowerTailgate string `json:"power_tailgate,omitempty" xml:"power_tailgate,omitempty"`
	// 生产年份
	ProducedYear string `json:"produced_year,omitempty" xml:"produced_year,omitempty"`
	// 生产状态
	ProductionStatus string `json:"production_status,omitempty" xml:"production_status,omitempty"`
	// 感应雨刷
	RainSensingWipers string `json:"rain_sensing_wipers,omitempty" xml:"rain_sensing_wipers,omitempty"`
	// 后排独立空调
	RearAc string `json:"rear_ac,omitempty" xml:"rear_ac,omitempty"`
	// 后风挡遮阳帘
	RearBackWindowGlassBlind string `json:"rear_back_window_glass_blind,omitempty" xml:"rear_back_window_glass_blind,omitempty"`
	// 后制动器类型
	RearBrake string `json:"rear_brake,omitempty" xml:"rear_brake,omitempty"`
	// 后座中央扶手
	RearCenterArmrest string `json:"rear_center_armrest,omitempty" xml:"rear_center_armrest,omitempty"`
	// 后排杯架
	RearCupHolder string `json:"rear_cup_holder,omitempty" xml:"rear_cup_holder,omitempty"`
	// 后排头部气囊(气帘)
	RearCurtainAirbag string `json:"rear_curtain_airbag,omitempty" xml:"rear_curtain_airbag,omitempty"`
	// 后排液晶屏
	RearEntertainmentScreen string `json:"rear_entertainment_screen,omitempty" xml:"rear_entertainment_screen,omitempty"`
	// 倒车雷达
	RearParkingAid string `json:"rear_parking_aid,omitempty" xml:"rear_parking_aid,omitempty"`
	// 后电动车窗
	RearPowerWindow string `json:"rear_power_window,omitempty" xml:"rear_power_window,omitempty"`
	// 后轮毂规格
	RearRim string `json:"rear_rim,omitempty" xml:"rear_rim,omitempty"`
	// 后排座椅加热
	RearSeatHeater string `json:"rear_seat_heater,omitempty" xml:"rear_seat_heater,omitempty"`
	// 后排座椅电动调节
	RearSeatPowerAdjustable string `json:"rear_seat_power_adjustable,omitempty" xml:"rear_seat_power_adjustable,omitempty"`
	// 后排座椅比例放倒
	RearSeatsProportionFoldDown string `json:"rear_seats_proportion_fold_down,omitempty" xml:"rear_seats_proportion_fold_down,omitempty"`
	// 后排侧气囊
	RearSideAirbag string `json:"rear_side_airbag,omitempty" xml:"rear_side_airbag,omitempty"`
	// 后排侧遮阳帘
	RearSideWindowGlassBlind string `json:"rear_side_window_glass_blind,omitempty" xml:"rear_side_window_glass_blind,omitempty"`
	// 后悬挂类型
	RearSuspension string `json:"rear_suspension,omitempty" xml:"rear_suspension,omitempty"`
	// 后轮距(mm)
	RearTrack string `json:"rear_track,omitempty" xml:"rear_track,omitempty"`
	// 后轮胎规格
	RearTyre string `json:"rear_tyre,omitempty" xml:"rear_tyre,omitempty"`
	// 后座出风口
	RearVent string `json:"rear_vent,omitempty" xml:"rear_vent,omitempty"`
	// 倒车视频影像
	RearViewCamera string `json:"rear_view_camera,omitempty" xml:"rear_view_camera,omitempty"`
	// 后雨刷
	RearWiper string `json:"rear_wiper,omitempty" xml:"rear_wiper,omitempty"`
	// 车载冰箱
	Refrigerator string `json:"refrigerator,omitempty" xml:"refrigerator,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 遥控钥匙
	RemoteControl string `json:"remote_control,omitempty" xml:"remote_control,omitempty"`
	// 轮毂材料
	RimsMaterial string `json:"rims_material,omitempty" xml:"rims_material,omitempty"`
	// 车顶型式
	RoofType string `json:"roof_type,omitempty" xml:"roof_type,omitempty"`
	// 零胎压继续行驶
	RunFlatTyre string `json:"run_flat_tyre,omitempty" xml:"run_flat_tyre,omitempty"`
	// 销售名称
	SalesName string `json:"sales_name,omitempty" xml:"sales_name,omitempty"`
	// 销售状态
	SalesStatus string `json:"sales_status,omitempty" xml:"sales_status,omitempty"`
	// 销售版本
	SalesVersion string `json:"sales_version,omitempty" xml:"sales_version,omitempty"`
	// 年款
	SalesYear string `json:"sales_year,omitempty" xml:"sales_year,omitempty"`
	// 座椅按摩
	SeatMassage string `json:"seat_massage,omitempty" xml:"seat_massage,omitempty"`
	// 座椅通风
	SeatVentilation string `json:"seat_ventilation,omitempty" xml:"seat_ventilation,omitempty"`
	// 安全带未系提示
	SeatbeltWarningLamp string `json:"seatbelt_warning_lamp,omitempty" xml:"seatbelt_warning_lamp,omitempty"`
	// 座位数(个)
	Seats string `json:"seats,omitempty" xml:"seats,omitempty"`
	// 第二排靠背角度调节
	SecondRowBackrestAdjustable string `json:"second_row_backrest_adjustable,omitempty" xml:"second_row_backrest_adjustable,omitempty"`
	// 第二排座椅移动
	SecondRowSeatPositionAdjustable string `json:"second_row_seat_position_adjustable,omitempty" xml:"second_row_seat_position_adjustable,omitempty"`
	// 车系代码
	SeriesCode string `json:"series_code,omitempty" xml:"series_code,omitempty"`
	// 肩部支撑调节
	ShoulderSupportAdjustable string `json:"shoulder_support_adjustable,omitempty" xml:"shoulder_support_adjustable,omitempty"`
	// 单碟CD
	SingleDiscCd string `json:"single_disc_cd,omitempty" xml:"single_disc_cd,omitempty"`
	// 单碟DVD
	SingleDiscDvd string `json:"single_disc_dvd,omitempty" xml:"single_disc_dvd,omitempty"`
	// 备胎规格
	SpareWheel string `json:"spare_wheel,omitempty" xml:"spare_wheel,omitempty"`
	// 扬声器数量
	SpeakerNumber string `json:"speaker_number,omitempty" xml:"speaker_number,omitempty"`
	// 中控液晶屏分屏显示
	Splitview string `json:"splitview,omitempty" xml:"splitview,omitempty"`
	// 运动外观套件
	SportBodyDressUpKits string `json:"sport_body_dress_up_kits,omitempty" xml:"sport_body_dress_up_kits,omitempty"`
	// 运动座椅
	SportSeat string `json:"sport_seat,omitempty" xml:"sport_seat,omitempty"`
	// 转向机形式
	Steering string `json:"steering,omitempty" xml:"steering,omitempty"`
	// 方向盘换挡
	SteeringWheelWithShift string `json:"steering_wheel_with_shift,omitempty" xml:"steering_wheel_with_shift,omitempty"`
	// 冲程
	Stroke string `json:"stroke,omitempty" xml:"stroke,omitempty"`
	// 市郊工况油耗(L/100KM)
	SuburbFuelConsumption string `json:"suburb_fuel_consumption,omitempty" xml:"suburb_fuel_consumption,omitempty"`
	// 电动天窗
	Sunroof string `json:"sunroof,omitempty" xml:"sunroof,omitempty"`
	// 遮阳板化妆镜
	SunvisorMirror string `json:"sunvisor_mirror,omitempty" xml:"sunvisor_mirror,omitempty"`
	// 车载信息服务
	Telematics string `json:"telematics,omitempty" xml:"telematics,omitempty"`
	// 第三排座椅
	ThirdRowSeat string `json:"third_row_seat,omitempty" xml:"third_row_seat,omitempty"`
	// 胎压监测装置
	TirePressureMonitor string `json:"tire_pressure_monitor,omitempty" xml:"tire_pressure_monitor,omitempty"`
	// 最大扭矩(N·m)
	TorqueNm string `json:"torque_nm,omitempty" xml:"torque_nm,omitempty"`
	// 最大扭矩转速(rpm)
	TorqueRpm string `json:"torque_rpm,omitempty" xml:"torque_rpm,omitempty"`
	// 变速器配置
	TransmissionConfiguration string `json:"transmission_configuration,omitempty" xml:"transmission_configuration,omitempty"`
	// 变速器描述
	TransmissionDescription string `json:"transmission_description,omitempty" xml:"transmission_description,omitempty"`
	// 变速器型号
	TransmissionModel string `json:"transmission_model,omitempty" xml:"transmission_model,omitempty"`
	// 变速器类型
	TransmissionType string `json:"transmission_type,omitempty" xml:"transmission_type,omitempty"`
	// 行车电脑显示屏
	TripComputer string `json:"trip_computer,omitempty" xml:"trip_computer,omitempty"`
	// 市区工况油耗(L/100KM)
	UrbanFuelConsumption string `json:"urban_fuel_consumption,omitempty" xml:"urban_fuel_consumption,omitempty"`
	// 配气机构
	ValveSystem string `json:"valve_system,omitempty" xml:"valve_system,omitempty"`
	// 每缸气门数(个)
	ValvesPerCylinder string `json:"valves_per_cylinder,omitempty" xml:"valves_per_cylinder,omitempty"`
	// 可变转向比
	VariableSteeringRatio string `json:"variable_steering_ratio,omitempty" xml:"variable_steering_ratio,omitempty"`
	// 可变悬挂
	VariableSuspension string `json:"variable_suspension,omitempty" xml:"variable_suspension,omitempty"`
	// 车身颜色
	VehicleColor string `json:"vehicle_color,omitempty" xml:"vehicle_color,omitempty"`
	// 车辆级别
	VehicleSize string `json:"vehicle_size,omitempty" xml:"vehicle_size,omitempty"`
	// 车载电视
	VehicleTv string `json:"vehicle_tv,omitempty" xml:"vehicle_tv,omitempty"`
	// 车辆类型
	VehicleType string `json:"vehicle_type,omitempty" xml:"vehicle_type,omitempty"`
	// 厂家类型(国产,合资,进口)
	VehicleVttributes string `json:"vehicle_vttributes,omitempty" xml:"vehicle_vttributes,omitempty"`
	// 版本
	Version string `json:"version,omitempty" xml:"version,omitempty"`
	// 压缩版本id
	VersionCid string `json:"version_cid,omitempty" xml:"version_cid,omitempty"`
	// 虚拟多碟CD
	VirtualMultiDiscCd string `json:"virtual_multi_disc_cd,omitempty" xml:"virtual_multi_disc_cd,omitempty"`
	// 整车质保
	WarrantyPeriod string `json:"warranty_period,omitempty" xml:"warranty_period,omitempty"`
	// 轴距(mm)
	Wheelbase string `json:"wheelbase,omitempty" xml:"wheelbase,omitempty"`
	// 宽度(mm)
	Width string `json:"width,omitempty" xml:"width,omitempty"`
}

FullInfoCarModelDto 结构体

type LoanReceiveDto

type LoanReceiveDto struct {
	// 放贷类型
	LoanType string `json:"loan_type,omitempty" xml:"loan_type,omitempty"`
	// 金融服务商名称
	CapitalName string `json:"capital_name,omitempty" xml:"capital_name,omitempty"`
	// 金融服务商编码
	CapitalCode string `json:"capital_code,omitempty" xml:"capital_code,omitempty"`
	// 还款方式
	PaymentMethod string `json:"payment_method,omitempty" xml:"payment_method,omitempty"`
	// 放贷利率
	LoanRate string `json:"loan_rate,omitempty" xml:"loan_rate,omitempty"`
	// 放贷期数单位:DAY-按天计算;MONTH-按月计算;YEAR-按年计算
	LoanTermUnit string `json:"loan_term_unit,omitempty" xml:"loan_term_unit,omitempty"`
	// 最终放款到门店的时间
	LoanTime string `json:"loan_time,omitempty" xml:"loan_time,omitempty"`
	// 金融机构放贷内部单号
	LoanId string `json:"loan_id,omitempty" xml:"loan_id,omitempty"`
	// 放贷结果
	LoanResult string `json:"loan_result,omitempty" xml:"loan_result,omitempty"`
	// 金融机构的授信申请内部单号
	CreditId string `json:"credit_id,omitempty" xml:"credit_id,omitempty"`
	// 天猫汽车侧业务单号
	TmallBizNo string `json:"tmall_biz_no,omitempty" xml:"tmall_biz_no,omitempty"`
	// 业务类型
	BizCode string `json:"biz_code,omitempty" xml:"biz_code,omitempty"`
	// 请求时间
	RequestTime string `json:"request_time,omitempty" xml:"request_time,omitempty"`
	// 扩展字段1
	ExtensionField02 string `json:"extension_field02,omitempty" xml:"extension_field02,omitempty"`
	// 扩展字段2
	ExtensionField01 string `json:"extension_field01,omitempty" xml:"extension_field01,omitempty"`
	// 放贷期数
	LoanTerm int64 `json:"loan_term,omitempty" xml:"loan_term,omitempty"`
	// 最终放贷额度(单位分)
	LoanAmount int64 `json:"loan_amount,omitempty" xml:"loan_amount,omitempty"`
}

LoanReceiveDto 结构体

type ResourceMetaCommand

type ResourceMetaCommand struct {
	// 摘要
	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`
	// 扩展字段
	ExtensionField string `json:"extension_field,omitempty" xml:"extension_field,omitempty"`
	// 标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 来源
	FromSource string `json:"from_source,omitempty" xml:"from_source,omitempty"`
	// 资源类型
	ResourceType string `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	// 资源附属信息
	ResourceOptions string `json:"resource_options,omitempty" xml:"resource_options,omitempty"`
	// 资源id
	ResourceId int64 `json:"resource_id,omitempty" xml:"resource_id,omitempty"`
	// 外部车系id
	OutSeriesId int64 `json:"out_series_id,omitempty" xml:"out_series_id,omitempty"`
	// 分组id
	GroupId int64 `json:"group_id,omitempty" xml:"group_id,omitempty"`
	// 外部车型id
	OutModelId int64 `json:"out_model_id,omitempty" xml:"out_model_id,omitempty"`
}

ResourceMetaCommand 结构体

type ResultVo

type ResultVo struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// costTime
	CostTime int64 `json:"cost_time,omitempty" xml:"cost_time,omitempty"`
	// gmtCurrentTime
	GmtCurrentTime int64 `json:"gmt_current_time,omitempty" xml:"gmt_current_time,omitempty"`
	// 合同pdf字节码
	Objectbytes *model.File `json:"objectbytes,omitempty" xml:"objectbytes,omitempty"`
	// object
	Object bool `json:"object,omitempty" xml:"object,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ResultVo 结构体

type ServiceReceiptInfo4IsvDto

type ServiceReceiptInfo4IsvDto struct {
	// 具体地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 市
	City string `json:"city,omitempty" xml:"city,omitempty"`
	// 区
	County string `json:"county,omitempty" xml:"county,omitempty"`
	// 手机号
	Mobile string `json:"mobile,omitempty" xml:"mobile,omitempty"`
	// 省
	Province string `json:"province,omitempty" xml:"province,omitempty"`
	// 店铺名称
	StoreName string `json:"store_name,omitempty" xml:"store_name,omitempty"`
	// 古荡街道
	Town string `json:"town,omitempty" xml:"town,omitempty"`
	// 消费者名称
	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`
	// 品牌
	Brand string `json:"brand,omitempty" xml:"brand,omitempty"`
	// 选择问题列表,多个问题以英文逗号分隔
	ChooseProblems string `json:"choose_problems,omitempty" xml:"choose_problems,omitempty"`
	// 问题描述图片列表,多个图片以英文逗号分隔
	ProblemDescPics string `json:"problem_desc_pics,omitempty" xml:"problem_desc_pics,omitempty"`
	// 用户备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 工单状态: SUBMIT:预约成功,待服务 CANCEL:已取消 FINISH:服务已完成
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 工单附加信息
	Extension string `json:"extension,omitempty" xml:"extension,omitempty"`
	// 工单号
	ReceiptId int64 `json:"receipt_id,omitempty" xml:"receipt_id,omitempty"`
}

ServiceReceiptInfo4IsvDto 结构体

type TaobaoCarVehicleinfoRegisterAPIRequest

type TaobaoCarVehicleinfoRegisterAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoCarVehicleinfoRegisterAPIRequest 全量车型导入 API请求 taobao.car.vehicleinfo.register

全量车型导入

func NewTaobaoCarVehicleinfoRegisterRequest

func NewTaobaoCarVehicleinfoRegisterRequest() *TaobaoCarVehicleinfoRegisterAPIRequest

NewTaobaoCarVehicleinfoRegisterRequest 初始化TaobaoCarVehicleinfoRegisterAPIRequest对象

func (TaobaoCarVehicleinfoRegisterAPIRequest) GetApiMethodName

func (r TaobaoCarVehicleinfoRegisterAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoCarVehicleinfoRegisterAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoCarVehicleinfoRegisterAPIRequest) GetParamList

GetParamList ParamList Getter

func (*TaobaoCarVehicleinfoRegisterAPIRequest) SetParamList

SetParamList is ParamList Setter 参数集合

type TaobaoCarVehicleinfoRegisterAPIResponse

type TaobaoCarVehicleinfoRegisterAPIResponse struct {
	model.CommonResponse
	TaobaoCarVehicleinfoRegisterAPIResponseModel
}

TaobaoCarVehicleinfoRegisterAPIResponse 全量车型导入 API返回值 taobao.car.vehicleinfo.register

全量车型导入

type TaobaoCarVehicleinfoRegisterAPIResponseModel

type TaobaoCarVehicleinfoRegisterAPIResponseModel struct {
	XMLName xml.Name `xml:"car_vehicleinfo_register_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ResultMsg string `json:"result_msg,omitempty" xml:"result_msg,omitempty"`
	// 错误码
	ResultCode int64 `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 返回素材id
	Data bool `json:"data,omitempty" xml:"data,omitempty"`
	// 是否成功
	ResultSuccess bool `json:"result_success,omitempty" xml:"result_success,omitempty"`
}

TaobaoCarVehicleinfoRegisterAPIResponseModel is 全量车型导入 成功返回结果

type TmallAliautoAutofinanceCreditReceiveAPIRequest

type TmallAliautoAutofinanceCreditReceiveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallAliautoAutofinanceCreditReceiveAPIRequest 接收授信结果通知 API请求 tmall.aliauto.autofinance.credit.receive

天猫汽车的金融业务场景中,需要接收外部ISV对用户授信申请的通知结果.

func NewTmallAliautoAutofinanceCreditReceiveRequest

func NewTmallAliautoAutofinanceCreditReceiveRequest() *TmallAliautoAutofinanceCreditReceiveAPIRequest

NewTmallAliautoAutofinanceCreditReceiveRequest 初始化TmallAliautoAutofinanceCreditReceiveAPIRequest对象

func (TmallAliautoAutofinanceCreditReceiveAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallAliautoAutofinanceCreditReceiveAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallAliautoAutofinanceCreditReceiveAPIRequest) GetCreditReceiveDto

GetCreditReceiveDto CreditReceiveDto Getter

func (*TmallAliautoAutofinanceCreditReceiveAPIRequest) SetCreditReceiveDto

func (r *TmallAliautoAutofinanceCreditReceiveAPIRequest) SetCreditReceiveDto(_creditReceiveDto *CreditReceiveDto) error

SetCreditReceiveDto is CreditReceiveDto Setter 授信通知描述

type TmallAliautoAutofinanceCreditReceiveAPIResponse

type TmallAliautoAutofinanceCreditReceiveAPIResponse struct {
	model.CommonResponse
	TmallAliautoAutofinanceCreditReceiveAPIResponseModel
}

TmallAliautoAutofinanceCreditReceiveAPIResponse 接收授信结果通知 API返回值 tmall.aliauto.autofinance.credit.receive

天猫汽车的金融业务场景中,需要接收外部ISV对用户授信申请的通知结果.

type TmallAliautoAutofinanceCreditReceiveAPIResponseModel

type TmallAliautoAutofinanceCreditReceiveAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_aliauto_autofinance_credit_receive_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 业务结果说明
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// 错误信息描述
	ErorMessage string `json:"eror_message,omitempty" xml:"eror_message,omitempty"`
	// 错误码
	ErorCode string `json:"eror_code,omitempty" xml:"eror_code,omitempty"`
	// 是否成功
	Succes bool `json:"succes,omitempty" xml:"succes,omitempty"`
}

TmallAliautoAutofinanceCreditReceiveAPIResponseModel is 接收授信结果通知 成功返回结果

type TmallAliautoAutofinanceLoanReceiveAPIRequest

type TmallAliautoAutofinanceLoanReceiveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallAliautoAutofinanceLoanReceiveAPIRequest 接收放款结果通知 API请求 tmall.aliauto.autofinance.loan.receive

天猫汽车的金融业务场景中,需要接收外部ISV对用户支用放款的通知结果

func NewTmallAliautoAutofinanceLoanReceiveRequest

func NewTmallAliautoAutofinanceLoanReceiveRequest() *TmallAliautoAutofinanceLoanReceiveAPIRequest

NewTmallAliautoAutofinanceLoanReceiveRequest 初始化TmallAliautoAutofinanceLoanReceiveAPIRequest对象

func (TmallAliautoAutofinanceLoanReceiveAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallAliautoAutofinanceLoanReceiveAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallAliautoAutofinanceLoanReceiveAPIRequest) GetLoanReceiveDto

GetLoanReceiveDto LoanReceiveDto Getter

func (*TmallAliautoAutofinanceLoanReceiveAPIRequest) SetLoanReceiveDto

func (r *TmallAliautoAutofinanceLoanReceiveAPIRequest) SetLoanReceiveDto(_loanReceiveDto *LoanReceiveDto) error

SetLoanReceiveDto is LoanReceiveDto Setter 接收外部金融结构的放款结果通知参数

type TmallAliautoAutofinanceLoanReceiveAPIResponse

type TmallAliautoAutofinanceLoanReceiveAPIResponse struct {
	model.CommonResponse
	TmallAliautoAutofinanceLoanReceiveAPIResponseModel
}

TmallAliautoAutofinanceLoanReceiveAPIResponse 接收放款结果通知 API返回值 tmall.aliauto.autofinance.loan.receive

天猫汽车的金融业务场景中,需要接收外部ISV对用户支用放款的通知结果

type TmallAliautoAutofinanceLoanReceiveAPIResponseModel

type TmallAliautoAutofinanceLoanReceiveAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_aliauto_autofinance_loan_receive_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误码
	ErorCode string `json:"eror_code,omitempty" xml:"eror_code,omitempty"`
	// 错误信息描述
	ErorMessage string `json:"eror_message,omitempty" xml:"eror_message,omitempty"`
	// 业务结果说明
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// 是否成功
	Succes bool `json:"succes,omitempty" xml:"succes,omitempty"`
}

TmallAliautoAutofinanceLoanReceiveAPIResponseModel is 接收放款结果通知 成功返回结果

type TmallAliautoMetaReceiveAPIRequest

type TmallAliautoMetaReceiveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallAliautoMetaReceiveAPIRequest 汽车说明书元数据上传 API请求 tmall.aliauto.meta.receive

天猫汽车对外提供的汽车资源元数据上传接口

func NewTmallAliautoMetaReceiveRequest

func NewTmallAliautoMetaReceiveRequest() *TmallAliautoMetaReceiveAPIRequest

NewTmallAliautoMetaReceiveRequest 初始化TmallAliautoMetaReceiveAPIRequest对象

func (TmallAliautoMetaReceiveAPIRequest) GetApiMethodName

func (r TmallAliautoMetaReceiveAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallAliautoMetaReceiveAPIRequest) GetApiParams

func (r TmallAliautoMetaReceiveAPIRequest) GetApiParams() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (TmallAliautoMetaReceiveAPIRequest) GetCommand

GetCommand Command Getter

func (*TmallAliautoMetaReceiveAPIRequest) SetCommand

SetCommand is Command Setter 元数据参数集

type TmallAliautoMetaReceiveAPIResponse

type TmallAliautoMetaReceiveAPIResponse struct {
	model.CommonResponse
	TmallAliautoMetaReceiveAPIResponseModel
}

TmallAliautoMetaReceiveAPIResponse 汽车说明书元数据上传 API返回值 tmall.aliauto.meta.receive

天猫汽车对外提供的汽车资源元数据上传接口

type TmallAliautoMetaReceiveAPIResponseModel

type TmallAliautoMetaReceiveAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_aliauto_meta_receive_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TmallAliautoMetaReceiveResult `json:"result,omitempty" xml:"result,omitempty"`
}

TmallAliautoMetaReceiveAPIResponseModel is 汽车说明书元数据上传 成功返回结果

type TmallAliautoMetaReceiveResult

type TmallAliautoMetaReceiveResult struct {
	// data
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// 错误信息
	ErrorMessage string `json:"error_message,omitempty" xml:"error_message,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TmallAliautoMetaReceiveResult 结构体

type TmallAliautoReceiptStateUpdateAPIRequest

type TmallAliautoReceiptStateUpdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallAliautoReceiptStateUpdateAPIRequest 服务工单状态更新 API请求 tmall.aliauto.receipt.state.update

二轮车服务工单状态更新

func NewTmallAliautoReceiptStateUpdateRequest

func NewTmallAliautoReceiptStateUpdateRequest() *TmallAliautoReceiptStateUpdateAPIRequest

NewTmallAliautoReceiptStateUpdateRequest 初始化TmallAliautoReceiptStateUpdateAPIRequest对象

func (TmallAliautoReceiptStateUpdateAPIRequest) GetApiMethodName

func (r TmallAliautoReceiptStateUpdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallAliautoReceiptStateUpdateAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallAliautoReceiptStateUpdateAPIRequest) GetReceiptId

GetReceiptId ReceiptId Getter

func (TmallAliautoReceiptStateUpdateAPIRequest) GetStatus

GetStatus Status Getter

func (*TmallAliautoReceiptStateUpdateAPIRequest) SetReceiptId

func (r *TmallAliautoReceiptStateUpdateAPIRequest) SetReceiptId(_receiptId int64) error

SetReceiptId is ReceiptId Setter 服务工单id

func (*TmallAliautoReceiptStateUpdateAPIRequest) SetStatus

SetStatus is Status Setter FINISH:服务完成

type TmallAliautoReceiptStateUpdateAPIResponse

type TmallAliautoReceiptStateUpdateAPIResponse struct {
	model.CommonResponse
	TmallAliautoReceiptStateUpdateAPIResponseModel
}

TmallAliautoReceiptStateUpdateAPIResponse 服务工单状态更新 API返回值 tmall.aliauto.receipt.state.update

二轮车服务工单状态更新

type TmallAliautoReceiptStateUpdateAPIResponseModel

type TmallAliautoReceiptStateUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_aliauto_receipt_state_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回包装类
	Result *BaseResult `json:"result,omitempty" xml:"result,omitempty"`
}

TmallAliautoReceiptStateUpdateAPIResponseModel is 服务工单状态更新 成功返回结果

type TmallAliautoServiceReceiptGetAPIRequest

type TmallAliautoServiceReceiptGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallAliautoServiceReceiptGetAPIRequest isv查询服务工单详情 API请求 tmall.aliauto.service.receipt.get

isv查询服务工单详情

func NewTmallAliautoServiceReceiptGetRequest

func NewTmallAliautoServiceReceiptGetRequest() *TmallAliautoServiceReceiptGetAPIRequest

NewTmallAliautoServiceReceiptGetRequest 初始化TmallAliautoServiceReceiptGetAPIRequest对象

func (TmallAliautoServiceReceiptGetAPIRequest) GetApiMethodName

func (r TmallAliautoServiceReceiptGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallAliautoServiceReceiptGetAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallAliautoServiceReceiptGetAPIRequest) GetReceiptId

GetReceiptId ReceiptId Getter

func (*TmallAliautoServiceReceiptGetAPIRequest) SetReceiptId

func (r *TmallAliautoServiceReceiptGetAPIRequest) SetReceiptId(_receiptId int64) error

SetReceiptId is ReceiptId Setter 工单号

type TmallAliautoServiceReceiptGetAPIResponse

type TmallAliautoServiceReceiptGetAPIResponse struct {
	model.CommonResponse
	TmallAliautoServiceReceiptGetAPIResponseModel
}

TmallAliautoServiceReceiptGetAPIResponse isv查询服务工单详情 API返回值 tmall.aliauto.service.receipt.get

isv查询服务工单详情

type TmallAliautoServiceReceiptGetAPIResponseModel

type TmallAliautoServiceReceiptGetAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_aliauto_service_receipt_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回包装类
	Result *BaseResult `json:"result,omitempty" xml:"result,omitempty"`
}

TmallAliautoServiceReceiptGetAPIResponseModel is isv查询服务工单详情 成功返回结果

type TmallAliautoWisdomdataModelReciveAPIRequest

type TmallAliautoWisdomdataModelReciveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallAliautoWisdomdataModelReciveAPIRequest 第三方车型数据上传 API请求 tmall.aliauto.wisdomdata.model.recive

天猫汽车对外提供的汽车车型数据上传接口

func NewTmallAliautoWisdomdataModelReciveRequest

func NewTmallAliautoWisdomdataModelReciveRequest() *TmallAliautoWisdomdataModelReciveAPIRequest

NewTmallAliautoWisdomdataModelReciveRequest 初始化TmallAliautoWisdomdataModelReciveAPIRequest对象

func (TmallAliautoWisdomdataModelReciveAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallAliautoWisdomdataModelReciveAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallAliautoWisdomdataModelReciveAPIRequest) GetFromSource

GetFromSource FromSource Getter

func (TmallAliautoWisdomdataModelReciveAPIRequest) GetModelDetail

GetModelDetail ModelDetail Getter

func (TmallAliautoWisdomdataModelReciveAPIRequest) GetResourceId

GetResourceId ResourceId Getter

func (*TmallAliautoWisdomdataModelReciveAPIRequest) SetFromSource

func (r *TmallAliautoWisdomdataModelReciveAPIRequest) SetFromSource(_fromSource string) error

SetFromSource is FromSource Setter 接入的第三方库的名称

func (*TmallAliautoWisdomdataModelReciveAPIRequest) SetModelDetail

func (r *TmallAliautoWisdomdataModelReciveAPIRequest) SetModelDetail(_modelDetail string) error

SetModelDetail is ModelDetail Setter JSON格式车型完整数据

func (*TmallAliautoWisdomdataModelReciveAPIRequest) SetResourceId

func (r *TmallAliautoWisdomdataModelReciveAPIRequest) SetResourceId(_resourceId string) error

SetResourceId is ResourceId Setter 接入的第三方库中的车型唯一id

type TmallAliautoWisdomdataModelReciveAPIResponse

type TmallAliautoWisdomdataModelReciveAPIResponse struct {
	model.CommonResponse
	TmallAliautoWisdomdataModelReciveAPIResponseModel
}

TmallAliautoWisdomdataModelReciveAPIResponse 第三方车型数据上传 API返回值 tmall.aliauto.wisdomdata.model.recive

天猫汽车对外提供的汽车车型数据上传接口

type TmallAliautoWisdomdataModelReciveAPIResponseModel

type TmallAliautoWisdomdataModelReciveAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_aliauto_wisdomdata_model_recive_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TmallAliautoWisdomdataModelReciveResult `json:"result,omitempty" xml:"result,omitempty"`
}

TmallAliautoWisdomdataModelReciveAPIResponseModel is 第三方车型数据上传 成功返回结果

type TmallAliautoWisdomdataModelReciveResult

type TmallAliautoWisdomdataModelReciveResult struct {
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回的执行状态吗
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TmallAliautoWisdomdataModelReciveResult 结构体

type TmallCarLeaseCitysynchronizeAPIRequest

type TmallCarLeaseCitysynchronizeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarLeaseCitysynchronizeAPIRequest 天猫开新车租后分期城市信息同步 API请求 tmall.car.lease.citysynchronize

天猫开新车租后分期城市信息同步

func NewTmallCarLeaseCitysynchronizeRequest

func NewTmallCarLeaseCitysynchronizeRequest() *TmallCarLeaseCitysynchronizeAPIRequest

NewTmallCarLeaseCitysynchronizeRequest 初始化TmallCarLeaseCitysynchronizeAPIRequest对象

func (TmallCarLeaseCitysynchronizeAPIRequest) GetApiMethodName

func (r TmallCarLeaseCitysynchronizeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarLeaseCitysynchronizeAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarLeaseCitysynchronizeAPIRequest) GetParamAreaDto

func (r TmallCarLeaseCitysynchronizeAPIRequest) GetParamAreaDto() *AreaDto

GetParamAreaDto ParamAreaDto Getter

func (*TmallCarLeaseCitysynchronizeAPIRequest) SetParamAreaDto

func (r *TmallCarLeaseCitysynchronizeAPIRequest) SetParamAreaDto(_paramAreaDto *AreaDto) error

SetParamAreaDto is ParamAreaDto Setter 地址信息

type TmallCarLeaseCitysynchronizeAPIResponse

type TmallCarLeaseCitysynchronizeAPIResponse struct {
	model.CommonResponse
	TmallCarLeaseCitysynchronizeAPIResponseModel
}

TmallCarLeaseCitysynchronizeAPIResponse 天猫开新车租后分期城市信息同步 API返回值 tmall.car.lease.citysynchronize

天猫开新车租后分期城市信息同步

type TmallCarLeaseCitysynchronizeAPIResponseModel

type TmallCarLeaseCitysynchronizeAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_lease_citysynchronize_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarLeaseCitysynchronizeAPIResponseModel is 天猫开新车租后分期城市信息同步 成功返回结果

type TmallCarLeaseContractdownloadAPIRequest

type TmallCarLeaseContractdownloadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarLeaseContractdownloadAPIRequest 天猫开新车租后合同下载 API请求 tmall.car.lease.contractdownload

天猫开新车租后合同下载

func NewTmallCarLeaseContractdownloadRequest

func NewTmallCarLeaseContractdownloadRequest() *TmallCarLeaseContractdownloadAPIRequest

NewTmallCarLeaseContractdownloadRequest 初始化TmallCarLeaseContractdownloadAPIRequest对象

func (TmallCarLeaseContractdownloadAPIRequest) GetApiMethodName

func (r TmallCarLeaseContractdownloadAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarLeaseContractdownloadAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarLeaseContractdownloadAPIRequest) GetOrderId

GetOrderId OrderId Getter

func (TmallCarLeaseContractdownloadAPIRequest) GetType

GetType Type Getter

func (*TmallCarLeaseContractdownloadAPIRequest) SetOrderId

func (r *TmallCarLeaseContractdownloadAPIRequest) SetOrderId(_orderId int64) error

SetOrderId is OrderId Setter 天猫开新车订单id

func (*TmallCarLeaseContractdownloadAPIRequest) SetType

SetType is Type Setter 续租协议: 1, 全款购车协议: 2,分期购买协议:3, 分期购买车辆资产验收协议:4,分期购买车辆抵押:5, 分期购买融资租赁合同:6

type TmallCarLeaseContractdownloadAPIResponse

type TmallCarLeaseContractdownloadAPIResponse struct {
	model.CommonResponse
	TmallCarLeaseContractdownloadAPIResponseModel
}

TmallCarLeaseContractdownloadAPIResponse 天猫开新车租后合同下载 API返回值 tmall.car.lease.contractdownload

天猫开新车租后合同下载

type TmallCarLeaseContractdownloadAPIResponseModel

type TmallCarLeaseContractdownloadAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_lease_contractdownload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarLeaseContractdownloadAPIResponseModel is 天猫开新车租后合同下载 成功返回结果

type TmallCarLeaseExceptionflowsynchronizeAPIRequest

type TmallCarLeaseExceptionflowsynchronizeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarLeaseExceptionflowsynchronizeAPIRequest 天猫开新车租后异常流线下处理状态通知接口 API请求 tmall.car.lease.exceptionflowsynchronize

天猫开新车租后异常流线下处理状态通知接口

func NewTmallCarLeaseExceptionflowsynchronizeRequest

func NewTmallCarLeaseExceptionflowsynchronizeRequest() *TmallCarLeaseExceptionflowsynchronizeAPIRequest

NewTmallCarLeaseExceptionflowsynchronizeRequest 初始化TmallCarLeaseExceptionflowsynchronizeAPIRequest对象

func (TmallCarLeaseExceptionflowsynchronizeAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarLeaseExceptionflowsynchronizeAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarLeaseExceptionflowsynchronizeAPIRequest) GetDesc

GetDesc Desc Getter

func (TmallCarLeaseExceptionflowsynchronizeAPIRequest) GetFlowType

GetFlowType FlowType Getter

func (TmallCarLeaseExceptionflowsynchronizeAPIRequest) GetOrderId

GetOrderId OrderId Getter

func (TmallCarLeaseExceptionflowsynchronizeAPIRequest) GetStatus

GetStatus Status Getter

func (*TmallCarLeaseExceptionflowsynchronizeAPIRequest) SetDesc

SetDesc is Desc Setter 切换原因描述

func (*TmallCarLeaseExceptionflowsynchronizeAPIRequest) SetFlowType

SetFlowType is FlowType Setter 异常流类型,0.退车,1.买断,2.分期,3.续租

func (*TmallCarLeaseExceptionflowsynchronizeAPIRequest) SetOrderId

SetOrderId is OrderId Setter 天猫开新车订单id

func (*TmallCarLeaseExceptionflowsynchronizeAPIRequest) SetStatus

SetStatus is Status Setter 1:开始切换为异常流,2:线下处理完成

type TmallCarLeaseExceptionflowsynchronizeAPIResponse

type TmallCarLeaseExceptionflowsynchronizeAPIResponse struct {
	model.CommonResponse
	TmallCarLeaseExceptionflowsynchronizeAPIResponseModel
}

TmallCarLeaseExceptionflowsynchronizeAPIResponse 天猫开新车租后异常流线下处理状态通知接口 API返回值 tmall.car.lease.exceptionflowsynchronize

天猫开新车租后异常流线下处理状态通知接口

type TmallCarLeaseExceptionflowsynchronizeAPIResponseModel

type TmallCarLeaseExceptionflowsynchronizeAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_lease_exceptionflowsynchronize_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarLeaseExceptionflowsynchronizeAPIResponseModel is 天猫开新车租后异常流线下处理状态通知接口 成功返回结果

type TmallCarLeaseOrderidGetAPIRequest

type TmallCarLeaseOrderidGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarLeaseOrderidGetAPIRequest 天猫开新车查询订单id API请求 tmall.car.lease.orderid.get

天猫开新车查询订单id

func NewTmallCarLeaseOrderidGetRequest

func NewTmallCarLeaseOrderidGetRequest() *TmallCarLeaseOrderidGetAPIRequest

NewTmallCarLeaseOrderidGetRequest 初始化TmallCarLeaseOrderidGetAPIRequest对象

func (TmallCarLeaseOrderidGetAPIRequest) GetApiMethodName

func (r TmallCarLeaseOrderidGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarLeaseOrderidGetAPIRequest) GetApiParams

func (r TmallCarLeaseOrderidGetAPIRequest) GetApiParams() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarLeaseOrderidGetAPIRequest) GetOpenId

GetOpenId OpenId Getter

func (*TmallCarLeaseOrderidGetAPIRequest) SetOpenId

func (r *TmallCarLeaseOrderidGetAPIRequest) SetOpenId(_openId string) error

SetOpenId is OpenId Setter openid

type TmallCarLeaseOrderidGetAPIResponse

type TmallCarLeaseOrderidGetAPIResponse struct {
	model.CommonResponse
	TmallCarLeaseOrderidGetAPIResponseModel
}

TmallCarLeaseOrderidGetAPIResponse 天猫开新车查询订单id API返回值 tmall.car.lease.orderid.get

天猫开新车查询订单id

type TmallCarLeaseOrderidGetAPIResponseModel

type TmallCarLeaseOrderidGetAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_lease_orderid_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarLeaseOrderidGetAPIResponseModel is 天猫开新车查询订单id 成功返回结果

type TmallCarLeasePayforcustomerAPIRequest

type TmallCarLeasePayforcustomerAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarLeasePayforcustomerAPIRequest 天猫开新车租后代客户还款 API请求 tmall.car.lease.payforcustomer

天猫开新车租后代客户还款

func NewTmallCarLeasePayforcustomerRequest

func NewTmallCarLeasePayforcustomerRequest() *TmallCarLeasePayforcustomerAPIRequest

NewTmallCarLeasePayforcustomerRequest 初始化TmallCarLeasePayforcustomerAPIRequest对象

func (TmallCarLeasePayforcustomerAPIRequest) GetApiMethodName

func (r TmallCarLeasePayforcustomerAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarLeasePayforcustomerAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarLeasePayforcustomerAPIRequest) GetCustIproleId

func (r TmallCarLeasePayforcustomerAPIRequest) GetCustIproleId() string

GetCustIproleId CustIproleId Getter

func (TmallCarLeasePayforcustomerAPIRequest) GetDate

GetDate Date Getter

func (TmallCarLeasePayforcustomerAPIRequest) GetLoanArNo

GetLoanArNo LoanArNo Getter

func (TmallCarLeasePayforcustomerAPIRequest) GetOrderId

GetOrderId OrderId Getter

func (TmallCarLeasePayforcustomerAPIRequest) GetPrinAmt

GetPrinAmt PrinAmt Getter

func (TmallCarLeasePayforcustomerAPIRequest) GetRequestId

GetRequestId RequestId Getter

func (*TmallCarLeasePayforcustomerAPIRequest) SetCustIproleId

func (r *TmallCarLeasePayforcustomerAPIRequest) SetCustIproleId(_custIproleId string) error

SetCustIproleId is CustIproleId Setter 贷款客户在网商的会员ID

func (*TmallCarLeasePayforcustomerAPIRequest) SetDate

SetDate is Date Setter 还款日,精确到日,格式为yyyyMMdd,必须是当天

func (*TmallCarLeasePayforcustomerAPIRequest) SetLoanArNo

func (r *TmallCarLeasePayforcustomerAPIRequest) SetLoanArNo(_loanArNo string) error

SetLoanArNo is LoanArNo Setter 贷款合约号

func (*TmallCarLeasePayforcustomerAPIRequest) SetOrderId

func (r *TmallCarLeasePayforcustomerAPIRequest) SetOrderId(_orderId int64) error

SetOrderId is OrderId Setter 天猫开新车订单id

func (*TmallCarLeasePayforcustomerAPIRequest) SetPrinAmt

func (r *TmallCarLeasePayforcustomerAPIRequest) SetPrinAmt(_prinAmt string) error

SetPrinAmt is PrinAmt Setter 还款本金金额,单位默认为元,支持小数点两位,为了便于传输用合作方将数值型转换为字符串型

func (*TmallCarLeasePayforcustomerAPIRequest) SetRequestId

func (r *TmallCarLeasePayforcustomerAPIRequest) SetRequestId(_requestId string) error

SetRequestId is RequestId Setter 外部流水号格式:日期(8位)+序列号(8位),序列号是数字,如00000001(必须是16位且符合该格式

type TmallCarLeasePayforcustomerAPIResponse

type TmallCarLeasePayforcustomerAPIResponse struct {
	model.CommonResponse
	TmallCarLeasePayforcustomerAPIResponseModel
}

TmallCarLeasePayforcustomerAPIResponse 天猫开新车租后代客户还款 API返回值 tmall.car.lease.payforcustomer

天猫开新车租后代客户还款

type TmallCarLeasePayforcustomerAPIResponseModel

type TmallCarLeasePayforcustomerAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_lease_payforcustomer_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarLeasePayforcustomerAPIResponseModel is 天猫开新车租后代客户还款 成功返回结果

type TmallCarLeasePostsynchronizeAPIRequest

type TmallCarLeasePostsynchronizeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarLeasePostsynchronizeAPIRequest 天猫开新车租后信息同步 API请求 tmall.car.lease.postsynchronize

商家同步天猫开新车租后方案

func NewTmallCarLeasePostsynchronizeRequest

func NewTmallCarLeasePostsynchronizeRequest() *TmallCarLeasePostsynchronizeAPIRequest

NewTmallCarLeasePostsynchronizeRequest 初始化TmallCarLeasePostsynchronizeAPIRequest对象

func (TmallCarLeasePostsynchronizeAPIRequest) GetApiMethodName

func (r TmallCarLeasePostsynchronizeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarLeasePostsynchronizeAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarLeasePostsynchronizeAPIRequest) GetSchemeDto

GetSchemeDto SchemeDto Getter

func (*TmallCarLeasePostsynchronizeAPIRequest) SetSchemeDto

SetSchemeDto is SchemeDto Setter 租后方案信息

type TmallCarLeasePostsynchronizeAPIResponse

type TmallCarLeasePostsynchronizeAPIResponse struct {
	model.CommonResponse
	TmallCarLeasePostsynchronizeAPIResponseModel
}

TmallCarLeasePostsynchronizeAPIResponse 天猫开新车租后信息同步 API返回值 tmall.car.lease.postsynchronize

商家同步天猫开新车租后方案

type TmallCarLeasePostsynchronizeAPIResponseModel

type TmallCarLeasePostsynchronizeAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_lease_postsynchronize_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarLeasePostsynchronizeAPIResponseModel is 天猫开新车租后信息同步 成功返回结果

type TmallCarLeaseQueryloanplansAPIRequest

type TmallCarLeaseQueryloanplansAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarLeaseQueryloanplansAPIRequest 天猫开新车租后查询还款计划 API请求 tmall.car.lease.queryloanplans

天猫开新车租后查询还款计划

func NewTmallCarLeaseQueryloanplansRequest

func NewTmallCarLeaseQueryloanplansRequest() *TmallCarLeaseQueryloanplansAPIRequest

NewTmallCarLeaseQueryloanplansRequest 初始化TmallCarLeaseQueryloanplansAPIRequest对象

func (TmallCarLeaseQueryloanplansAPIRequest) GetApiMethodName

func (r TmallCarLeaseQueryloanplansAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarLeaseQueryloanplansAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarLeaseQueryloanplansAPIRequest) GetIproleid

GetIproleid Iproleid Getter

func (TmallCarLeaseQueryloanplansAPIRequest) GetLoanarno

GetLoanarno Loanarno Getter

func (*TmallCarLeaseQueryloanplansAPIRequest) SetIproleid

func (r *TmallCarLeaseQueryloanplansAPIRequest) SetIproleid(_iproleid string) error

SetIproleid is Iproleid Setter 客户的角色编号

func (*TmallCarLeaseQueryloanplansAPIRequest) SetLoanarno

func (r *TmallCarLeaseQueryloanplansAPIRequest) SetLoanarno(_loanarno string) error

SetLoanarno is Loanarno Setter 合约编号

type TmallCarLeaseQueryloanplansAPIResponse

type TmallCarLeaseQueryloanplansAPIResponse struct {
	model.CommonResponse
	TmallCarLeaseQueryloanplansAPIResponseModel
}

TmallCarLeaseQueryloanplansAPIResponse 天猫开新车租后查询还款计划 API返回值 tmall.car.lease.queryloanplans

天猫开新车租后查询还款计划

type TmallCarLeaseQueryloanplansAPIResponseModel

type TmallCarLeaseQueryloanplansAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_lease_queryloanplans_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarLeaseQueryloanplansAPIResponseModel is 天猫开新车租后查询还款计划 成功返回结果

type TmallCarLeaseStatussynchronizeAPIRequest

type TmallCarLeaseStatussynchronizeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarLeaseStatussynchronizeAPIRequest 天猫开新车租后状态同步 API请求 tmall.car.lease.statussynchronize

天猫开新车租后状态同步

func NewTmallCarLeaseStatussynchronizeRequest

func NewTmallCarLeaseStatussynchronizeRequest() *TmallCarLeaseStatussynchronizeAPIRequest

NewTmallCarLeaseStatussynchronizeRequest 初始化TmallCarLeaseStatussynchronizeAPIRequest对象

func (TmallCarLeaseStatussynchronizeAPIRequest) GetActionType

GetActionType ActionType Getter

func (TmallCarLeaseStatussynchronizeAPIRequest) GetActionValue

GetActionValue ActionValue Getter

func (TmallCarLeaseStatussynchronizeAPIRequest) GetApiMethodName

func (r TmallCarLeaseStatussynchronizeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarLeaseStatussynchronizeAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarLeaseStatussynchronizeAPIRequest) GetBizType

GetBizType BizType Getter

func (TmallCarLeaseStatussynchronizeAPIRequest) GetOrderId

GetOrderId OrderId Getter

func (TmallCarLeaseStatussynchronizeAPIRequest) GetRefuseReason

GetRefuseReason RefuseReason Getter

func (*TmallCarLeaseStatussynchronizeAPIRequest) SetActionType

func (r *TmallCarLeaseStatussynchronizeAPIRequest) SetActionType(_actionType int64) error

SetActionType is ActionType Setter 1:过户,2:续租,3.额外费用审核,4.退车完成

func (*TmallCarLeaseStatussynchronizeAPIRequest) SetActionValue

func (r *TmallCarLeaseStatussynchronizeAPIRequest) SetActionValue(_actionValue int64) error

SetActionValue is ActionValue Setter 1:通过,-1:拒绝

func (*TmallCarLeaseStatussynchronizeAPIRequest) SetBizType

func (r *TmallCarLeaseStatussynchronizeAPIRequest) SetBizType(_bizType int64) error

SetBizType is BizType Setter 业务类型:0.退车,1.买断,2.分期,3.续租

func (*TmallCarLeaseStatussynchronizeAPIRequest) SetOrderId

func (r *TmallCarLeaseStatussynchronizeAPIRequest) SetOrderId(_orderId int64) error

SetOrderId is OrderId Setter 天猫开新车订单号

func (*TmallCarLeaseStatussynchronizeAPIRequest) SetRefuseReason

func (r *TmallCarLeaseStatussynchronizeAPIRequest) SetRefuseReason(_refuseReason string) error

SetRefuseReason is RefuseReason Setter 拒绝原因

type TmallCarLeaseStatussynchronizeAPIResponse

type TmallCarLeaseStatussynchronizeAPIResponse struct {
	model.CommonResponse
	TmallCarLeaseStatussynchronizeAPIResponseModel
}

TmallCarLeaseStatussynchronizeAPIResponse 天猫开新车租后状态同步 API返回值 tmall.car.lease.statussynchronize

天猫开新车租后状态同步

type TmallCarLeaseStatussynchronizeAPIResponseModel

type TmallCarLeaseStatussynchronizeAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_lease_statussynchronize_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarLeaseStatussynchronizeAPIResponseModel is 天猫开新车租后状态同步 成功返回结果

type TmallCarXcarSynchronizeCarLineDataAPIRequest

type TmallCarXcarSynchronizeCarLineDataAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarXcarSynchronizeCarLineDataAPIRequest 我的爱卡车型配置数据 API请求 tmall.car.xcar.synchronize.car.line.data

同步我的爱卡车系配置数据到天猫汽车

func NewTmallCarXcarSynchronizeCarLineDataRequest

func NewTmallCarXcarSynchronizeCarLineDataRequest() *TmallCarXcarSynchronizeCarLineDataAPIRequest

NewTmallCarXcarSynchronizeCarLineDataRequest 初始化TmallCarXcarSynchronizeCarLineDataAPIRequest对象

func (TmallCarXcarSynchronizeCarLineDataAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarXcarSynchronizeCarLineDataAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarXcarSynchronizeCarLineDataAPIRequest) GetParamXCarSysLineDTO

GetParamXCarSysLineDTO ParamXCarSysLineDTO Getter

func (*TmallCarXcarSynchronizeCarLineDataAPIRequest) SetParamXCarSysLineDTO

func (r *TmallCarXcarSynchronizeCarLineDataAPIRequest) SetParamXCarSysLineDTO(_paramXCarSysLineDTO *XCarSysLineDto) error

SetParamXCarSysLineDTO is ParamXCarSysLineDTO Setter 入参对象

type TmallCarXcarSynchronizeCarLineDataAPIResponse

type TmallCarXcarSynchronizeCarLineDataAPIResponse struct {
	model.CommonResponse
	TmallCarXcarSynchronizeCarLineDataAPIResponseModel
}

TmallCarXcarSynchronizeCarLineDataAPIResponse 我的爱卡车型配置数据 API返回值 tmall.car.xcar.synchronize.car.line.data

同步我的爱卡车系配置数据到天猫汽车

type TmallCarXcarSynchronizeCarLineDataAPIResponseModel

type TmallCarXcarSynchronizeCarLineDataAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_xcar_synchronize_car_line_data_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回对象总体信息
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarXcarSynchronizeCarLineDataAPIResponseModel is 我的爱卡车型配置数据 成功返回结果

type TmallCarXcarSynchronizeCarLinePicsDataAPIRequest

type TmallCarXcarSynchronizeCarLinePicsDataAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarXcarSynchronizeCarLinePicsDataAPIRequest 爱卡车系图片数据接入 API请求 tmall.car.xcar.synchronize.car.line.pics.data

爱卡车系图片数据同步天猫汽车

func NewTmallCarXcarSynchronizeCarLinePicsDataRequest

func NewTmallCarXcarSynchronizeCarLinePicsDataRequest() *TmallCarXcarSynchronizeCarLinePicsDataAPIRequest

NewTmallCarXcarSynchronizeCarLinePicsDataRequest 初始化TmallCarXcarSynchronizeCarLinePicsDataAPIRequest对象

func (TmallCarXcarSynchronizeCarLinePicsDataAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarXcarSynchronizeCarLinePicsDataAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarXcarSynchronizeCarLinePicsDataAPIRequest) GetParamXCarSysLinePicsDTO

GetParamXCarSysLinePicsDTO ParamXCarSysLinePicsDTO Getter

func (*TmallCarXcarSynchronizeCarLinePicsDataAPIRequest) SetParamXCarSysLinePicsDTO

func (r *TmallCarXcarSynchronizeCarLinePicsDataAPIRequest) SetParamXCarSysLinePicsDTO(_paramXCarSysLinePicsDTO *XCarSysLinePicsDto) error

SetParamXCarSysLinePicsDTO is ParamXCarSysLinePicsDTO Setter 入参对象

type TmallCarXcarSynchronizeCarLinePicsDataAPIResponse

type TmallCarXcarSynchronizeCarLinePicsDataAPIResponse struct {
	model.CommonResponse
	TmallCarXcarSynchronizeCarLinePicsDataAPIResponseModel
}

TmallCarXcarSynchronizeCarLinePicsDataAPIResponse 爱卡车系图片数据接入 API返回值 tmall.car.xcar.synchronize.car.line.pics.data

爱卡车系图片数据同步天猫汽车

type TmallCarXcarSynchronizeCarLinePicsDataAPIResponseModel

type TmallCarXcarSynchronizeCarLinePicsDataAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_xcar_synchronize_car_line_pics_data_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回对象
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarXcarSynchronizeCarLinePicsDataAPIResponseModel is 爱卡车系图片数据接入 成功返回结果

type TmallCarXcarSynchronizeCarModelDataAPIRequest

type TmallCarXcarSynchronizeCarModelDataAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TmallCarXcarSynchronizeCarModelDataAPIRequest 爱车车型数据同步 API请求 tmall.car.xcar.synchronize.car.model.data

爱车汽车车型数据同步到天猫

func NewTmallCarXcarSynchronizeCarModelDataRequest

func NewTmallCarXcarSynchronizeCarModelDataRequest() *TmallCarXcarSynchronizeCarModelDataAPIRequest

NewTmallCarXcarSynchronizeCarModelDataRequest 初始化TmallCarXcarSynchronizeCarModelDataAPIRequest对象

func (TmallCarXcarSynchronizeCarModelDataAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallCarXcarSynchronizeCarModelDataAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (TmallCarXcarSynchronizeCarModelDataAPIRequest) GetParamXCarSysModelDTO

GetParamXCarSysModelDTO ParamXCarSysModelDTO Getter

func (*TmallCarXcarSynchronizeCarModelDataAPIRequest) SetParamXCarSysModelDTO

func (r *TmallCarXcarSynchronizeCarModelDataAPIRequest) SetParamXCarSysModelDTO(_paramXCarSysModelDTO *XCarSysModelDto) error

SetParamXCarSysModelDTO is ParamXCarSysModelDTO Setter 传入对象描述

type TmallCarXcarSynchronizeCarModelDataAPIResponse

type TmallCarXcarSynchronizeCarModelDataAPIResponse struct {
	model.CommonResponse
	TmallCarXcarSynchronizeCarModelDataAPIResponseModel
}

TmallCarXcarSynchronizeCarModelDataAPIResponse 爱车车型数据同步 API返回值 tmall.car.xcar.synchronize.car.model.data

爱车汽车车型数据同步到天猫

type TmallCarXcarSynchronizeCarModelDataAPIResponseModel

type TmallCarXcarSynchronizeCarModelDataAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_car_xcar_synchronize_car_model_data_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回对象描述
	Result *ResultVo `json:"result,omitempty" xml:"result,omitempty"`
}

TmallCarXcarSynchronizeCarModelDataAPIResponseModel is 爱车车型数据同步 成功返回结果

type XCarSysLineDto

type XCarSysLineDto struct {
	// 最高降幅
	CarLineMaxDecline string `json:"car_line_max_decline,omitempty" xml:"car_line_max_decline,omitempty"`
	// 车系保养排名
	LineRank string `json:"line_rank,omitempty" xml:"line_rank,omitempty"`
	// 本地参考价范围
	LocalRefPriceRange string `json:"local_ref_price_range,omitempty" xml:"local_ref_price_range,omitempty"`
	// 厂商指导价范围
	ManuGuiPriceRange string `json:"manu_gui_price_range,omitempty" xml:"manu_gui_price_range,omitempty"`
	// 车系封面图
	Pic string `json:"pic,omitempty" xml:"pic,omitempty"`
	// 年均养护
	YearCuring string `json:"year_curing,omitempty" xml:"year_curing,omitempty"`
	// 品牌属性id
	BrandPid int64 `json:"brand_pid,omitempty" xml:"brand_pid,omitempty"`
	// 品牌值id
	BrandVid int64 `json:"brand_vid,omitempty" xml:"brand_vid,omitempty"`
	// 车系属性id
	LinePid int64 `json:"line_pid,omitempty" xml:"line_pid,omitempty"`
	// 车系值id
	LineVid int64 `json:"line_vid,omitempty" xml:"line_vid,omitempty"`
	// 状态0.无效 1有效
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

XCarSysLineDto 结构体

type XCarSysLinePicsDto

type XCarSysLinePicsDto struct {
	// 具体颜色名称,除整体外观外,其他不区分颜色,此值为空,比如 黑色
	ColorName string `json:"color_name,omitempty" xml:"color_name,omitempty"`
	// 具体颜色色值,除整体外观外,其他不区分颜色,所以没有色值 比如 FFFF000FFF
	ColorValue string `json:"color_value,omitempty" xml:"color_value,omitempty"`
	// 图片列表List<URL>,最多100张,json格式 比如: ["www.baoud.com","www.alibb.com","www.accww.com"]
	Pics string `json:"pics,omitempty" xml:"pics,omitempty"`
	// 品牌属性id
	BrandPid int64 `json:"brand_pid,omitempty" xml:"brand_pid,omitempty"`
	// 品牌值id
	BrandVid int64 `json:"brand_vid,omitempty" xml:"brand_vid,omitempty"`
	// 车系属性id
	LinePid int64 `json:"line_pid,omitempty" xml:"line_pid,omitempty"`
	// 车系值id
	LineVid int64 `json:"line_vid,omitempty" xml:"line_vid,omitempty"`
	// 状态0.无效 1有效
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// type(整体外观1、细节外观2、控件座椅3、中控区4、其他5)
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
}

XCarSysLinePicsDto 结构体

type XCarSysModelDto

type XCarSysModelDto struct {
	// 车型最高降幅
	CarModelMaximumDecline string `json:"car_model_maximum_decline,omitempty" xml:"car_model_maximum_decline,omitempty"`
	// 燃油费用
	FuelCost string `json:"fuel_cost,omitempty" xml:"fuel_cost,omitempty"`
	// 保险费用
	InsuranceFree string `json:"insurance_free,omitempty" xml:"insurance_free,omitempty"`
	// 养车费用
	KeepCarFree string `json:"keep_car_free,omitempty" xml:"keep_car_free,omitempty"`
	// 本地参考价
	LocalRefPriceRange string `json:"local_ref_price_range,omitempty" xml:"local_ref_price_range,omitempty"`
	// 保养费用
	MaintainCost string `json:"maintain_cost,omitempty" xml:"maintain_cost,omitempty"`
	// 厂商指导价
	ManuGuiPrice string `json:"manu_gui_price,omitempty" xml:"manu_gui_price,omitempty"`
	// 媒体库,超大json
	MediaConfig string `json:"media_config,omitempty" xml:"media_config,omitempty"`
	// 品牌pid
	BrandPid int64 `json:"brand_pid,omitempty" xml:"brand_pid,omitempty"`
	// 品牌vid
	BrandVid int64 `json:"brand_vid,omitempty" xml:"brand_vid,omitempty"`
	// 车系属性id
	LinePid int64 `json:"line_pid,omitempty" xml:"line_pid,omitempty"`
	// 车系值id
	LineVid int64 `json:"line_vid,omitempty" xml:"line_vid,omitempty"`
	// 型号属性id
	ModelPid int64 `json:"model_pid,omitempty" xml:"model_pid,omitempty"`
	// 型号值id
	ModelVid int64 `json:"model_vid,omitempty" xml:"model_vid,omitempty"`
	// 1.新车上市 0.非新车上市
	NewCarModel int64 `json:"new_car_model,omitempty" xml:"new_car_model,omitempty"`
	// 状态0.无效 1有效
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 年款属性id
	YearPid int64 `json:"year_pid,omitempty" xml:"year_pid,omitempty"`
	// 年款值id
	YearVid int64 `json:"year_vid,omitempty" xml:"year_vid,omitempty"`
}

XCarSysModelDto 结构体

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL