alihealthcrm

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package alihealthcrm 包含阿里健康-会员管理相关结构体

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaalihealthalipaypfmdietrecordAPIRequest added in v1.3.1

type AlibabaalihealthalipaypfmdietrecordAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthalipaypfmdietrecordAPIRequest 用户每日摄入卡路里总量回传接口 API请求 alibaba.alihealth.alipaypfm.diet.record

用户每日摄入卡路里总量回传接口

func NewAlibabaalihealthalipaypfmdietrecordRequest added in v1.3.1

func NewAlibabaalihealthalipaypfmdietrecordRequest() *AlibabaalihealthalipaypfmdietrecordAPIRequest

NewAlibabaalihealthalipaypfmdietrecordRequest 初始化AlibabaalihealthalipaypfmdietrecordAPIRequest对象

func (AlibabaalihealthalipaypfmdietrecordAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthalipaypfmdietrecordAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthalipaypfmdietrecordAPIRequest) GetDate added in v1.3.1

GetDate Date Getter

func (AlibabaalihealthalipaypfmdietrecordAPIRequest) GetEnergy added in v1.3.1

GetEnergy Energy Getter

func (AlibabaalihealthalipaypfmdietrecordAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthalipaypfmdietrecordAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabaalihealthalipaypfmdietrecordAPIRequest) SetDate added in v1.3.1

SetDate is Date Setter 记录日期,format:yyyy-MM-dd

func (*AlibabaalihealthalipaypfmdietrecordAPIRequest) SetEnergy added in v1.3.1

SetEnergy is Energy Setter 累积摄入卡路里

func (*AlibabaalihealthalipaypfmdietrecordAPIRequest) SetUserId added in v1.3.1

SetUserId is UserId Setter 用户健康ID

type AlibabaalihealthalipaypfmdietrecordAPIResponse added in v1.3.1

type AlibabaalihealthalipaypfmdietrecordAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthalipaypfmdietrecordAPIResponseModel
}

AlibabaalihealthalipaypfmdietrecordAPIResponse 用户每日摄入卡路里总量回传接口 API返回值 alibaba.alihealth.alipaypfm.diet.record

用户每日摄入卡路里总量回传接口

type AlibabaalihealthalipaypfmdietrecordAPIResponseModel added in v1.3.1

type AlibabaalihealthalipaypfmdietrecordAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_alipaypfm_diet_record_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaalihealthalipaypfmdietrecordAPIResponseModel is 用户每日摄入卡路里总量回传接口 成功返回结果

type AlibabaalihealthalipaypfmordersyncAPIRequest added in v1.3.1

type AlibabaalihealthalipaypfmordersyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthalipaypfmordersyncAPIRequest 订单数据回传接口 API请求 alibaba.alihealth.alipaypfm.order.sync

订单数据回传接口,各个isv通过我们渠道产生订单需要回传进行统计

func NewAlibabaalihealthalipaypfmordersyncRequest added in v1.3.1

func NewAlibabaalihealthalipaypfmordersyncRequest() *AlibabaalihealthalipaypfmordersyncAPIRequest

NewAlibabaalihealthalipaypfmordersyncRequest 初始化AlibabaalihealthalipaypfmordersyncAPIRequest对象

func (AlibabaalihealthalipaypfmordersyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthalipaypfmordersyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthalipaypfmordersyncAPIRequest) GetExtParam added in v1.3.1

GetExtParam ExtParam Getter

func (AlibabaalihealthalipaypfmordersyncAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlibabaalihealthalipaypfmordersyncAPIRequest) GetOrderPrice added in v1.3.1

GetOrderPrice OrderPrice Getter

func (AlibabaalihealthalipaypfmordersyncAPIRequest) GetOrderStatus added in v1.3.1

GetOrderStatus OrderStatus Getter

func (AlibabaalihealthalipaypfmordersyncAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthalipaypfmordersyncAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabaalihealthalipaypfmordersyncAPIRequest) SetExtParam added in v1.3.1

func (r *AlibabaalihealthalipaypfmordersyncAPIRequest) SetExtParam(_extParam string) error

SetExtParam is ExtParam Setter 扩展参数

func (*AlibabaalihealthalipaypfmordersyncAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单id

func (*AlibabaalihealthalipaypfmordersyncAPIRequest) SetOrderPrice added in v1.3.1

func (r *AlibabaalihealthalipaypfmordersyncAPIRequest) SetOrderPrice(_orderPrice string) error

SetOrderPrice is OrderPrice Setter 订单价格

func (*AlibabaalihealthalipaypfmordersyncAPIRequest) SetOrderStatus added in v1.3.1

func (r *AlibabaalihealthalipaypfmordersyncAPIRequest) SetOrderStatus(_orderStatus string) error

SetOrderStatus is OrderStatus Setter 订单状态

func (*AlibabaalihealthalipaypfmordersyncAPIRequest) SetUserId added in v1.3.1

SetUserId is UserId Setter user_id

type AlibabaalihealthalipaypfmordersyncAPIResponse added in v1.3.1

type AlibabaalihealthalipaypfmordersyncAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthalipaypfmordersyncAPIResponseModel
}

