Documentation
¶
Index ¶
- type AlibabaMosCommdyOfflineGetfileurlAPIResponse
- type AlibabaMosCommdyOfflineGetfileurlRequest
- func (r AlibabaMosCommdyOfflineGetfileurlRequest) GetApiMethodName() string
- func (r AlibabaMosCommdyOfflineGetfileurlRequest) GetApiParams() url.Values
- func (r AlibabaMosCommdyOfflineGetfileurlRequest) GetFileKeys() []string
- func (r *AlibabaMosCommdyOfflineGetfileurlRequest) SetFileKeys(fileKeys []string) error
- type AlibabaMosCommdyOfflineGetfileurlResponse
- type AlibabaMosCommdyOfflineGetfileurlResultDo
- type AlibabaMosCommdyPosmerchandiseGetmerchandiseAPIResponse
- type AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest
- func (r AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetApiMethodName() string
- func (r AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetApiParams() url.Values
- func (r AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetPosMerchandiseList() []QueryMerchandiseDto
- func (r *AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) SetPosMerchandiseList(posMerchandiseList []QueryMerchandiseDto) error
- type AlibabaMosCommdyPosmerchandiseGetmerchandiseResponse
- type AlibabaMosCommdyPosmerchandiseGetmerchandiseResultDo
- type MerchandiseInfoDto
- type OfflineFileDto
- type QueryMerchandiseDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaMosCommdyOfflineGetfileurlAPIResponse ¶
type AlibabaMosCommdyOfflineGetfileurlAPIResponse struct { model.CommonResponse AlibabaMosCommdyOfflineGetfileurlResponse }
去前置机pos商品离线文件下载地址查询接口 APIResponse alibaba.mos.commdy.offline.getfileurl
去前置机-pos查询离线文件下载地址接口
type AlibabaMosCommdyOfflineGetfileurlRequest ¶
type AlibabaMosCommdyOfflineGetfileurlRequest struct { model.Params // contains filtered or unexported fields }
去前置机pos商品离线文件下载地址查询接口 APIRequest alibaba.mos.commdy.offline.getfileurl
去前置机-pos查询离线文件下载地址接口
func NewAlibabaMosCommdyOfflineGetfileurlRequest ¶
func NewAlibabaMosCommdyOfflineGetfileurlRequest() *AlibabaMosCommdyOfflineGetfileurlRequest
func (AlibabaMosCommdyOfflineGetfileurlRequest) GetApiMethodName ¶
func (r AlibabaMosCommdyOfflineGetfileurlRequest) GetApiMethodName() string
func (AlibabaMosCommdyOfflineGetfileurlRequest) GetApiParams ¶
func (r AlibabaMosCommdyOfflineGetfileurlRequest) GetApiParams() url.Values
func (AlibabaMosCommdyOfflineGetfileurlRequest) GetFileKeys ¶
func (r AlibabaMosCommdyOfflineGetfileurlRequest) GetFileKeys() []string
func (*AlibabaMosCommdyOfflineGetfileurlRequest) SetFileKeys ¶
func (r *AlibabaMosCommdyOfflineGetfileurlRequest) SetFileKeys(fileKeys []string) error
type AlibabaMosCommdyOfflineGetfileurlResponse ¶
type AlibabaMosCommdyOfflineGetfileurlResponse struct { XMLName xml.Name `xml:"alibaba_mos_commdy_offline_getfileurl_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Result *AlibabaMosCommdyOfflineGetfileurlResultDo `json:"result,omitempty" xml:"result,omitempty"` }
type AlibabaMosCommdyOfflineGetfileurlResultDo ¶
type AlibabaMosCommdyOfflineGetfileurlResultDo struct { Headers string `json:"headers,omitempty" xml:"headers,omitempty"` MappingCode string `json:"mapping_code,omitempty" xml:"mapping_code,omitempty"` Datas []OfflineFileDto `json:"datas,omitempty" xml:"datas,omitempty"` HttpStatusCode int64 `json:"http_status_code,omitempty" xml:"http_status_code,omitempty"` BizExtMap string `json:"biz_ext_map,omitempty" xml:"biz_ext_map,omitempty"` MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"` MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"` Success bool `json:"success,omitempty" xml:"success,omitempty"` }
AlibabaMosCommdyOfflineGetfileurlResultDo
type AlibabaMosCommdyPosmerchandiseGetmerchandiseAPIResponse ¶
type AlibabaMosCommdyPosmerchandiseGetmerchandiseAPIResponse struct { model.CommonResponse AlibabaMosCommdyPosmerchandiseGetmerchandiseResponse }
去前置机商品在线查询 APIResponse alibaba.mos.commdy.posmerchandise.getmerchandise
去前置机商品在线查询接口
type AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest ¶
type AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest struct { model.Params // contains filtered or unexported fields }
去前置机商品在线查询 APIRequest alibaba.mos.commdy.posmerchandise.getmerchandise
去前置机商品在线查询接口
func NewAlibabaMosCommdyPosmerchandiseGetmerchandiseRequest ¶
func NewAlibabaMosCommdyPosmerchandiseGetmerchandiseRequest() *AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest
func (AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetApiMethodName ¶
func (r AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetApiMethodName() string
func (AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetApiParams ¶
func (r AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetApiParams() url.Values
func (AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetPosMerchandiseList ¶
func (r AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) GetPosMerchandiseList() []QueryMerchandiseDto
func (*AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) SetPosMerchandiseList ¶
func (r *AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest) SetPosMerchandiseList(posMerchandiseList []QueryMerchandiseDto) error
type AlibabaMosCommdyPosmerchandiseGetmerchandiseResponse ¶
type AlibabaMosCommdyPosmerchandiseGetmerchandiseResponse struct { XMLName xml.Name `xml:"alibaba_mos_commdy_posmerchandise_getmerchandise_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Result *AlibabaMosCommdyPosmerchandiseGetmerchandiseResultDo `json:"result,omitempty" xml:"result,omitempty"` }
type AlibabaMosCommdyPosmerchandiseGetmerchandiseResultDo ¶
type AlibabaMosCommdyPosmerchandiseGetmerchandiseResultDo struct { Headers string `json:"headers,omitempty" xml:"headers,omitempty"` MappingCode string `json:"mapping_code,omitempty" xml:"mapping_code,omitempty"` Datas []MerchandiseInfoDto `json:"datas,omitempty" xml:"datas,omitempty"` HttpStatusCode int64 `json:"http_status_code,omitempty" xml:"http_status_code,omitempty"` BizExtMap string `json:"biz_ext_map,omitempty" xml:"biz_ext_map,omitempty"` MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"` MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"` Success bool `json:"success,omitempty" xml:"success,omitempty"` }
AlibabaMosCommdyPosmerchandiseGetmerchandiseResultDo
type MerchandiseInfoDto ¶
type MerchandiseInfoDto struct { Storeno string `json:"storeno,omitempty" xml:"storeno,omitempty"` A0551 string `json:"a0551,omitempty" xml:"a0551,omitempty"` A0550 string `json:"a0550,omitempty" xml:"a0550,omitempty"` A0545 string `json:"a0545,omitempty" xml:"a0545,omitempty"` A0544 string `json:"a0544,omitempty" xml:"a0544,omitempty"` A0543 string `json:"a0543,omitempty" xml:"a0543,omitempty"` A0542 string `json:"a0542,omitempty" xml:"a0542,omitempty"` A0541 string `json:"a0541,omitempty" xml:"a0541,omitempty"` A0540 string `json:"a0540,omitempty" xml:"a0540,omitempty"` A0531 string `json:"a0531,omitempty" xml:"a0531,omitempty"` A0530 string `json:"a0530,omitempty" xml:"a0530,omitempty"` A0526 string `json:"a0526,omitempty" xml:"a0526,omitempty"` A0525 string `json:"a0525,omitempty" xml:"a0525,omitempty"` A0524 string `json:"a0524,omitempty" xml:"a0524,omitempty"` A0523 string `json:"a0523,omitempty" xml:"a0523,omitempty"` A0522 string `json:"a0522,omitempty" xml:"a0522,omitempty"` A0521 string `json:"a0521,omitempty" xml:"a0521,omitempty"` A0520 string `json:"a0520,omitempty" xml:"a0520,omitempty"` A0517 string `json:"a0517,omitempty" xml:"a0517,omitempty"` A0516 string `json:"a0516,omitempty" xml:"a0516,omitempty"` A0508 string `json:"a0508,omitempty" xml:"a0508,omitempty"` A0506 string `json:"a0506,omitempty" xml:"a0506,omitempty"` A0504 string `json:"a0504,omitempty" xml:"a0504,omitempty"` A0503 string `json:"a0503,omitempty" xml:"a0503,omitempty"` A0502 string `json:"a0502,omitempty" xml:"a0502,omitempty"` A0501 string `json:"a0501,omitempty" xml:"a0501,omitempty"` }
MerchandiseInfoDto
type OfflineFileDto ¶
type OfflineFileDto struct { FileKey string `json:"file_key,omitempty" xml:"file_key,omitempty"` Url string `json:"url,omitempty" xml:"url,omitempty"` }
OfflineFileDto
type QueryMerchandiseDto ¶
type QueryMerchandiseDto struct { Storeno string `json:"storeno,omitempty" xml:"storeno,omitempty"` A0501 string `json:"a0501,omitempty" xml:"a0501,omitempty"` }
QueryMerchandiseDto
Source Files
¶
- AlibabaMosCommdyOfflineGetfileurlRequest.go
- AlibabaMosCommdyOfflineGetfileurlResponse.go
- AlibabaMosCommdyOfflineGetfileurlResultDo.go
- AlibabaMosCommdyPosmerchandiseGetmerchandiseRequest.go
- AlibabaMosCommdyPosmerchandiseGetmerchandiseResponse.go
- AlibabaMosCommdyPosmerchandiseGetmerchandiseResultDo.go
- MerchandiseInfoDto.go
- OfflineFileDto.go
- QueryMerchandiseDto.go
Click to show internal directories.
Click to hide internal directories.