vms

package
v1.1.5 Latest Latest
Warning

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

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

Documentation

Overview

电动车API model

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppBaseResponse

type AppBaseResponse struct {
	// errorMessage
	ErrorMessage string `json:"error_message,omitempty" xml:"error_message,omitempty"`
	// errorCode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// data
	Data bool `json:"data,omitempty" xml:"data,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AppBaseResponse

type CainiaoVmsServiceVehicleinfoUploadAPIResponse

type CainiaoVmsServiceVehicleinfoUploadAPIResponse struct {
	model.CommonResponse
	CainiaoVmsServiceVehicleinfoUploadResponse
}

新能源车--外部车辆信息回传 API返回值 cainiao.vms.service.vehicleinfo.upload

新能源车--外部车辆信息回传

type CainiaoVmsServiceVehicleinfoUploadRequest

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

新能源车--外部车辆信息回传 API请求 cainiao.vms.service.vehicleinfo.upload

新能源车--外部车辆信息回传

func NewCainiaoVmsServiceVehicleinfoUploadRequest

func NewCainiaoVmsServiceVehicleinfoUploadRequest() *CainiaoVmsServiceVehicleinfoUploadRequest

初始化CainiaoVmsServiceVehicleinfoUploadRequest对象

func (CainiaoVmsServiceVehicleinfoUploadRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (CainiaoVmsServiceVehicleinfoUploadRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (CainiaoVmsServiceVehicleinfoUploadRequest) GetData

Data Getter

func (CainiaoVmsServiceVehicleinfoUploadRequest) GetDataSource

DataSource Getter

func (CainiaoVmsServiceVehicleinfoUploadRequest) GetDeviceId

DeviceId Getter

func (CainiaoVmsServiceVehicleinfoUploadRequest) GetProtocolVersion

func (r CainiaoVmsServiceVehicleinfoUploadRequest) GetProtocolVersion() string

ProtocolVersion Getter

func (CainiaoVmsServiceVehicleinfoUploadRequest) GetProviderName

ProviderName Getter

func (*CainiaoVmsServiceVehicleinfoUploadRequest) SetData

Data Setter 上传的信息

func (*CainiaoVmsServiceVehicleinfoUploadRequest) SetDataSource

func (r *CainiaoVmsServiceVehicleinfoUploadRequest) SetDataSource(dataSource string) error

DataSource Setter 数据源标识

func (*CainiaoVmsServiceVehicleinfoUploadRequest) SetDeviceId

func (r *CainiaoVmsServiceVehicleinfoUploadRequest) SetDeviceId(deviceId string) error

DeviceId Setter 设备号

func (*CainiaoVmsServiceVehicleinfoUploadRequest) SetProtocolVersion

func (r *CainiaoVmsServiceVehicleinfoUploadRequest) SetProtocolVersion(protocolVersion string) error

ProtocolVersion Setter 协议版本标识

func (*CainiaoVmsServiceVehicleinfoUploadRequest) SetProviderName

func (r *CainiaoVmsServiceVehicleinfoUploadRequest) SetProviderName(providerName string) error

ProviderName Setter 厂家标识

type CainiaoVmsServiceVehicleinfoUploadResponse

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

新能源车--外部车辆信息回传 成功返回结果

Jump to

Keyboard shortcuts

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