Documentation ¶
Index ¶
- type AlibabaIdleApprizeOrderFulfillmentResponse
- type AlipayBaoxianClaimUpdateResponse
- type AlipayBaoxianClaimUploadattachmentResponse
- type TmallFuwuServiceitemListResponse
- type TmallMsfIdentifyStatusQueryResponse
- type TmallMsfReservationResponse
- type TmallServiceCodeConsumeResponse
- type TmallServicecenterContractsSearchResponse
- type TmallServicecenterServiceTypeQueryallResponse
- type TmallServicecenterServicemonitormessageSearchResponse
- type TmallServicecenterServicemonitormessageUpdateResponse
- type TmallServicecenterServicestoreCreateservicestoreResponse
- type TmallServicecenterServicestoreCreateservicestorecapacityResponse
- type TmallServicecenterServicestoreCreateservicestorecoverserviceResponse
- type TmallServicecenterServicestoreDeleteservicestoreResponse
- type TmallServicecenterServicestoreDeleteservicestorecapacityResponse
- type TmallServicecenterServicestoreDeleteservicestorecoverserviceResponse
- type TmallServicecenterServicestoreUpdateservicestoreResponse
- type TmallServicecenterServicestoreUpdateservicestorecapacityResponse
- type TmallServicecenterServicestoreUpdateservicestorecoverserviceResponse
- type TmallServicecenterTaskGetResponse
- type TmallServicecenterTaskQueryrefundResponse
- type TmallServicecenterTasksSearchResponse
- type TmallServicecenterWorkcardCollectResponse
- type TmallServicecenterWorkcardCompleteResponse
- type TmallServicecenterWorkcardStatusUpdateResponse
- type TmallServicecenterWorkerCreateResponse
- type TmallServicecenterWorkerDeleteResponse
- type TmallServicecenterWorkerQueryResponse
- type TmallServicecenterWorkerUpdateResponse
- type TmallWorkcardIdentifyResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlipayBaoxianClaimUpdateResponse ¶
type AlipayBaoxianClaimUpdateResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.AlipayBaoxianClaimUpdateMtopResult `json:"result,omitempty" ` }
type AlipayBaoxianClaimUploadattachmentResponse ¶
type AlipayBaoxianClaimUploadattachmentResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ UploadResult domain.AlipayBaoxianClaimUploadattachmentUploadResult `json:"upload_result,omitempty" ` }
type TmallFuwuServiceitemListResponse ¶
type TmallFuwuServiceitemListResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallFuwuServiceitemListResult `json:"result,omitempty" ` }
type TmallMsfIdentifyStatusQueryResponse ¶
type TmallMsfIdentifyStatusQueryResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 返回结果json串,其中identifyDate位核销日期,signTime为签到时间,identifyStatus位核销状态,1代表已经核销,identifyType为核销类型,取值为:0代表未核销,1代表10位核销码核销,2代表订单号核销,3代表手机号核销,4代表4位核销码核销,5代表通过poi核销 */ Result string `json:"result,omitempty" ` }
type TmallServicecenterContractsSearchResponse ¶
type TmallServicecenterContractsSearchResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 和同类服务包装类 */ ServiceContractPacket domain.TmallServicecenterContractsSearchServiceContractPacket `json:"service_contract_packet,omitempty" ` }
type TmallServicecenterServiceTypeQueryallResponse ¶
type TmallServicecenterServiceTypeQueryallResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServiceTypeQueryallResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicemonitormessageSearchResponse ¶
type TmallServicecenterServicemonitormessageSearchResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicemonitormessageSearchResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicemonitormessageUpdateResponse ¶
type TmallServicecenterServicemonitormessageUpdateResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicemonitormessageUpdateResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreCreateservicestoreResponse ¶
type TmallServicecenterServicestoreCreateservicestoreResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreCreateservicestoreResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreCreateservicestorecapacityResponse ¶
type TmallServicecenterServicestoreCreateservicestorecapacityResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreCreateservicestorecapacityResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreCreateservicestorecoverserviceResponse ¶
type TmallServicecenterServicestoreCreateservicestorecoverserviceResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreCreateservicestorecoverserviceResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreDeleteservicestoreResponse ¶
type TmallServicecenterServicestoreDeleteservicestoreResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreDeleteservicestoreResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreDeleteservicestorecapacityResponse ¶
type TmallServicecenterServicestoreDeleteservicestorecapacityResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreDeleteservicestorecapacityResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreDeleteservicestorecoverserviceResponse ¶
type TmallServicecenterServicestoreDeleteservicestorecoverserviceResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreDeleteservicestorecoverserviceResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreUpdateservicestoreResponse ¶
type TmallServicecenterServicestoreUpdateservicestoreResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreUpdateservicestoreResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreUpdateservicestorecapacityResponse ¶
type TmallServicecenterServicestoreUpdateservicestorecapacityResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreUpdateservicestorecapacityResultBase `json:"result,omitempty" ` }
type TmallServicecenterServicestoreUpdateservicestorecoverserviceResponse ¶
type TmallServicecenterServicestoreUpdateservicestorecoverserviceResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterServicestoreUpdateservicestorecoverserviceResultBase `json:"result,omitempty" ` }
type TmallServicecenterTaskGetResponse ¶
type TmallServicecenterTaskGetResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* ServicePacket<ServiceTaskDO> */ ServiceTaskPacket domain.TmallServicecenterTaskGetServiceTaskPacket `json:"service_task_packet,omitempty" ` }
type TmallServicecenterTaskQueryrefundResponse ¶
type TmallServicecenterTaskQueryrefundResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterTaskQueryrefundResultBase `json:"result,omitempty" ` }
type TmallServicecenterTasksSearchResponse ¶
type TmallServicecenterTasksSearchResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* ServicePacket<ServiceTaskDO> */ ServiceTaskPacket domain.TmallServicecenterTasksSearchServiceTaskPacket `json:"service_task_packet,omitempty" ` }
type TmallServicecenterWorkcardCollectResponse ¶
type TmallServicecenterWorkcardCollectResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 响应结果 */ Result domain.TmallServicecenterWorkcardCollectFulfilplatformResult `json:"result,omitempty" ` }
type TmallServicecenterWorkcardCompleteResponse ¶
type TmallServicecenterWorkcardCompleteResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 响应结果 */ Result domain.TmallServicecenterWorkcardCompleteFulfilplatformResult `json:"result,omitempty" ` }
type TmallServicecenterWorkcardStatusUpdateResponse ¶
type TmallServicecenterWorkcardStatusUpdateResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* 是否执行成功 */ Value bool `json:"value,omitempty" ` /* 返回结果 */ Rs bool `json:"rs,omitempty" ` /* 错误信息 */ ErrorMsgInfo string `json:"error_msg_info,omitempty" ` /* 错误码 */ ErrorCodeValue string `json:"error_code_value,omitempty" ` }
type TmallServicecenterWorkerCreateResponse ¶
type TmallServicecenterWorkerCreateResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterWorkerCreateResultBase `json:"result,omitempty" ` }
type TmallServicecenterWorkerDeleteResponse ¶
type TmallServicecenterWorkerDeleteResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterWorkerDeleteResultBase `json:"result,omitempty" ` }
type TmallServicecenterWorkerQueryResponse ¶
type TmallServicecenterWorkerQueryResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterWorkerQueryResultBase `json:"result,omitempty" ` }
type TmallServicecenterWorkerUpdateResponse ¶
type TmallServicecenterWorkerUpdateResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallServicecenterWorkerUpdateResultBase `json:"result,omitempty" ` }
type TmallWorkcardIdentifyResponse ¶
type TmallWorkcardIdentifyResponse struct { /* System request id */ RequestId string `json:"request_id,omitempty" ` /* System body */ Body string /* result */ Result domain.TmallWorkcardIdentifyResult `json:"result,omitempty" ` }
Source Files ¶
- AlibabaIdleApprizeOrderFulfillmentResponse.go
- AlipayBaoxianClaimUpdateResponse.go
- AlipayBaoxianClaimUploadattachmentResponse.go
- TmallFuwuServiceitemListResponse.go
- TmallMsfIdentifyStatusQueryResponse.go
- TmallMsfReservationResponse.go
- TmallServiceCodeConsumeResponse.go
- TmallServicecenterContractsSearchResponse.go
- TmallServicecenterServiceTypeQueryallResponse.go
- TmallServicecenterServicemonitormessageSearchResponse.go
- TmallServicecenterServicemonitormessageUpdateResponse.go
- TmallServicecenterServicestoreCreateservicestoreResponse.go
- TmallServicecenterServicestoreCreateservicestorecapacityResponse.go
- TmallServicecenterServicestoreCreateservicestorecoverserviceResponse.go
- TmallServicecenterServicestoreDeleteservicestoreResponse.go
- TmallServicecenterServicestoreDeleteservicestorecapacityResponse.go
- TmallServicecenterServicestoreDeleteservicestorecoverserviceResponse.go
- TmallServicecenterServicestoreUpdateservicestoreResponse.go
- TmallServicecenterServicestoreUpdateservicestorecapacityResponse.go
- TmallServicecenterServicestoreUpdateservicestorecoverserviceResponse.go
- TmallServicecenterTaskGetResponse.go
- TmallServicecenterTaskQueryrefundResponse.go
- TmallServicecenterTasksSearchResponse.go
- TmallServicecenterWorkcardCollectResponse.go
- TmallServicecenterWorkcardCompleteResponse.go
- TmallServicecenterWorkcardStatusUpdateResponse.go
- TmallServicecenterWorkerCreateResponse.go
- TmallServicecenterWorkerDeleteResponse.go
- TmallServicecenterWorkerQueryResponse.go
- TmallServicecenterWorkerUpdateResponse.go
- TmallWorkcardIdentifyResponse.go
Click to show internal directories.
Click to hide internal directories.