AlibabaalihealthalipaypfmordersyncAPIResponse 订单数据回传接口 API返回值 alibaba.alihealth.alipaypfm.order.sync

订单数据回传接口,各个isv通过我们渠道产生订单需要回传进行统计

type AlibabaalihealthalipaypfmordersyncAPIResponseModel added in v1.3.1

type AlibabaalihealthalipaypfmordersyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_alipaypfm_order_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaalihealthalipaypfmordersyncAPIResponseModel is 订单数据回传接口 成功返回结果

type AlibabaalihealthbabybaseinfoordersyncAPIRequest added in v1.3.1

type AlibabaalihealthbabybaseinfoordersyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthbabybaseinfoordersyncAPIRequest alibaba.alihealth.baby.baseinfo.order.sync API请求 alibaba.alihealth.baby.baseinfo.order.sync

育学园将订单信息回传给我们

func NewAlibabaalihealthbabybaseinfoordersyncRequest added in v1.3.1

func NewAlibabaalihealthbabybaseinfoordersyncRequest() *AlibabaalihealthbabybaseinfoordersyncAPIRequest

NewAlibabaalihealthbabybaseinfoordersyncRequest 初始化AlibabaalihealthbabybaseinfoordersyncAPIRequest对象

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetAmount added in v1.3.1

GetAmount Amount Getter

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetCommodityId added in v1.3.1

GetCommodityId CommodityId Getter

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetCommodityName added in v1.3.1

GetCommodityName CommodityName Getter

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetOrderTime added in v1.3.1

GetOrderTime OrderTime Getter

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetStatus added in v1.3.1

GetStatus Status Getter

func (AlibabaalihealthbabybaseinfoordersyncAPIRequest) GetTpUserId added in v1.3.1

GetTpUserId TpUserId Getter

