Documentation ¶
Overview ¶
Package jym 包含交易猫API相关结构体
Index ¶
- type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest
- func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetApiMethodName() string
- func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetApiParams(params url.Values)
- func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetGameId() int64
- func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetOffGame() bool
- func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetRawParams() model.Params
- func (r *AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) SetGameId(_gameId int64) error
- func (r *AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) SetOffGame(_offGame bool) error
- type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponse
- type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponseModel
- type AlibabaJymIndustryTaskswitchSaveAPIRequest
- func (r AlibabaJymIndustryTaskswitchSaveAPIRequest) GetApiMethodName() string
- func (r AlibabaJymIndustryTaskswitchSaveAPIRequest) GetApiParams(params url.Values)
- func (r AlibabaJymIndustryTaskswitchSaveAPIRequest) GetRawParams() model.Params
- func (r AlibabaJymIndustryTaskswitchSaveAPIRequest) GetTaskSwitchReqDto() *TaskSwitchReqDto
- func (r *AlibabaJymIndustryTaskswitchSaveAPIRequest) SetTaskSwitchReqDto(_taskSwitchReqDto *TaskSwitchReqDto) error
- type AlibabaJymIndustryTaskswitchSaveAPIResponse
- type AlibabaJymIndustryTaskswitchSaveAPIResponseModel
- type AlibabaJymIndustryVmosCommonCallbackAPIRequest
- func (r AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetApiMethodName() string
- func (r AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetApiParams(params url.Values)
- func (r AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetParam0() *CommonCallbackDto
- func (r AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetRawParams() model.Params
- func (r *AlibabaJymIndustryVmosCommonCallbackAPIRequest) SetParam0(_param0 *CommonCallbackDto) error
- type AlibabaJymIndustryVmosCommonCallbackAPIResponse
- type AlibabaJymIndustryVmosCommonCallbackAPIResponseModel
- type CommonCallbackDto
- type RealNameVerifyTopDto
- type TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest
- func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetApiMethodName() string
- func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetApiParams(params url.Values)
- func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetEncryptIdNo() string
- func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetEncryptName() string
- func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetRawParams() model.Params
- func (r *TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) SetEncryptIdNo(_encryptIdNo string) error
- func (r *TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) SetEncryptName(_encryptName string) error
- type TaobaoJymMemberRealnameVerifyWithoutuidAPIResponse
- type TaobaoJymMemberRealnameVerifyWithoutuidAPIResponseModel
- type TaobaoJymMemberRealnameVerifyWithoutuidResultDto
- type TaskSwitchReqDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest ¶ added in v1.2.5
type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest struct { model.Params // contains filtered or unexported fields }
AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest 基于游戏id临时上下架智能发布入口 API请求 alibaba.jym.goods.external.goods.vmos.offon.game
基于游戏id临时上下架智能发布入口
func NewAlibabaJymGoodsExternalGoodsVmosOffonGameRequest ¶ added in v1.2.5
func NewAlibabaJymGoodsExternalGoodsVmosOffonGameRequest() *AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest
NewAlibabaJymGoodsExternalGoodsVmosOffonGameRequest 初始化AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest对象
func (AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetApiMethodName ¶ added in v1.2.5
func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetApiParams ¶ added in v1.2.5
func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetGameId ¶ added in v1.2.5
func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetGameId() int64
GetGameId GameId Getter
func (AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetOffGame ¶ added in v1.2.5
func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetOffGame() bool
GetOffGame OffGame Getter
func (AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetRawParams ¶ added in v1.2.8
func (r AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) SetGameId ¶ added in v1.2.5
func (r *AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) SetGameId(_gameId int64) error
SetGameId is GameId Setter 所需要下架的游戏ID值
func (*AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) SetOffGame ¶ added in v1.2.5
func (r *AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest) SetOffGame(_offGame bool) error
SetOffGame is OffGame Setter offGame是否下架游戏,true代表下架,false代表上架
type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponse ¶ added in v1.2.5
type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponse struct { model.CommonResponse AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponseModel }
AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponse 基于游戏id临时上下架智能发布入口 API返回值 alibaba.jym.goods.external.goods.vmos.offon.game
基于游戏id临时上下架智能发布入口
type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponseModel ¶ added in v1.2.5
type AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponseModel struct { XMLName xml.Name `xml:"alibaba_jym_goods_external_goods_vmos_offon_game_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 状态码 StateCode string `json:"state_code,omitempty" xml:"state_code,omitempty"` // 错误信息 ExtraErrMsg string `json:"extra_err_msg,omitempty" xml:"extra_err_msg,omitempty"` // 调用结果描述 Result string `json:"result,omitempty" xml:"result,omitempty"` // 代表调用成功 Succeed bool `json:"succeed,omitempty" xml:"succeed,omitempty"` }
AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponseModel is 基于游戏id临时上下架智能发布入口 成功返回结果
type AlibabaJymIndustryTaskswitchSaveAPIRequest ¶ added in v1.2.5
type AlibabaJymIndustryTaskswitchSaveAPIRequest struct { model.Params // contains filtered or unexported fields }
AlibabaJymIndustryTaskswitchSaveAPIRequest 行业信息系统开关 API请求 alibaba.jym.industry.taskswitch.save
VMOS回调交易猫行业信息系统
func NewAlibabaJymIndustryTaskswitchSaveRequest ¶ added in v1.2.5
func NewAlibabaJymIndustryTaskswitchSaveRequest() *AlibabaJymIndustryTaskswitchSaveAPIRequest
NewAlibabaJymIndustryTaskswitchSaveRequest 初始化AlibabaJymIndustryTaskswitchSaveAPIRequest对象
func (AlibabaJymIndustryTaskswitchSaveAPIRequest) GetApiMethodName ¶ added in v1.2.5
func (r AlibabaJymIndustryTaskswitchSaveAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabaJymIndustryTaskswitchSaveAPIRequest) GetApiParams ¶ added in v1.2.5
func (r AlibabaJymIndustryTaskswitchSaveAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (AlibabaJymIndustryTaskswitchSaveAPIRequest) GetRawParams ¶ added in v1.2.8
func (r AlibabaJymIndustryTaskswitchSaveAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (AlibabaJymIndustryTaskswitchSaveAPIRequest) GetTaskSwitchReqDto ¶ added in v1.2.5
func (r AlibabaJymIndustryTaskswitchSaveAPIRequest) GetTaskSwitchReqDto() *TaskSwitchReqDto
GetTaskSwitchReqDto TaskSwitchReqDto Getter
func (*AlibabaJymIndustryTaskswitchSaveAPIRequest) SetTaskSwitchReqDto ¶ added in v1.2.5
func (r *AlibabaJymIndustryTaskswitchSaveAPIRequest) SetTaskSwitchReqDto(_taskSwitchReqDto *TaskSwitchReqDto) error
SetTaskSwitchReqDto is TaskSwitchReqDto Setter 开关参数
type AlibabaJymIndustryTaskswitchSaveAPIResponse ¶ added in v1.2.5
type AlibabaJymIndustryTaskswitchSaveAPIResponse struct { model.CommonResponse AlibabaJymIndustryTaskswitchSaveAPIResponseModel }
AlibabaJymIndustryTaskswitchSaveAPIResponse 行业信息系统开关 API返回值 alibaba.jym.industry.taskswitch.save
VMOS回调交易猫行业信息系统
type AlibabaJymIndustryTaskswitchSaveAPIResponseModel ¶ added in v1.2.5
type AlibabaJymIndustryTaskswitchSaveAPIResponseModel struct { XMLName xml.Name `xml:"alibaba_jym_industry_taskswitch_save_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 子集错误码,提供与业务细节使用 SubCodeType string `json:"sub_code_type,omitempty" xml:"sub_code_type,omitempty"` // 子集错误描述,提供与业务细节使用 SubExtraErrMsg string `json:"sub_extra_err_msg,omitempty" xml:"sub_extra_err_msg,omitempty"` // 错误码枚举 StateCode string `json:"state_code,omitempty" xml:"state_code,omitempty"` // 错误详细描述 ExtraErrMsg string `json:"extra_err_msg,omitempty" xml:"extra_err_msg,omitempty"` // true - 成功,false - 失败 Result bool `json:"result,omitempty" xml:"result,omitempty"` // 接口调用结果: true/false IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"` }
AlibabaJymIndustryTaskswitchSaveAPIResponseModel is 行业信息系统开关 成功返回结果
type AlibabaJymIndustryVmosCommonCallbackAPIRequest ¶ added in v1.2.5
type AlibabaJymIndustryVmosCommonCallbackAPIRequest struct { model.Params // contains filtered or unexported fields }
AlibabaJymIndustryVmosCommonCallbackAPIRequest vmos游戏信息采集结果回调通知 API请求 alibaba.jym.industry.vmos.common.callback
vmos游戏信息采集结果回调通知
func NewAlibabaJymIndustryVmosCommonCallbackRequest ¶ added in v1.2.5
func NewAlibabaJymIndustryVmosCommonCallbackRequest() *AlibabaJymIndustryVmosCommonCallbackAPIRequest
NewAlibabaJymIndustryVmosCommonCallbackRequest 初始化AlibabaJymIndustryVmosCommonCallbackAPIRequest对象
func (AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetApiMethodName ¶ added in v1.2.5
func (r AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetApiParams ¶ added in v1.2.5
func (r AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetParam0 ¶ added in v1.2.5
func (r AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetParam0() *CommonCallbackDto
GetParam0 Param0 Getter
func (AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetRawParams ¶ added in v1.2.8
func (r AlibabaJymIndustryVmosCommonCallbackAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*AlibabaJymIndustryVmosCommonCallbackAPIRequest) SetParam0 ¶ added in v1.2.5
func (r *AlibabaJymIndustryVmosCommonCallbackAPIRequest) SetParam0(_param0 *CommonCallbackDto) error
SetParam0 is Param0 Setter 通用回调参数
type AlibabaJymIndustryVmosCommonCallbackAPIResponse ¶ added in v1.2.5
type AlibabaJymIndustryVmosCommonCallbackAPIResponse struct { model.CommonResponse AlibabaJymIndustryVmosCommonCallbackAPIResponseModel }
AlibabaJymIndustryVmosCommonCallbackAPIResponse vmos游戏信息采集结果回调通知 API返回值 alibaba.jym.industry.vmos.common.callback
vmos游戏信息采集结果回调通知
type AlibabaJymIndustryVmosCommonCallbackAPIResponseModel ¶ added in v1.2.5
type AlibabaJymIndustryVmosCommonCallbackAPIResponseModel struct { XMLName xml.Name `xml:"alibaba_jym_industry_vmos_common_callback_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 状态码 StateCode string `json:"state_code,omitempty" xml:"state_code,omitempty"` // 扩展信息错误 ExtraErrMsg string `json:"extra_err_msg,omitempty" xml:"extra_err_msg,omitempty"` }
AlibabaJymIndustryVmosCommonCallbackAPIResponseModel is vmos游戏信息采集结果回调通知 成功返回结果
type CommonCallbackDto ¶ added in v1.2.5
type CommonCallbackDto struct { // 采集任务状态 TaskState string `json:"task_state,omitempty" xml:"task_state,omitempty"` // 采集任务状态描述 TaskMsg string `json:"task_msg,omitempty" xml:"task_msg,omitempty"` // 采集任务结果码 TaskCode string `json:"task_code,omitempty" xml:"task_code,omitempty"` // 业务id BizId string `json:"biz_id,omitempty" xml:"biz_id,omitempty"` // 采集开始时间(时间戳/秒) TaskBeginTime string `json:"task_begin_time,omitempty" xml:"task_begin_time,omitempty"` // 任务id TaskId string `json:"task_id,omitempty" xml:"task_id,omitempty"` // 采集结果 Content string `json:"content,omitempty" xml:"content,omitempty"` }
CommonCallbackDto 结构体
type RealNameVerifyTopDto ¶
type RealNameVerifyTopDto struct { // 实名校验结果信息 VerifyMsg string `json:"verify_msg,omitempty" xml:"verify_msg,omitempty"` // 实名校验结果信息 IdentityCode string `json:"identity_code,omitempty" xml:"identity_code,omitempty"` // 实名校验结果信息 VerifyCode int64 `json:"verify_code,omitempty" xml:"verify_code,omitempty"` }
RealNameVerifyTopDto 结构体
type TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest ¶ added in v1.2.0
type TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest struct { model.Params // contains filtered or unexported fields }
TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest 用户实名认证 API请求 taobao.jym.member.realname.verify.withoutuid
开放用户实名认证接口使用
func NewTaobaoJymMemberRealnameVerifyWithoutuidRequest ¶
func NewTaobaoJymMemberRealnameVerifyWithoutuidRequest() *TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest
NewTaobaoJymMemberRealnameVerifyWithoutuidRequest 初始化TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest对象
func (TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetApiMethodName ¶ added in v1.2.0
func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetApiParams ¶ added in v1.2.0
func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetEncryptIdNo ¶ added in v1.2.0
func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetEncryptIdNo() string
GetEncryptIdNo EncryptIdNo Getter
func (TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetEncryptName ¶ added in v1.2.0
func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetEncryptName() string
GetEncryptName EncryptName Getter
func (TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetRawParams ¶ added in v1.2.8
func (r TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) SetEncryptIdNo ¶ added in v1.2.0
func (r *TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) SetEncryptIdNo(_encryptIdNo string) error
SetEncryptIdNo is EncryptIdNo Setter 加密身份证串
func (*TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) SetEncryptName ¶ added in v1.2.0
func (r *TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest) SetEncryptName(_encryptName string) error
SetEncryptName is EncryptName Setter 加密名字串
type TaobaoJymMemberRealnameVerifyWithoutuidAPIResponse ¶
type TaobaoJymMemberRealnameVerifyWithoutuidAPIResponse struct { model.CommonResponse TaobaoJymMemberRealnameVerifyWithoutuidAPIResponseModel }
TaobaoJymMemberRealnameVerifyWithoutuidAPIResponse 用户实名认证 API返回值 taobao.jym.member.realname.verify.withoutuid
开放用户实名认证接口使用
type TaobaoJymMemberRealnameVerifyWithoutuidAPIResponseModel ¶ added in v1.2.0
type TaobaoJymMemberRealnameVerifyWithoutuidAPIResponseModel struct { XMLName xml.Name `xml:"jym_member_realname_verify_withoutuid_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 实名认证结果 Result *TaobaoJymMemberRealnameVerifyWithoutuidResultDto `json:"result,omitempty" xml:"result,omitempty"` }
TaobaoJymMemberRealnameVerifyWithoutuidAPIResponseModel is 用户实名认证 成功返回结果
type TaobaoJymMemberRealnameVerifyWithoutuidResultDto ¶
type TaobaoJymMemberRealnameVerifyWithoutuidResultDto struct { // 调用接口结果编码 StateCode string `json:"state_code,omitempty" xml:"state_code,omitempty"` // 调用接口异常信息明细 ExtraErrMsg string `json:"extra_err_msg,omitempty" xml:"extra_err_msg,omitempty"` // 1 Result *RealNameVerifyTopDto `json:"result,omitempty" xml:"result,omitempty"` // 调用是否成功 Succ bool `json:"succ,omitempty" xml:"succ,omitempty"` }
TaobaoJymMemberRealnameVerifyWithoutuidResultDto 结构体
type TaskSwitchReqDto ¶ added in v1.2.5
type TaskSwitchReqDto struct { // 游戏ID,0代表所有游戏 GameId string `json:"game_id,omitempty" xml:"game_id,omitempty"` // 原因 Reason string `json:"reason,omitempty" xml:"reason,omitempty"` // 区服 GameServer string `json:"game_server,omitempty" xml:"game_server,omitempty"` // 客户端ID, 0代表所有客户端 ClientId string `json:"client_id,omitempty" xml:"client_id,omitempty"` // 开始时间,格式yyyy-MM-dd HH:mm:ss BeginTime string `json:"begin_time,omitempty" xml:"begin_time,omitempty"` // 结束时间,格式yyyy-MM-dd HH:mm:ss EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"` // 任务类型,0-所有,1-验号,2-发布 TaskType int64 `json:"task_type,omitempty" xml:"task_type,omitempty"` // 操作系统,0-所有,1-安卓,2-IOS OperationSystem int64 `json:"operation_system,omitempty" xml:"operation_system,omitempty"` // 规则状态,1-生效,2-失效 RuleStatus int64 `json:"rule_status,omitempty" xml:"rule_status,omitempty"` }
TaskSwitchReqDto 结构体
Source Files ¶
- AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest.go
- AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponse.go
- AlibabaJymIndustryTaskswitchSaveAPIRequest.go
- AlibabaJymIndustryTaskswitchSaveAPIResponse.go
- AlibabaJymIndustryVmosCommonCallbackAPIRequest.go
- AlibabaJymIndustryVmosCommonCallbackAPIResponse.go
- CommonCallbackDto.go
- RealNameVerifyTopDto.go
- TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest.go
- TaobaoJymMemberRealnameVerifyWithoutuidAPIResponse.go
- TaobaoJymMemberRealnameVerifyWithoutuidResultDto.go
- TaskSwitchReqDto.go
- doc.go