Documentation ¶
Index ¶
- type AlibabaAlihealthPrescriptionAuthGetAPIResponse
- type AlibabaAlihealthPrescriptionAuthGetRequest
- func (r AlibabaAlihealthPrescriptionAuthGetRequest) GetApiMethodName() string
- func (r AlibabaAlihealthPrescriptionAuthGetRequest) GetApiParams() url.Values
- func (r AlibabaAlihealthPrescriptionAuthGetRequest) GetPrescriptionRequest() *PrescriptionDoctorAuthRequest
- func (r *AlibabaAlihealthPrescriptionAuthGetRequest) SetPrescriptionRequest(prescriptionRequest *PrescriptionDoctorAuthRequest) error
- type AlibabaAlihealthPrescriptionAuthGetResponse
- type PrescriptionDoctorAuthRequest
- type ServiceResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaAlihealthPrescriptionAuthGetAPIResponse ¶
type AlibabaAlihealthPrescriptionAuthGetAPIResponse struct { model.CommonResponse AlibabaAlihealthPrescriptionAuthGetResponse }
阿里健康处方平台获取授权码 APIResponse alibaba.alihealth.prescription.auth.get
获取处方用户授权
type AlibabaAlihealthPrescriptionAuthGetRequest ¶
type AlibabaAlihealthPrescriptionAuthGetRequest struct { model.Params // contains filtered or unexported fields }
阿里健康处方平台获取授权码 APIRequest alibaba.alihealth.prescription.auth.get
获取处方用户授权
func NewAlibabaAlihealthPrescriptionAuthGetRequest ¶
func NewAlibabaAlihealthPrescriptionAuthGetRequest() *AlibabaAlihealthPrescriptionAuthGetRequest
func (AlibabaAlihealthPrescriptionAuthGetRequest) GetApiMethodName ¶
func (r AlibabaAlihealthPrescriptionAuthGetRequest) GetApiMethodName() string
func (AlibabaAlihealthPrescriptionAuthGetRequest) GetApiParams ¶
func (r AlibabaAlihealthPrescriptionAuthGetRequest) GetApiParams() url.Values
func (AlibabaAlihealthPrescriptionAuthGetRequest) GetPrescriptionRequest ¶
func (r AlibabaAlihealthPrescriptionAuthGetRequest) GetPrescriptionRequest() *PrescriptionDoctorAuthRequest
func (*AlibabaAlihealthPrescriptionAuthGetRequest) SetPrescriptionRequest ¶
func (r *AlibabaAlihealthPrescriptionAuthGetRequest) SetPrescriptionRequest(prescriptionRequest *PrescriptionDoctorAuthRequest) error
type AlibabaAlihealthPrescriptionAuthGetResponse ¶
type AlibabaAlihealthPrescriptionAuthGetResponse struct { XMLName xml.Name `xml:"alibaba_alihealth_prescription_auth_get_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"` }
type PrescriptionDoctorAuthRequest ¶
type PrescriptionDoctorAuthRequest struct { DoctorId string `json:"doctor_id,omitempty" xml:"doctor_id,omitempty"` AlipayUserId string `json:"alipay_user_id,omitempty" xml:"alipay_user_id,omitempty"` HospitalId string `json:"hospital_id,omitempty" xml:"hospital_id,omitempty"` }
PrescriptionDoctorAuthRequest
type ServiceResult ¶
type ServiceResult struct { ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"` Data string `json:"data,omitempty" xml:"data,omitempty"` ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"` Success bool `json:"success,omitempty" xml:"success,omitempty"` }
ServiceResult
Click to show internal directories.
Click to hide internal directories.