func (*AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetAmount added in v1.3.1

SetAmount is Amount Setter 价钱

func (*AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetCommodityId added in v1.3.1

func (r *AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetCommodityId(_commodityId string) error

SetCommodityId is CommodityId Setter 商品id

func (*AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetCommodityName added in v1.3.1

func (r *AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetCommodityName(_commodityName string) error

SetCommodityName is CommodityName Setter 商品名称

func (*AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单id

func (*AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetOrderTime added in v1.3.1

func (r *AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetOrderTime(_orderTime string) error

SetOrderTime is OrderTime Setter 订单时间

func (*AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetStatus added in v1.3.1

SetStatus is Status Setter 状态,1是已支付,2是已退款

func (*AlibabaalihealthbabybaseinfoordersyncAPIRequest) SetTpUserId added in v1.3.1

SetTpUserId is TpUserId Setter 健康id

type AlibabaalihealthbabybaseinfoordersyncAPIResponse added in v1.3.1

type AlibabaalihealthbabybaseinfoordersyncAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthbabybaseinfoordersyncAPIResponseModel
}

AlibabaalihealthbabybaseinfoordersyncAPIResponse alibaba.alihealth.baby.baseinfo.order.sync API返回值 alibaba.alihealth.baby.baseinfo.order.sync

育学园将订单信息回传给我们

type AlibabaalihealthbabybaseinfoordersyncAPIResponseModel added in v1.3.1

type AlibabaalihealthbabybaseinfoordersyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_baby_baseinfo_order_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作提示
	ReturnMsg string `json:"return_msg,omitempty" xml:"return_msg,omitempty"`
	// 操作码
	ReturnCode int64 `json:"return_code,omitempty" xml:"return_code,omitempty"`
}

AlibabaalihealthbabybaseinfoordersyncAPIResponseModel is alibaba.alihealth.baby.baseinfo.order.sync 成功返回结果

type AlibabaalihealthbabyremindbatchsendAPIRequest added in v1.3.1

type AlibabaalihealthbabyremindbatchsendAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthbabyremindbatchsendAPIRequest 批量发送母婴提醒 API请求 alibaba.alihealth.baby.remind.batch.send

批量发送母婴提醒

func NewAlibabaalihealthbabyremindbatchsendRequest added in v1.3.1

func NewAlibabaalihealthbabyremindbatchsendRequest() *AlibabaalihealthbabyremindbatchsendAPIRequest

NewAlibabaalihealthbabyremindbatchsendRequest 初始化AlibabaalihealthbabyremindbatchsendAPIRequest对象

func (AlibabaalihealthbabyremindbatchsendAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthbabyremindbatchsendAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthbabyremindbatchsendAPIRequest) GetBatchRemindRequests added in v1.3.1

GetBatchRemindRequests BatchRemindRequests Getter

func (AlibabaalihealthbabyremindbatchsendAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthbabyremindbatchsendAPIRequest) GetRemindType added in v1.3.1

GetRemindType RemindType Getter

func (*AlibabaalihealthbabyremindbatchsendAPIRequest) SetBatchRemindRequests added in v1.3.1

func (r *AlibabaalihealthbabyremindbatchsendAPIRequest) SetBatchRemindRequests(_batchRemindRequests []BatchRemindRequestDto) error

SetBatchRemindRequests is BatchRemindRequests Setter 批量发送提醒

func (*AlibabaalihealthbabyremindbatchsendAPIRequest) SetRemindType added in v1.3.1

func (r *AlibabaalihealthbabyremindbatchsendAPIRequest) SetRemindType(_remindType int64) error

SetRemindType is RemindType Setter 提醒类型:1-每日任务,2-疫苗提醒,3-产检提醒

type AlibabaalihealthbabyremindbatchsendAPIResponse added in v1.3.1

type AlibabaalihealthbabyremindbatchsendAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthbabyremindbatchsendAPIResponseModel
}

AlibabaalihealthbabyremindbatchsendAPIResponse 批量发送母婴提醒 API返回值 alibaba.alihealth.baby.remind.batch.send

批量发送母婴提醒

type AlibabaalihealthbabyremindbatchsendAPIResponseModel added in v1.3.1

type AlibabaalihealthbabyremindbatchsendAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_baby_remind_batch_send_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaalihealthbabyremindbatchsendAPIResponseModel is 批量发送母婴提醒 成功返回结果

type AlibabaalihealthmedicalbasehospitalsyncAPIRequest added in v1.3.1

type AlibabaalihealthmedicalbasehospitalsyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthmedicalbasehospitalsyncAPIRequest 互联网医院批量导入接口 API请求 alibaba.alihealth.medicalbase.hospital.sync

互联网医院isv批量通过接口批量导入

func NewAlibabaalihealthmedicalbasehospitalsyncRequest added in v1.3.1

func NewAlibabaalihealthmedicalbasehospitalsyncRequest() *AlibabaalihealthmedicalbasehospitalsyncAPIRequest

NewAlibabaalihealthmedicalbasehospitalsyncRequest 初始化AlibabaalihealthmedicalbasehospitalsyncAPIRequest对象

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetAliInterfaceMan added in v1.3.1

GetAliInterfaceMan AliInterfaceMan Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetCategory added in v1.3.1

GetCategory Category Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetCityCode added in v1.3.1

GetCityCode CityCode Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetCompanyName added in v1.3.1

GetCompanyName CompanyName Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetDeliveryChannel added in v1.3.1

GetDeliveryChannel DeliveryChannel Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetDescriptionUrl added in v1.3.1

GetDescriptionUrl DescriptionUrl Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetEmail added in v1.3.1

GetEmail Email Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetFunctions added in v1.3.1

GetFunctions Functions Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetGrade added in v1.3.1

GetGrade Grade Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetHosAddress added in v1.3.1

GetHosAddress HosAddress Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetHosName added in v1.3.1

GetHosName HosName Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetHosType added in v1.3.1

GetHosType HosType Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetIsAuth added in v1.3.1

GetIsAuth IsAuth Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetIsInsurance added in v1.3.1

GetIsInsurance IsInsurance Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetIsPublic added in v1.3.1

GetIsPublic IsPublic Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetIsvHosCode added in v1.3.1

GetIsvHosCode IsvHosCode Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetLat added in v1.3.1

GetLat Lat Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetLon added in v1.3.1

GetLon Lon Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetPhone added in v1.3.1

GetPhone Phone Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetPid added in v1.3.1

GetPid Pid Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetRegionName added in v1.3.1

GetRegionName RegionName Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetServiceInfo added in v1.3.1

GetServiceInfo ServiceInfo Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetServiceWindowUrl added in v1.3.1

GetServiceWindowUrl ServiceWindowUrl Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetShortName added in v1.3.1

GetShortName ShortName Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetSpecial added in v1.3.1

GetSpecial Special Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetTechnicalMan added in v1.3.1

GetTechnicalMan TechnicalMan Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetTelephone added in v1.3.1

GetTelephone Telephone Getter

func (AlibabaalihealthmedicalbasehospitalsyncAPIRequest) GetUnifyCode added in v1.3.1

GetUnifyCode UnifyCode Getter

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetAliInterfaceMan added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetAliInterfaceMan(_aliInterfaceMan string) error

SetAliInterfaceMan is AliInterfaceMan Setter 支付宝BD的姓名

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetCategory added in v1.3.1

SetCategory is Category Setter 综合(general)、专科(special)

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetCityCode added in v1.3.1

SetCityCode is CityCode Setter 所在城市code

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetCompanyName added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetCompanyName(_companyName string) error

SetCompanyName is CompanyName Setter 公司名称

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetDeliveryChannel added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetDeliveryChannel(_deliveryChannel string) error

SetDeliveryChannel is DeliveryChannel Setter 投放阵地alipay aliyy uc quark

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetDescriptionUrl added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetDescriptionUrl(_descriptionUrl string) error

SetDescriptionUrl is DescriptionUrl Setter 医院简介url

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetEmail added in v1.3.1

SetEmail is Email Setter 邮箱地址

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetFunctions added in v1.3.1

SetFunctions is Functions Setter 服务项列表

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetGrade added in v1.3.1

SetGrade is Grade Setter 医院等级

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetHosAddress added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetHosAddress(_hosAddress string) error

SetHosAddress is HosAddress Setter 主院区地址

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetHosName added in v1.3.1

SetHosName is HosName Setter 营业执照上的医院全称

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetHosType added in v1.3.1

SetHosType is HosType Setter 单医院(main)/ 平台(platform)

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetIsAuth added in v1.3.1

SetIsAuth is IsAuth Setter 是否需要用户授权

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetIsInsurance added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetIsInsurance(_isInsurance string) error

SetIsInsurance is IsInsurance Setter 是否支持医保(Y/N)

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetIsPublic added in v1.3.1

SetIsPublic is IsPublic Setter 是否公立医院(Y/N)

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetIsvHosCode added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetIsvHosCode(_isvHosCode string) error

SetIsvHosCode is IsvHosCode Setter isv库里面的hosCode

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetLat added in v1.3.1

SetLat is Lat Setter 主院区纬度

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetLon added in v1.3.1

SetLon is Lon Setter 主院区经度

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetPhone added in v1.3.1

SetPhone is Phone Setter 联系手机

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetPid added in v1.3.1

SetPid is Pid Setter 医院pid

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetRegionName added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetRegionName(_regionName string) error

SetRegionName is RegionName Setter 院区名称

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetServiceInfo added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetServiceInfo(_serviceInfo string) error

SetServiceInfo is ServiceInfo Setter 标签

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetServiceWindowUrl added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetServiceWindowUrl(_serviceWindowUrl string) error

SetServiceWindowUrl is ServiceWindowUrl Setter 生活号或者服务窗url

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetShortName added in v1.3.1

SetShortName is ShortName Setter 医院简称

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetSpecial added in v1.3.1

SetSpecial is Special Setter 自定义科室

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetTechnicalMan added in v1.3.1

func (r *AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetTechnicalMan(_technicalMan string) error

SetTechnicalMan is TechnicalMan Setter 联系人

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetTelephone added in v1.3.1

SetTelephone is Telephone Setter 主院区的联系电话

func (*AlibabaalihealthmedicalbasehospitalsyncAPIRequest) SetUnifyCode added in v1.3.1

SetUnifyCode is UnifyCode Setter 机构编码

type AlibabaalihealthmedicalbasehospitalsyncAPIResponse added in v1.3.1

type AlibabaalihealthmedicalbasehospitalsyncAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthmedicalbasehospitalsyncAPIResponseModel
}

AlibabaalihealthmedicalbasehospitalsyncAPIResponse 互联网医院批量导入接口 API返回值 alibaba.alihealth.medicalbase.hospital.sync

互联网医院isv批量通过接口批量导入

type AlibabaalihealthmedicalbasehospitalsyncAPIResponseModel added in v1.3.1

type AlibabaalihealthmedicalbasehospitalsyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_medicalbase_hospital_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaalihealthmedicalbasehospitalsyncAPIResponseModel is 互联网医院批量导入接口 成功返回结果

type AlibabaalihealthpregnancydatasyncAPIRequest added in v1.3.1

type AlibabaalihealthpregnancydatasyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthpregnancydatasyncAPIRequest 四类数据同步 API请求 alibaba.alihealth.pregnancy.data.sync

经期调整;基础体温;排卵试纸;B超测排数据同步

func NewAlibabaalihealthpregnancydatasyncRequest added in v1.3.1

func NewAlibabaalihealthpregnancydatasyncRequest() *AlibabaalihealthpregnancydatasyncAPIRequest

NewAlibabaalihealthpregnancydatasyncRequest 初始化AlibabaalihealthpregnancydatasyncAPIRequest对象

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetData added in v1.3.1

GetData Data Getter

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetEventType added in v1.3.1

GetEventType EventType Getter

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetMeasureDate added in v1.3.1

GetMeasureDate MeasureDate Getter

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetOperationType added in v1.3.1

GetOperationType OperationType Getter

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetOuterId added in v1.3.1

GetOuterId OuterId Getter

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetPeriodMsg added in v1.3.1

GetPeriodMsg PeriodMsg Getter

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthpregnancydatasyncAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabaalihealthpregnancydatasyncAPIRequest) SetData added in v1.3.1

SetData is Data Setter 四类数据定制化详情

func (*AlibabaalihealthpregnancydatasyncAPIRequest) SetEventType added in v1.3.1

func (r *AlibabaalihealthpregnancydatasyncAPIRequest) SetEventType(_eventType int64) error

SetEventType is EventType Setter 4经期调整;1基础体温;2排卵试纸;3 B超测排

func (*AlibabaalihealthpregnancydatasyncAPIRequest) SetMeasureDate added in v1.3.1

func (r *AlibabaalihealthpregnancydatasyncAPIRequest) SetMeasureDate(_measureDate int64) error

SetMeasureDate is MeasureDate Setter 测量日期

func (*AlibabaalihealthpregnancydatasyncAPIRequest) SetOperationType added in v1.3.1

func (r *AlibabaalihealthpregnancydatasyncAPIRequest) SetOperationType(_operationType int64) error

SetOperationType is OperationType Setter 0-新增 1-修改 2-删除

func (*AlibabaalihealthpregnancydatasyncAPIRequest) SetOuterId added in v1.3.1

SetOuterId is OuterId Setter 三方id

func (*AlibabaalihealthpregnancydatasyncAPIRequest) SetPeriodMsg added in v1.3.1

func (r *AlibabaalihealthpregnancydatasyncAPIRequest) SetPeriodMsg(_periodMsg string) error

SetPeriodMsg is PeriodMsg Setter 经期数据json串

func (*AlibabaalihealthpregnancydatasyncAPIRequest) SetUserId added in v1.3.1

SetUserId is UserId Setter 用户id

type AlibabaalihealthpregnancydatasyncAPIResponse added in v1.3.1

type AlibabaalihealthpregnancydatasyncAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthpregnancydatasyncAPIResponseModel
}

AlibabaalihealthpregnancydatasyncAPIResponse 四类数据同步 API返回值 alibaba.alihealth.pregnancy.data.sync

经期调整;基础体温;排卵试纸;B超测排数据同步

type AlibabaalihealthpregnancydatasyncAPIResponseModel added in v1.3.1

type AlibabaalihealthpregnancydatasyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_pregnancy_data_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
}

AlibabaalihealthpregnancydatasyncAPIResponseModel is 四类数据同步 成功返回结果

type AlibabaalihealthpregnancynavigateinfoqueryAPIRequest added in v1.3.1

type AlibabaalihealthpregnancynavigateinfoqueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthpregnancynavigateinfoqueryAPIRequest 查询底导数据 API请求 alibaba.alihealth.pregnancy.navigateinfo.query

备孕管理--获取底部导航信息

func NewAlibabaalihealthpregnancynavigateinfoqueryRequest added in v1.3.1

func NewAlibabaalihealthpregnancynavigateinfoqueryRequest() *AlibabaalihealthpregnancynavigateinfoqueryAPIRequest

NewAlibabaalihealthpregnancynavigateinfoqueryRequest 初始化AlibabaalihealthpregnancynavigateinfoqueryAPIRequest对象

func (AlibabaalihealthpregnancynavigateinfoqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthpregnancynavigateinfoqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthpregnancynavigateinfoqueryAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthpregnancynavigateinfoqueryAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabaalihealthpregnancynavigateinfoqueryAPIRequest) SetUserId added in v1.3.1

SetUserId is UserId Setter 用户id

type AlibabaalihealthpregnancynavigateinfoqueryAPIResponse added in v1.3.1

type AlibabaalihealthpregnancynavigateinfoqueryAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthpregnancynavigateinfoqueryAPIResponseModel
}

AlibabaalihealthpregnancynavigateinfoqueryAPIResponse 查询底导数据 API返回值 alibaba.alihealth.pregnancy.navigateinfo.query

备孕管理--获取底部导航信息

type AlibabaalihealthpregnancynavigateinfoqueryAPIResponseModel added in v1.3.1

type AlibabaalihealthpregnancynavigateinfoqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_pregnancy_navigateinfo_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果集
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaalihealthpregnancynavigateinfoqueryAPIResponseModel is 查询底导数据 成功返回结果

type AlibabaalihealthpregnancynavigateinfoqueryModel added in v1.3.1

type AlibabaalihealthpregnancynavigateinfoqueryModel struct {
	// list
	List []Content `json:"list,omitempty" xml:"list>content,omitempty"`
}

AlibabaalihealthpregnancynavigateinfoqueryModel 结构体

type AlibabaalihealthpregnancypostsdataAPIRequest added in v1.3.1

type AlibabaalihealthpregnancypostsdataAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthpregnancypostsdataAPIRequest 发回帖子信息同步 API请求 alibaba.alihealth.pregnancy.posts.data

发回帖子信息同步

func NewAlibabaalihealthpregnancypostsdataRequest added in v1.3.1

func NewAlibabaalihealthpregnancypostsdataRequest() *AlibabaalihealthpregnancypostsdataAPIRequest

NewAlibabaalihealthpregnancypostsdataRequest 初始化AlibabaalihealthpregnancypostsdataAPIRequest对象

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetContent added in v1.3.1

GetContent Content Getter

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetDate added in v1.3.1

GetDate Date Getter

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetEventType added in v1.3.1

GetEventType EventType Getter

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetMainId added in v1.3.1

GetMainId MainId Getter

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetPicUrl added in v1.3.1

GetPicUrl PicUrl Getter

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetReplyId added in v1.3.1

GetReplyId ReplyId Getter

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetTitle added in v1.3.1

GetTitle Title Getter

func (AlibabaalihealthpregnancypostsdataAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabaalihealthpregnancypostsdataAPIRequest) SetContent added in v1.3.1

SetContent is Content Setter 内容

func (*AlibabaalihealthpregnancypostsdataAPIRequest) SetDate added in v1.3.1

SetDate is Date Setter 发帖时间

func (*AlibabaalihealthpregnancypostsdataAPIRequest) SetEventType added in v1.3.1

func (r *AlibabaalihealthpregnancypostsdataAPIRequest) SetEventType(_eventType int64) error

SetEventType is EventType Setter 事件类型 0发帖 1回帖

func (*AlibabaalihealthpregnancypostsdataAPIRequest) SetMainId added in v1.3.1

SetMainId is MainId Setter 主贴id

func (*AlibabaalihealthpregnancypostsdataAPIRequest) SetPicUrl added in v1.3.1

SetPicUrl is PicUrl Setter 图片url

func (*AlibabaalihealthpregnancypostsdataAPIRequest) SetReplyId added in v1.3.1

SetReplyId is ReplyId Setter 回帖id

func (*AlibabaalihealthpregnancypostsdataAPIRequest) SetTitle added in v1.3.1

SetTitle is Title Setter 标题

func (*AlibabaalihealthpregnancypostsdataAPIRequest) SetUserId added in v1.3.1

SetUserId is UserId Setter 用户id

type AlibabaalihealthpregnancypostsdataAPIResponse added in v1.3.1

type AlibabaalihealthpregnancypostsdataAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthpregnancypostsdataAPIResponseModel
}

AlibabaalihealthpregnancypostsdataAPIResponse 发回帖子信息同步 API返回值 alibaba.alihealth.pregnancy.posts.data

发回帖子信息同步

type AlibabaalihealthpregnancypostsdataAPIResponseModel added in v1.3.1

type AlibabaalihealthpregnancypostsdataAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_pregnancy_posts_data_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
}

AlibabaalihealthpregnancypostsdataAPIResponseModel is 发回帖子信息同步 成功返回结果

type AlibabaalihealthpregnancyproductgetAPIRequest added in v1.3.1

type AlibabaalihealthpregnancyproductgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthpregnancyproductgetAPIRequest 备孕首页获取达人配置商品 API请求 alibaba.alihealth.pregnancy.product.get

备孕首页获取达人配置商品

func NewAlibabaalihealthpregnancyproductgetRequest added in v1.3.1

func NewAlibabaalihealthpregnancyproductgetRequest() *AlibabaalihealthpregnancyproductgetAPIRequest

NewAlibabaalihealthpregnancyproductgetRequest 初始化AlibabaalihealthpregnancyproductgetAPIRequest对象

func (AlibabaalihealthpregnancyproductgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthpregnancyproductgetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthpregnancyproductgetAPIRequest) GetCurrentPage added in v1.3.1

GetCurrentPage CurrentPage Getter

func (AlibabaalihealthpregnancyproductgetAPIRequest) GetPageSize added in v1.3.1

GetPageSize PageSize Getter

func (AlibabaalihealthpregnancyproductgetAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabaalihealthpregnancyproductgetAPIRequest) GetSceneId added in v1.3.1

GetSceneId SceneId Getter

func (*AlibabaalihealthpregnancyproductgetAPIRequest) SetCurrentPage added in v1.3.1

func (r *AlibabaalihealthpregnancyproductgetAPIRequest) SetCurrentPage(_currentPage int64) error

SetCurrentPage is CurrentPage Setter 起始页码,大于0

func (*AlibabaalihealthpregnancyproductgetAPIRequest) SetPageSize added in v1.3.1

func (r *AlibabaalihealthpregnancyproductgetAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 每页条数

func (*AlibabaalihealthpregnancyproductgetAPIRequest) SetSceneId added in v1.3.1

SetSceneId is SceneId Setter tab页对应id

type AlibabaalihealthpregnancyproductgetAPIResponse added in v1.3.1

type AlibabaalihealthpregnancyproductgetAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthpregnancyproductgetAPIResponseModel
}

AlibabaalihealthpregnancyproductgetAPIResponse 备孕首页获取达人配置商品 API返回值 alibaba.alihealth.pregnancy.product.get

备孕首页获取达人配置商品

type AlibabaalihealthpregnancyproductgetAPIResponseModel added in v1.3.1

type AlibabaalihealthpregnancyproductgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_pregnancy_product_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果集
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaalihealthpregnancyproductgetAPIResponseModel is 备孕首页获取达人配置商品 成功返回结果

