medicalbase

package
v1.3.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package medicalbase 包含阿里健康挂号号源直连相关结构体

https://open.taobao.com/API.htm?docType=2&docId=55216

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReleaseAlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest added in v1.3.4

func ReleaseAlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest(v *AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest)

ReleaseAlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest 将 AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest 放入 sync.Pool

func ReleaseAlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse added in v1.3.4

func ReleaseAlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse(v *AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse)

ReleaseAlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse 将 AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse 保存到 sync.Pool

func ReleaseOrderlSyncDto added in v1.3.4

func ReleaseOrderlSyncDto(v *OrderlSyncDto)

ReleaseOrderlSyncDto 释放OrderlSyncDto

func ReleaseTopResultModel added in v1.3.4

func ReleaseTopResultModel(v *TopResultModel)

ReleaseTopResultModel 释放TopResultModel

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 GetAlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest added in v1.3.4

func GetAlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest() *AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest

GetAlibabaAlihealthMedicalbaseOrderStatusSyncRequest 从 sync.Pool 获取 AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest

func NewAlibabaAlihealthMedicalbaseOrderStatusSyncRequest

func NewAlibabaAlihealthMedicalbaseOrderStatusSyncRequest() *AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest

NewAlibabaAlihealthMedicalbaseOrderStatusSyncRequest 初始化AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest对象

func (AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetOrderlSyncDTO added in v1.2.0

GetOrderlSyncDTO OrderlSyncDTO Getter

func (AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest) Reset added in v1.3.4

Reset IRequest interface 方法, 清空结构体

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批量通过接口批量导入

func GetAlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse added in v1.3.4

func GetAlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse() *AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse

GetAlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse 从 sync.Pool 获取 AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse

func (*AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse) Reset added in v1.3.4

Reset 清空结构体

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 号源直连订单状态同步接口 成功返回结果

func (*AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponseModel) Reset added in v1.3.4

Reset 清空结构体

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 结构体

func GetOrderlSyncDto added in v1.3.4

func GetOrderlSyncDto() *OrderlSyncDto

GetOrderlSyncDto() 从对象池中获取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 结构体

func GetTopResultModel added in v1.3.4

func GetTopResultModel() *TopResultModel

GetTopResultModel() 从对象池中获取TopResultModel

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL