Documentation ¶
Index ¶
- type AlibabaAlihealthExaminationReserveCertificateNotifyAPIResponse
- type AlibabaAlihealthExaminationReserveCertificateNotifyRequest
- func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetApiMethodName() string
- func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetApiParams() url.Values
- func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetCheckNo() string
- func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetReportStatus() string
- func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetReserveNumber() string
- func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetStatusReason() string
- func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetUniqReserveCode() string
- func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetCheckNo(checkNo string) error
- func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetReportStatus(reportStatus string) error
- func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetReserveNumber(reserveNumber string) error
- func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetStatusReason(statusReason string) error
- func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetUniqReserveCode(uniqReserveCode string) error
- type AlibabaAlihealthExaminationReserveCertificateNotifyResponse
- type ReserveStatusResultResponse
- type ServiceResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaAlihealthExaminationReserveCertificateNotifyAPIResponse ¶
type AlibabaAlihealthExaminationReserveCertificateNotifyAPIResponse struct { model.CommonResponse AlibabaAlihealthExaminationReserveCertificateNotifyResponse }
健康证服务商预约结果通知阿里健康 APIResponse alibaba.alihealth.examination.reserve.certificate.notify
当ISV执行完健康证预约成功之后, 调用通知阿里健康
type AlibabaAlihealthExaminationReserveCertificateNotifyRequest ¶
type AlibabaAlihealthExaminationReserveCertificateNotifyRequest struct { model.Params // contains filtered or unexported fields }
健康证服务商预约结果通知阿里健康 APIRequest alibaba.alihealth.examination.reserve.certificate.notify
当ISV执行完健康证预约成功之后, 调用通知阿里健康
func NewAlibabaAlihealthExaminationReserveCertificateNotifyRequest ¶
func NewAlibabaAlihealthExaminationReserveCertificateNotifyRequest() *AlibabaAlihealthExaminationReserveCertificateNotifyRequest
func (AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetApiMethodName ¶
func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetApiMethodName() string
func (AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetApiParams ¶
func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetApiParams() url.Values
func (AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetCheckNo ¶
func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetCheckNo() string
func (AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetReportStatus ¶
func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetReportStatus() string
func (AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetReserveNumber ¶
func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetReserveNumber() string
func (AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetStatusReason ¶
func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetStatusReason() string
func (AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetUniqReserveCode ¶
func (r AlibabaAlihealthExaminationReserveCertificateNotifyRequest) GetUniqReserveCode() string
func (*AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetCheckNo ¶
func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetCheckNo(checkNo string) error
func (*AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetReportStatus ¶
func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetReportStatus(reportStatus string) error
func (*AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetReserveNumber ¶
func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetReserveNumber(reserveNumber string) error
func (*AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetStatusReason ¶
func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetStatusReason(statusReason string) error
func (*AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetUniqReserveCode ¶
func (r *AlibabaAlihealthExaminationReserveCertificateNotifyRequest) SetUniqReserveCode(uniqReserveCode string) error
type AlibabaAlihealthExaminationReserveCertificateNotifyResponse ¶
type AlibabaAlihealthExaminationReserveCertificateNotifyResponse struct { XMLName xml.Name `xml:"alibaba_alihealth_examination_reserve_certificate_notify_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"` }
type ReserveStatusResultResponse ¶
type ReserveStatusResultResponse struct { Msg string `json:"msg,omitempty" xml:"msg,omitempty"` ResponseCode string `json:"response_code,omitempty" xml:"response_code,omitempty"` }
ReserveStatusResultResponse
type ServiceResult ¶
type ServiceResult struct { Data *ReserveStatusResultResponse `json:"data,omitempty" xml:"data,omitempty"` Success bool `json:"success,omitempty" xml:"success,omitempty"` EagleEyeTraceId string `json:"eagle_eye_trace_id,omitempty" xml:"eagle_eye_trace_id,omitempty"` ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"` ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"` }
ServiceResult
Click to show internal directories.
Click to hide internal directories.