type AlibabaalihealthpregnancyproductgetModel added in v1.3.1

type AlibabaalihealthpregnancyproductgetModel struct {
	// 文章列表
	Contents []Contents `json:"contents,omitempty" xml:"contents>contents,omitempty"`
	// 总页数
	TotalPage string `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 总条数
	TotalCount string `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

AlibabaalihealthpregnancyproductgetModel 结构体

type AlibabaalihealthuicuserinfohealthidgetAPIRequest added in v1.3.1

type AlibabaalihealthuicuserinfohealthidgetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaalihealthuicuserinfohealthidgetAPIRequest 获取健康id API请求 alibaba.alihealth.uic.userinfo.healthid.get

根据支付宝用户ID获取用户健康ID

func NewAlibabaalihealthuicuserinfohealthidgetRequest added in v1.3.1

func NewAlibabaalihealthuicuserinfohealthidgetRequest() *AlibabaalihealthuicuserinfohealthidgetAPIRequest

NewAlibabaalihealthuicuserinfohealthidgetRequest 初始化AlibabaalihealthuicuserinfohealthidgetAPIRequest对象

func (AlibabaalihealthuicuserinfohealthidgetAPIRequest) GetAlipayUserId added in v1.3.1

GetAlipayUserId AlipayUserId Getter

func (AlibabaalihealthuicuserinfohealthidgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaalihealthuicuserinfohealthidgetAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaalihealthuicuserinfohealthidgetAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabaalihealthuicuserinfohealthidgetAPIRequest) SetAlipayUserId added in v1.3.1

func (r *AlibabaalihealthuicuserinfohealthidgetAPIRequest) SetAlipayUserId(_alipayUserId string) error

SetAlipayUserId is AlipayUserId Setter 支付宝用户ID

type AlibabaalihealthuicuserinfohealthidgetAPIResponse added in v1.3.1

type AlibabaalihealthuicuserinfohealthidgetAPIResponse struct {
	model.CommonResponse
	AlibabaalihealthuicuserinfohealthidgetAPIResponseModel
}

AlibabaalihealthuicuserinfohealthidgetAPIResponse 获取健康id API返回值 alibaba.alihealth.uic.userinfo.healthid.get

根据支付宝用户ID获取用户健康ID

type AlibabaalihealthuicuserinfohealthidgetAPIResponseModel added in v1.3.1

type AlibabaalihealthuicuserinfohealthidgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_uic_userinfo_healthid_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaalihealthuicuserinfohealthidgetAPIResponseModel is 获取健康id 成功返回结果

type AlibabafmhealthbutlerenergysyncAPIRequest added in v1.3.1

type AlibabafmhealthbutlerenergysyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabafmhealthbutlerenergysyncAPIRequest 同步用户消耗能量 API请求 alibaba.fmhealth.butler.energy.sync

同步用户消耗能量,用户消耗s点或卡路里后,同步给健康平台

func NewAlibabafmhealthbutlerenergysyncRequest added in v1.3.1

func NewAlibabafmhealthbutlerenergysyncRequest() *AlibabafmhealthbutlerenergysyncAPIRequest

NewAlibabafmhealthbutlerenergysyncRequest 初始化AlibabafmhealthbutlerenergysyncAPIRequest对象

func (AlibabafmhealthbutlerenergysyncAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabafmhealthbutlerenergysyncAPIRequest) GetApiParams added in v1.3.1

func (r AlibabafmhealthbutlerenergysyncAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabafmhealthbutlerenergysyncAPIRequest) GetEnergyType added in v1.3.1

GetEnergyType EnergyType Getter

func (AlibabafmhealthbutlerenergysyncAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabafmhealthbutlerenergysyncAPIRequest) GetSport added in v1.3.1

GetSport Sport Getter

func (AlibabafmhealthbutlerenergysyncAPIRequest) GetTarget added in v1.3.1

GetTarget Target Getter

func (AlibabafmhealthbutlerenergysyncAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (AlibabafmhealthbutlerenergysyncAPIRequest) GetValue added in v1.3.1

GetValue Value Getter

func (*AlibabafmhealthbutlerenergysyncAPIRequest) SetEnergyType added in v1.3.1

func (r *AlibabafmhealthbutlerenergysyncAPIRequest) SetEnergyType(_energyType string) error

SetEnergyType is EnergyType Setter “S”- s点 “CAL”- 卡路里

func (*AlibabafmhealthbutlerenergysyncAPIRequest) SetSport added in v1.3.1

SetSport is Sport Setter 每日运动消耗能量值

func (*AlibabafmhealthbutlerenergysyncAPIRequest) SetTarget added in v1.3.1

SetTarget is Target Setter 每日可消耗能量

func (*AlibabafmhealthbutlerenergysyncAPIRequest) SetUserId added in v1.3.1

SetUserId is UserId Setter 阿里用户id

func (*AlibabafmhealthbutlerenergysyncAPIRequest) SetValue added in v1.3.1

SetValue is Value Setter 每日已消耗能量

type AlibabafmhealthbutlerenergysyncAPIResponse added in v1.3.1

type AlibabafmhealthbutlerenergysyncAPIResponse struct {
	model.CommonResponse
	AlibabafmhealthbutlerenergysyncAPIResponseModel
}

AlibabafmhealthbutlerenergysyncAPIResponse 同步用户消耗能量 API返回值 alibaba.fmhealth.butler.energy.sync

同步用户消耗能量,用户消耗s点或卡路里后,同步给健康平台

type AlibabafmhealthbutlerenergysyncAPIResponseModel added in v1.3.1

type AlibabafmhealthbutlerenergysyncAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_fmhealth_butler_energy_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabafmhealthbutlerenergysyncAPIResponseModel is 同步用户消耗能量 成功返回结果

type AlibabafmhealthweightlossplansynclossplanAPIRequest added in v1.3.1

type AlibabafmhealthweightlossplansynclossplanAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabafmhealthweightlossplansynclossplanAPIRequest 减重计划--同步减重计划 API请求 alibaba.fmhealth.weight.lossplan.synclossplan

减重计划--三方同步用户初始化减重计划给我们

func NewAlibabafmhealthweightlossplansynclossplanRequest added in v1.3.1

func NewAlibabafmhealthweightlossplansynclossplanRequest() *AlibabafmhealthweightlossplansynclossplanAPIRequest

NewAlibabafmhealthweightlossplansynclossplanRequest 初始化AlibabafmhealthweightlossplansynclossplanAPIRequest对象

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetBeginDate added in v1.3.1

GetBeginDate BeginDate Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetBirthday added in v1.3.1

GetBirthday Birthday Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetBodyAge added in v1.3.1

GetBodyAge BodyAge Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetFinishDate added in v1.3.1

GetFinishDate FinishDate Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetGender added in v1.3.1

GetGender Gender Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetHeight added in v1.3.1

GetHeight Height Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetLossLevel added in v1.3.1

GetLossLevel LossLevel Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetLossPerWeek added in v1.3.1

GetLossPerWeek LossPerWeek Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetTotalCalorie added in v1.3.1

GetTotalCalorie TotalCalorie Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetTpUserId added in v1.3.1

GetTpUserId TpUserId Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetType added in v1.3.1

GetType Type Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetWeight added in v1.3.1

GetWeight Weight Getter

func (AlibabafmhealthweightlossplansynclossplanAPIRequest) GetWeightGoal added in v1.3.1

GetWeightGoal WeightGoal Getter

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetBeginDate added in v1.3.1

SetBeginDate is BeginDate Setter 减重计划开始时间

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetBirthday added in v1.3.1

SetBirthday is Birthday Setter 生日

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetBodyAge added in v1.3.1

SetBodyAge is BodyAge Setter 体年龄

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetFinishDate added in v1.3.1

SetFinishDate is FinishDate Setter 完成时间

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetGender added in v1.3.1

SetGender is Gender Setter 性别0女 1男

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetHeight added in v1.3.1

SetHeight is Height Setter 身高170 即一米七

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetLossLevel added in v1.3.1

SetLossLevel is LossLevel Setter 减重类型0保持 1减肥

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetLossPerWeek added in v1.3.1

func (r *AlibabafmhealthweightlossplansynclossplanAPIRequest) SetLossPerWeek(_lossPerWeek string) error

SetLossPerWeek is LossPerWeek Setter 每周减重

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetTotalCalorie added in v1.3.1

func (r *AlibabafmhealthweightlossplansynclossplanAPIRequest) SetTotalCalorie(_totalCalorie int64) error

SetTotalCalorie is TotalCalorie Setter 每日可以摄入的标准总量

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetTpUserId added in v1.3.1

SetTpUserId is TpUserId Setter 用户id

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetType added in v1.3.1

SetType is Type Setter 0创建减肥计划调用;1修改调用;

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetWeight added in v1.3.1

SetWeight is Weight Setter 当前体重(今天的体重),单位kg

func (*AlibabafmhealthweightlossplansynclossplanAPIRequest) SetWeightGoal added in v1.3.1

SetWeightGoal is WeightGoal Setter 目标体重

type AlibabafmhealthweightlossplansynclossplanAPIResponse added in v1.3.1

type AlibabafmhealthweightlossplansynclossplanAPIResponse struct {
	model.CommonResponse
	AlibabafmhealthweightlossplansynclossplanAPIResponseModel
}

AlibabafmhealthweightlossplansynclossplanAPIResponse 减重计划--同步减重计划 API返回值 alibaba.fmhealth.weight.lossplan.synclossplan

减重计划--三方同步用户初始化减重计划给我们

type AlibabafmhealthweightlossplansynclossplanAPIResponseModel added in v1.3.1

type AlibabafmhealthweightlossplansynclossplanAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_fmhealth_weight_lossplan_synclossplan_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabafmhealthweightlossplansynclossplanAPIResponseModel is 减重计划--同步减重计划 成功返回结果

type BatchRemindRequestDto

type BatchRemindRequestDto struct {
	// 模板参数,可选,|分割
	Params string `json:"params,omitempty" xml:"params,omitempty"`
	// 访问跳转链接
	VisitUrl string `json:"visit_url,omitempty" xml:"visit_url,omitempty"`
	// 提醒宝宝ID
	BabyId int64 `json:"baby_id,omitempty" xml:"baby_id,omitempty"`
	// 用户健康ID
	TpUserId int64 `json:"tp_user_id,omitempty" xml:"tp_user_id,omitempty"`
}

BatchRemindRequestDto 结构体

type Content

type Content struct {
	// 标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 跳转链接
	Link string `json:"link,omitempty" xml:"link,omitempty"`
	// 卡片code 0=首页 , 2544 =减重卡片,41596=孕产,64999=育儿,5122=备孕
	TagCode string `json:"tag_code,omitempty" xml:"tag_code,omitempty"`
	// 点击后的图标
	ImgUrlClicked string `json:"img_url_clicked,omitempty" xml:"img_url_clicked,omitempty"`
	// 未点击时的图标
	ImgUrl string `json:"img_url,omitempty" xml:"img_url,omitempty"`
	// 字体颜色,第一个为未点击时的,第二个为点击后的
	Color string `json:"color,omitempty" xml:"color,omitempty"`
	// 卡片状态
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 卡片已开启数
	OpenCount int64 `json:"open_count,omitempty" xml:"open_count,omitempty"`
}

Content 结构体

type Contents

type Contents struct {
	// 商品列表
	Items []string `json:"items,omitempty" xml:"items>string,omitempty"`
	// 文章标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 文章标签
	Tags string `json:"tags,omitempty" xml:"tags,omitempty"`
	// 图片
	PhotoUrl string `json:"photo_url,omitempty" xml:"photo_url,omitempty"`
	// 内容
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 链接
	LinkUrl string `json:"link_url,omitempty" xml:"link_url,omitempty"`
	// publishTime
	PublishTime string `json:"publish_time,omitempty" xml:"publish_time,omitempty"`
	// 商品计数
	ItemCount int64 `json:"item_count,omitempty" xml:"item_count,omitempty"`
}

Contents 结构体

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"`
	// model
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

TopResultModel 结构体

Jump to

Keyboard shortcuts

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