Documentation ¶
Overview ¶
Package medicalbase 包含阿里健康挂号号源直连相关结构体
Index ¶
- type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest
- func (r AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetApiMethodName() string
- func (r AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetApiParams(params url.Values)
- func (r AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetOrderlSyncDTO() *OrderlSyncDto
- func (r AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetRawParams() model.Params
- func (r *AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) SetOrderlSyncDTO(_orderlSyncDTO *OrderlSyncDto) error
- type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse
- type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponseModel
- type OrderlSyncDto
- type TopResultModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest ¶ added in v1.2.0
type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest struct { model.Params // contains filtered or unexported fields }
AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest 号源直连订单状态同步接口 API请求 alibaba.alihealth.medicalbase.order.status.sync
互联网医院isv批量通过接口批量导入
func NewAlibabaAlihealthMedicalbaseOrderStatusSyncRequest ¶
func NewAlibabaAlihealthMedicalbaseOrderStatusSyncRequest() *AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest
NewAlibabaAlihealthMedicalbaseOrderStatusSyncRequest 初始化AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest对象
func (AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetApiMethodName ¶ added in v1.2.0
func (r AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetApiParams ¶ added in v1.2.0
func (r AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetOrderlSyncDTO ¶ added in v1.2.0
func (r AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetOrderlSyncDTO() *OrderlSyncDto
GetOrderlSyncDTO OrderlSyncDTO Getter
func (AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetRawParams ¶ added in v1.2.8
func (r AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) SetOrderlSyncDTO ¶ added in v1.2.0
func (r *AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) SetOrderlSyncDTO(_orderlSyncDTO *OrderlSyncDto) error
SetOrderlSyncDTO is OrderlSyncDTO Setter 订单信息
type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse ¶
type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse struct { model.CommonResponse AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponseModel }
AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse 号源直连订单状态同步接口 API返回值 alibaba.alihealth.medicalbase.order.status.sync
互联网医院isv批量通过接口批量导入
type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponseModel ¶ added in v1.2.0
type AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponseModel 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"` }
AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponseModel is 号源直连订单状态同步接口 成功返回结果
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 结构体