Documentation ¶
Index ¶
- type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse
- type AlibabaAlihealthMedicalbaseOrderStatusSyncRequest
- func (r AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetApiMethodName() string
- func (r AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetApiParams() url.Values
- func (r AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetOrderlSyncDTO() *OrderlSyncDto
- func (r *AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) SetOrderlSyncDTO(orderlSyncDTO *OrderlSyncDto) error
- type AlibabaAlihealthMedicalbaseOrderStatusSyncResponse
- type OrderlSyncDto
- type TopResultModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse ¶
type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse struct { model.CommonResponse AlibabaAlihealthMedicalbaseOrderStatusSyncResponse }
号源直连订单状态同步接口 API返回值 alibaba.alihealth.medicalbase.order.status.sync
互联网医院isv批量通过接口批量导入
type AlibabaAlihealthMedicalbaseOrderStatusSyncRequest ¶
type AlibabaAlihealthMedicalbaseOrderStatusSyncRequest struct { model.Params // contains filtered or unexported fields }
号源直连订单状态同步接口 API请求 alibaba.alihealth.medicalbase.order.status.sync
互联网医院isv批量通过接口批量导入
func NewAlibabaAlihealthMedicalbaseOrderStatusSyncRequest ¶
func NewAlibabaAlihealthMedicalbaseOrderStatusSyncRequest() *AlibabaAlihealthMedicalbaseOrderStatusSyncRequest
初始化AlibabaAlihealthMedicalbaseOrderStatusSyncRequest对象
func (AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetApiMethodName ¶
func (r AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetApiParams ¶
func (r AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetOrderlSyncDTO ¶
func (r AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) GetOrderlSyncDTO() *OrderlSyncDto
OrderlSyncDTO Getter
func (*AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) SetOrderlSyncDTO ¶
func (r *AlibabaAlihealthMedicalbaseOrderStatusSyncRequest) SetOrderlSyncDTO(orderlSyncDTO *OrderlSyncDto) error
OrderlSyncDTO Setter 订单信息
type AlibabaAlihealthMedicalbaseOrderStatusSyncResponse ¶
type AlibabaAlihealthMedicalbaseOrderStatusSyncResponse struct { XMLName xml.Name `xml:"alibaba_alihealth_medicalbase_order_status_sync_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 和三方交互最外层model对象 Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"` }
号源直连订单状态同步接口 成功返回结果
type OrderlSyncDto ¶
type OrderlSyncDto struct { // 登录用户支付宝ID AlipayId string `json:"alipay_id,omitempty" xml:"alipay_id,omitempty"` // 医院唯一标识 HosOrgNo string `json:"hos_org_no,omitempty" xml:"hos_org_no,omitempty"` // 院区编码 HosDistinctCode string `json:"hos_distinct_code,omitempty" xml:"hos_distinct_code,omitempty"` // 预约ID ReservationId string `json:"reservation_id,omitempty" xml:"reservation_id,omitempty"` // 订单状态 OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"` // 失败原因 Remark string `json:"remark,omitempty" xml:"remark,omitempty"` // 取号密码 OrderPass string `json:"order_pass,omitempty" xml:"order_pass,omitempty"` }
OrderlSyncDto
type TopResultModel ¶
type TopResultModel struct { // 操作说明 MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"` // 操作码 MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"` // isvId Model string `json:"model,omitempty" xml:"model,omitempty"` }
TopResultModel
Click to show internal directories.
Click to hide internal directories.