legalcase

package
v1.3.3 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 legalcase 包含法务诉讼对外API相关结构体

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaLegalCaseCommonEnumdataAPIRequest

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

AlibabaLegalCaseCommonEnumdataAPIRequest 获取通用枚举值接口 API请求 alibaba.legal.case.common.enumdata

获取通用枚举值接口

func NewAlibabaLegalCaseCommonEnumdataRequest

func NewAlibabaLegalCaseCommonEnumdataRequest() *AlibabaLegalCaseCommonEnumdataAPIRequest

NewAlibabaLegalCaseCommonEnumdataRequest 初始化AlibabaLegalCaseCommonEnumdataAPIRequest对象

func (AlibabaLegalCaseCommonEnumdataAPIRequest) GetApiMethodName

func (r AlibabaLegalCaseCommonEnumdataAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseCommonEnumdataAPIRequest) GetApiParams

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseCommonEnumdataAPIRequest) GetKey

GetKey Key Getter

func (AlibabaLegalCaseCommonEnumdataAPIRequest) GetLang

GetLang Lang Getter

func (AlibabaLegalCaseCommonEnumdataAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaLegalCaseCommonEnumdataAPIRequest) SetKey

SetKey is Key Setter bu

func (*AlibabaLegalCaseCommonEnumdataAPIRequest) SetLang

SetLang is Lang Setter 语言

type AlibabaLegalCaseCommonEnumdataAPIResponse

type AlibabaLegalCaseCommonEnumdataAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseCommonEnumdataAPIResponseModel
}

AlibabaLegalCaseCommonEnumdataAPIResponse 获取通用枚举值接口 API返回值 alibaba.legal.case.common.enumdata

获取通用枚举值接口

type AlibabaLegalCaseCommonEnumdataAPIResponseModel

type AlibabaLegalCaseCommonEnumdataAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_common_enumdata_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaLegalCaseCommonEnumdataAPIResponseModel is 获取通用枚举值接口 成功返回结果

type AlibabaLegalCaseCommonNoticeAPIRequest

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

AlibabaLegalCaseCommonNoticeAPIRequest 消息通知 API请求 alibaba.legal.case.common.notice

同步通知给诉讼系统

func NewAlibabaLegalCaseCommonNoticeRequest

func NewAlibabaLegalCaseCommonNoticeRequest() *AlibabaLegalCaseCommonNoticeAPIRequest

NewAlibabaLegalCaseCommonNoticeRequest 初始化AlibabaLegalCaseCommonNoticeAPIRequest对象

func (AlibabaLegalCaseCommonNoticeAPIRequest) GetApiMethodName

func (r AlibabaLegalCaseCommonNoticeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseCommonNoticeAPIRequest) GetApiParams

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseCommonNoticeAPIRequest) GetCaseId

GetCaseId CaseId Getter

func (AlibabaLegalCaseCommonNoticeAPIRequest) GetEntrustId

GetEntrustId EntrustId Getter

func (AlibabaLegalCaseCommonNoticeAPIRequest) GetNoticeModel

GetNoticeModel NoticeModel Getter

func (AlibabaLegalCaseCommonNoticeAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaLegalCaseCommonNoticeAPIRequest) GetType

GetType Type Getter

func (*AlibabaLegalCaseCommonNoticeAPIRequest) SetCaseId

func (r *AlibabaLegalCaseCommonNoticeAPIRequest) SetCaseId(_caseId int64) error

SetCaseId is CaseId Setter 案件id

func (*AlibabaLegalCaseCommonNoticeAPIRequest) SetEntrustId

func (r *AlibabaLegalCaseCommonNoticeAPIRequest) SetEntrustId(_entrustId int64) error

SetEntrustId is EntrustId Setter 委托id

func (*AlibabaLegalCaseCommonNoticeAPIRequest) SetNoticeModel

func (r *AlibabaLegalCaseCommonNoticeAPIRequest) SetNoticeModel(_noticeModel *NoticeModel) error

SetNoticeModel is NoticeModel Setter 消息模型

func (*AlibabaLegalCaseCommonNoticeAPIRequest) SetType

SetType is Type Setter adminicular_evidence(补充证据)risk_early_warning(风险预警)

type AlibabaLegalCaseCommonNoticeAPIResponse

type AlibabaLegalCaseCommonNoticeAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseCommonNoticeAPIResponseModel
}

AlibabaLegalCaseCommonNoticeAPIResponse 消息通知 API返回值 alibaba.legal.case.common.notice

同步通知给诉讼系统

type AlibabaLegalCaseCommonNoticeAPIResponseModel

type AlibabaLegalCaseCommonNoticeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_common_notice_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// error
	Errcode string `json:"errcode,omitempty" xml:"errcode,omitempty"`
	// content
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// msg
	Errmsg string `json:"errmsg,omitempty" xml:"errmsg,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabaLegalCaseCommonNoticeAPIResponseModel is 消息通知 成功返回结果

type AlibabaLegalCaseCourtTimeUpdateAPIRequest

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

AlibabaLegalCaseCourtTimeUpdateAPIRequest 开庭时间变更 API请求 alibaba.legal.case.court.time.update

修改案件的开庭时间

func NewAlibabaLegalCaseCourtTimeUpdateRequest

func NewAlibabaLegalCaseCourtTimeUpdateRequest() *AlibabaLegalCaseCourtTimeUpdateAPIRequest

NewAlibabaLegalCaseCourtTimeUpdateRequest 初始化AlibabaLegalCaseCourtTimeUpdateAPIRequest对象

func (AlibabaLegalCaseCourtTimeUpdateAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseCourtTimeUpdateAPIRequest) GetApiParams

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseCourtTimeUpdateAPIRequest) GetCaseId

GetCaseId CaseId Getter

func (AlibabaLegalCaseCourtTimeUpdateAPIRequest) GetCourtTime

GetCourtTime CourtTime Getter

func (AlibabaLegalCaseCourtTimeUpdateAPIRequest) GetEntrustId

GetEntrustId EntrustId Getter

func (AlibabaLegalCaseCourtTimeUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaLegalCaseCourtTimeUpdateAPIRequest) SetCaseId

SetCaseId is CaseId Setter 案件id

func (*AlibabaLegalCaseCourtTimeUpdateAPIRequest) SetCourtTime

func (r *AlibabaLegalCaseCourtTimeUpdateAPIRequest) SetCourtTime(_courtTime string) error

SetCourtTime is CourtTime Setter 开庭时间

func (*AlibabaLegalCaseCourtTimeUpdateAPIRequest) SetEntrustId

func (r *AlibabaLegalCaseCourtTimeUpdateAPIRequest) SetEntrustId(_entrustId int64) error

SetEntrustId is EntrustId Setter 委托id

type AlibabaLegalCaseCourtTimeUpdateAPIResponse

type AlibabaLegalCaseCourtTimeUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseCourtTimeUpdateAPIResponseModel
}

AlibabaLegalCaseCourtTimeUpdateAPIResponse 开庭时间变更 API返回值 alibaba.legal.case.court.time.update

修改案件的开庭时间

type AlibabaLegalCaseCourtTimeUpdateAPIResponseModel

type AlibabaLegalCaseCourtTimeUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_court_time_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaLegalCaseCourtTimeUpdateAPIResponseModel is 开庭时间变更 成功返回结果

type AlibabaLegalCaseEntrustCallbackAPIRequest

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

AlibabaLegalCaseEntrustCallbackAPIRequest 委托回调接口 API请求 alibaba.legal.case.entrust.callback

委托回调接口

func NewAlibabaLegalCaseEntrustCallbackRequest

func NewAlibabaLegalCaseEntrustCallbackRequest() *AlibabaLegalCaseEntrustCallbackAPIRequest

NewAlibabaLegalCaseEntrustCallbackRequest 初始化AlibabaLegalCaseEntrustCallbackAPIRequest对象

func (AlibabaLegalCaseEntrustCallbackAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseEntrustCallbackAPIRequest) GetApiParams

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseEntrustCallbackAPIRequest) GetCaseId

GetCaseId CaseId Getter

func (AlibabaLegalCaseEntrustCallbackAPIRequest) GetEntrustId

GetEntrustId EntrustId Getter

func (AlibabaLegalCaseEntrustCallbackAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaLegalCaseEntrustCallbackAPIRequest) SetCaseId

SetCaseId is CaseId Setter 案件id

func (*AlibabaLegalCaseEntrustCallbackAPIRequest) SetEntrustId

func (r *AlibabaLegalCaseEntrustCallbackAPIRequest) SetEntrustId(_entrustId int64) error

SetEntrustId is EntrustId Setter 委托id

type AlibabaLegalCaseEntrustCallbackAPIResponse

type AlibabaLegalCaseEntrustCallbackAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseEntrustCallbackAPIResponseModel
}

AlibabaLegalCaseEntrustCallbackAPIResponse 委托回调接口 API返回值 alibaba.legal.case.entrust.callback

委托回调接口

type AlibabaLegalCaseEntrustCallbackAPIResponseModel

type AlibabaLegalCaseEntrustCallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_entrust_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// void
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// error_code
	ECode string `json:"e_code,omitempty" xml:"e_code,omitempty"`
	// error_msg
	EMsg string `json:"e_msg,omitempty" xml:"e_msg,omitempty"`
}

AlibabaLegalCaseEntrustCallbackAPIResponseModel is 委托回调接口 成功返回结果

type AlibabaLegalCaseEntrustGetAPIRequest

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

AlibabaLegalCaseEntrustGetAPIRequest 委托 API请求 alibaba.legal.case.entrust.get

获取委托案件的基本信息

func NewAlibabaLegalCaseEntrustGetRequest

func NewAlibabaLegalCaseEntrustGetRequest() *AlibabaLegalCaseEntrustGetAPIRequest

NewAlibabaLegalCaseEntrustGetRequest 初始化AlibabaLegalCaseEntrustGetAPIRequest对象

func (AlibabaLegalCaseEntrustGetAPIRequest) GetApiMethodName

func (r AlibabaLegalCaseEntrustGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseEntrustGetAPIRequest) GetApiParams

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseEntrustGetAPIRequest) GetEntrustId

GetEntrustId EntrustId Getter

func (AlibabaLegalCaseEntrustGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaLegalCaseEntrustGetAPIRequest) SetEntrustId

func (r *AlibabaLegalCaseEntrustGetAPIRequest) SetEntrustId(_entrustId int64) error

SetEntrustId is EntrustId Setter 委托id

type AlibabaLegalCaseEntrustGetAPIResponse

type AlibabaLegalCaseEntrustGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseEntrustGetAPIResponseModel
}

AlibabaLegalCaseEntrustGetAPIResponse 委托 API返回值 alibaba.legal.case.entrust.get

获取委托案件的基本信息

type AlibabaLegalCaseEntrustGetAPIResponseModel

type AlibabaLegalCaseEntrustGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_entrust_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaLegalCaseEntrustGetAPIResponseModel is 委托 成功返回结果

type AlibabaLegalCaseMediateRecordSaveAPIRequest

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

AlibabaLegalCaseMediateRecordSaveAPIRequest 新增调解结果 API请求 alibaba.legal.case.mediate.record.save

增加调解沟通记录

func NewAlibabaLegalCaseMediateRecordSaveRequest

func NewAlibabaLegalCaseMediateRecordSaveRequest() *AlibabaLegalCaseMediateRecordSaveAPIRequest

NewAlibabaLegalCaseMediateRecordSaveRequest 初始化AlibabaLegalCaseMediateRecordSaveAPIRequest对象

func (AlibabaLegalCaseMediateRecordSaveAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseMediateRecordSaveAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseMediateRecordSaveAPIRequest) GetCaseId

GetCaseId CaseId Getter

func (AlibabaLegalCaseMediateRecordSaveAPIRequest) GetEntrustId

GetEntrustId EntrustId Getter

func (AlibabaLegalCaseMediateRecordSaveAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaLegalCaseMediateRecordSaveAPIRequest) GetRecord

GetRecord Record Getter

func (*AlibabaLegalCaseMediateRecordSaveAPIRequest) SetCaseId

SetCaseId is CaseId Setter 案件id

func (*AlibabaLegalCaseMediateRecordSaveAPIRequest) SetEntrustId

func (r *AlibabaLegalCaseMediateRecordSaveAPIRequest) SetEntrustId(_entrustId int64) error

SetEntrustId is EntrustId Setter 委托id

func (*AlibabaLegalCaseMediateRecordSaveAPIRequest) SetRecord

SetRecord is Record Setter 记录

type AlibabaLegalCaseMediateRecordSaveAPIResponse

type AlibabaLegalCaseMediateRecordSaveAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseMediateRecordSaveAPIResponseModel
}

AlibabaLegalCaseMediateRecordSaveAPIResponse 新增调解结果 API返回值 alibaba.legal.case.mediate.record.save

增加调解沟通记录

type AlibabaLegalCaseMediateRecordSaveAPIResponseModel

type AlibabaLegalCaseMediateRecordSaveAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_mediate_record_save_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaLegalCaseMediateRecordSaveAPIResponseModel is 新增调解结果 成功返回结果

type AlibabaLegalCaseQuerystandpointSaveAPIRequest added in v1.2.5

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

AlibabaLegalCaseQuerystandpointSaveAPIRequest 法宝侧主动查询反馈 API请求 alibaba.legal.case.querystandpoint.save

法宝侧主动查询反馈口径,此接口只用来反馈主动查询的口径,之前推送的口径反馈不适合

func NewAlibabaLegalCaseQuerystandpointSaveRequest added in v1.2.5

func NewAlibabaLegalCaseQuerystandpointSaveRequest() *AlibabaLegalCaseQuerystandpointSaveAPIRequest

NewAlibabaLegalCaseQuerystandpointSaveRequest 初始化AlibabaLegalCaseQuerystandpointSaveAPIRequest对象

func (AlibabaLegalCaseQuerystandpointSaveAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseQuerystandpointSaveAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseQuerystandpointSaveAPIRequest) GetFeedbackRequestModels added in v1.2.5

GetFeedbackRequestModels FeedbackRequestModels Getter

func (AlibabaLegalCaseQuerystandpointSaveAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaLegalCaseQuerystandpointSaveAPIRequest) SetFeedbackRequestModels added in v1.2.5

func (r *AlibabaLegalCaseQuerystandpointSaveAPIRequest) SetFeedbackRequestModels(_feedbackRequestModels []FeedbackRequestModel) error

SetFeedbackRequestModels is FeedbackRequestModels Setter 反馈列表

type AlibabaLegalCaseQuerystandpointSaveAPIResponse added in v1.2.5

type AlibabaLegalCaseQuerystandpointSaveAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseQuerystandpointSaveAPIResponseModel
}

AlibabaLegalCaseQuerystandpointSaveAPIResponse 法宝侧主动查询反馈 API返回值 alibaba.legal.case.querystandpoint.save

法宝侧主动查询反馈口径,此接口只用来反馈主动查询的口径,之前推送的口径反馈不适合

type AlibabaLegalCaseQuerystandpointSaveAPIResponseModel added in v1.2.5

type AlibabaLegalCaseQuerystandpointSaveAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_querystandpoint_save_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误编码
	ErrorNum string `json:"error_num,omitempty" xml:"error_num,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否反馈传成功
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlibabaLegalCaseQuerystandpointSaveAPIResponseModel is 法宝侧主动查询反馈 成功返回结果

type AlibabaLegalCaseStandpointFeedbackAPIRequest

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

AlibabaLegalCaseStandpointFeedbackAPIRequest 新增或更新 反馈口径(采纳口径/不采纳口径) API请求 alibaba.legal.case.standpoint.feedback

新增或更新 反馈口径(采纳口径/不采纳口径)

func NewAlibabaLegalCaseStandpointFeedbackRequest

func NewAlibabaLegalCaseStandpointFeedbackRequest() *AlibabaLegalCaseStandpointFeedbackAPIRequest

NewAlibabaLegalCaseStandpointFeedbackRequest 初始化AlibabaLegalCaseStandpointFeedbackAPIRequest对象

func (AlibabaLegalCaseStandpointFeedbackAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseStandpointFeedbackAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseStandpointFeedbackAPIRequest) GetFeedbackRequestModel

GetFeedbackRequestModel FeedbackRequestModel Getter

func (AlibabaLegalCaseStandpointFeedbackAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaLegalCaseStandpointFeedbackAPIRequest) SetFeedbackRequestModel

func (r *AlibabaLegalCaseStandpointFeedbackAPIRequest) SetFeedbackRequestModel(_feedbackRequestModel *FeedbackRequestModel) error

SetFeedbackRequestModel is FeedbackRequestModel Setter 反馈对象

type AlibabaLegalCaseStandpointFeedbackAPIResponse

type AlibabaLegalCaseStandpointFeedbackAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseStandpointFeedbackAPIResponseModel
}

AlibabaLegalCaseStandpointFeedbackAPIResponse 新增或更新 反馈口径(采纳口径/不采纳口径) API返回值 alibaba.legal.case.standpoint.feedback

新增或更新 反馈口径(采纳口径/不采纳口径)

type AlibabaLegalCaseStandpointFeedbackAPIResponseModel

type AlibabaLegalCaseStandpointFeedbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_standpoint_feedback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误编码
	Errcode string `json:"errcode,omitempty" xml:"errcode,omitempty"`
	// 错误信息描述
	Errmsg string `json:"errmsg,omitempty" xml:"errmsg,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
	// 成功失败 true/false
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlibabaLegalCaseStandpointFeedbackAPIResponseModel is 新增或更新 反馈口径(采纳口径/不采纳口径) 成功返回结果

type AlibabaLegalCaseStandpointQueryrefAPIRequest

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

AlibabaLegalCaseStandpointQueryrefAPIRequest 查询推送口径信息 API请求 alibaba.legal.case.standpoint.queryref

查询推送口径信息

func NewAlibabaLegalCaseStandpointQueryrefRequest

func NewAlibabaLegalCaseStandpointQueryrefRequest() *AlibabaLegalCaseStandpointQueryrefAPIRequest

NewAlibabaLegalCaseStandpointQueryrefRequest 初始化AlibabaLegalCaseStandpointQueryrefAPIRequest对象

func (AlibabaLegalCaseStandpointQueryrefAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseStandpointQueryrefAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseStandpointQueryrefAPIRequest) GetEntrustId

GetEntrustId EntrustId Getter

func (AlibabaLegalCaseStandpointQueryrefAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaLegalCaseStandpointQueryrefAPIRequest) GetStandpointIds

GetStandpointIds StandpointIds Getter

func (AlibabaLegalCaseStandpointQueryrefAPIRequest) GetSuitId

GetSuitId SuitId Getter

func (*AlibabaLegalCaseStandpointQueryrefAPIRequest) SetEntrustId

func (r *AlibabaLegalCaseStandpointQueryrefAPIRequest) SetEntrustId(_entrustId int64) error

SetEntrustId is EntrustId Setter 委托id

func (*AlibabaLegalCaseStandpointQueryrefAPIRequest) SetStandpointIds

func (r *AlibabaLegalCaseStandpointQueryrefAPIRequest) SetStandpointIds(_standpointIds []string) error

SetStandpointIds is StandpointIds Setter 查询的口径id列表

func (*AlibabaLegalCaseStandpointQueryrefAPIRequest) SetSuitId

SetSuitId is SuitId Setter 案件id

type AlibabaLegalCaseStandpointQueryrefAPIResponse

type AlibabaLegalCaseStandpointQueryrefAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseStandpointQueryrefAPIResponseModel
}

AlibabaLegalCaseStandpointQueryrefAPIResponse 查询推送口径信息 API返回值 alibaba.legal.case.standpoint.queryref

查询推送口径信息

type AlibabaLegalCaseStandpointQueryrefAPIResponseModel

type AlibabaLegalCaseStandpointQueryrefAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_standpoint_queryref_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaLegalCaseStandpointQueryrefAPIResponseModel is 查询推送口径信息 成功返回结果

type AlibabaLegalCaseStandpointQuerystandpointAPIRequest added in v1.2.5

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

AlibabaLegalCaseStandpointQuerystandpointAPIRequest 主动查询口径 API请求 alibaba.legal.case.standpoint.querystandpoint

为法宝侧提供主动查询口径功能,有利于规范外部律师答辩口径.

func NewAlibabaLegalCaseStandpointQuerystandpointRequest added in v1.2.5

func NewAlibabaLegalCaseStandpointQuerystandpointRequest() *AlibabaLegalCaseStandpointQuerystandpointAPIRequest

NewAlibabaLegalCaseStandpointQuerystandpointRequest 初始化AlibabaLegalCaseStandpointQuerystandpointAPIRequest对象

func (AlibabaLegalCaseStandpointQuerystandpointAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseStandpointQuerystandpointAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseStandpointQuerystandpointAPIRequest) GetKeyword added in v1.2.5

GetKeyword Keyword Getter

func (AlibabaLegalCaseStandpointQuerystandpointAPIRequest) GetPageNum added in v1.2.5

GetPageNum PageNum Getter

func (AlibabaLegalCaseStandpointQuerystandpointAPIRequest) GetPageSize added in v1.2.5

GetPageSize PageSize Getter

func (AlibabaLegalCaseStandpointQuerystandpointAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaLegalCaseStandpointQuerystandpointAPIRequest) GetSupplierId added in v1.2.5

GetSupplierId SupplierId Getter

func (*AlibabaLegalCaseStandpointQuerystandpointAPIRequest) SetKeyword added in v1.2.5

SetKeyword is Keyword Setter 口径搜索关键字

func (*AlibabaLegalCaseStandpointQuerystandpointAPIRequest) SetPageNum added in v1.2.5

SetPageNum is PageNum Setter 当前页

func (*AlibabaLegalCaseStandpointQuerystandpointAPIRequest) SetPageSize added in v1.2.5

SetPageSize is PageSize Setter 页大小

func (*AlibabaLegalCaseStandpointQuerystandpointAPIRequest) SetSupplierId added in v1.2.5

SetSupplierId is SupplierId Setter 供应商id

type AlibabaLegalCaseStandpointQuerystandpointAPIResponse added in v1.2.5

type AlibabaLegalCaseStandpointQuerystandpointAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseStandpointQuerystandpointAPIResponseModel
}

AlibabaLegalCaseStandpointQuerystandpointAPIResponse 主动查询口径 API返回值 alibaba.legal.case.standpoint.querystandpoint

为法宝侧提供主动查询口径功能,有利于规范外部律师答辩口径.

type AlibabaLegalCaseStandpointQuerystandpointAPIResponseModel added in v1.2.5

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

AlibabaLegalCaseStandpointQuerystandpointAPIResponseModel is 主动查询口径 成功返回结果

type AlibabaLegalCaseStandpointQuerystandpointResult added in v1.2.5

type AlibabaLegalCaseStandpointQuerystandpointResult struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCode int64 `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 返回内容
	Content *Page `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaLegalCaseStandpointQuerystandpointResult 结构体

type AlibabaLegalCaseStandpointSavestandpointAPIRequest

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

AlibabaLegalCaseStandpointSavestandpointAPIRequest 新增反馈口径 API请求 alibaba.legal.case.standpoint.savestandpoint

新增反馈口径 ,从外部接受反馈的口径

func NewAlibabaLegalCaseStandpointSavestandpointRequest

func NewAlibabaLegalCaseStandpointSavestandpointRequest() *AlibabaLegalCaseStandpointSavestandpointAPIRequest

NewAlibabaLegalCaseStandpointSavestandpointRequest 初始化AlibabaLegalCaseStandpointSavestandpointAPIRequest对象

func (AlibabaLegalCaseStandpointSavestandpointAPIRequest) GetApiMethodName

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalCaseStandpointSavestandpointAPIRequest) GetApiParams

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalCaseStandpointSavestandpointAPIRequest) GetDefenseCaliber

GetDefenseCaliber DefenseCaliber Getter

func (AlibabaLegalCaseStandpointSavestandpointAPIRequest) GetEntrustId

GetEntrustId EntrustId Getter

func (AlibabaLegalCaseStandpointSavestandpointAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaLegalCaseStandpointSavestandpointAPIRequest) GetStandpointDesc

GetStandpointDesc StandpointDesc Getter

func (AlibabaLegalCaseStandpointSavestandpointAPIRequest) GetSubmitPeople

GetSubmitPeople SubmitPeople Getter

func (AlibabaLegalCaseStandpointSavestandpointAPIRequest) GetSuitId

GetSuitId SuitId Getter

func (*AlibabaLegalCaseStandpointSavestandpointAPIRequest) SetDefenseCaliber

func (r *AlibabaLegalCaseStandpointSavestandpointAPIRequest) SetDefenseCaliber(_defenseCaliber string) error

SetDefenseCaliber is DefenseCaliber Setter 答辩口径

func (*AlibabaLegalCaseStandpointSavestandpointAPIRequest) SetEntrustId

SetEntrustId is EntrustId Setter 委托id

func (*AlibabaLegalCaseStandpointSavestandpointAPIRequest) SetStandpointDesc

func (r *AlibabaLegalCaseStandpointSavestandpointAPIRequest) SetStandpointDesc(_standpointDesc string) error

SetStandpointDesc is StandpointDesc Setter 口径描述

func (*AlibabaLegalCaseStandpointSavestandpointAPIRequest) SetSubmitPeople

func (r *AlibabaLegalCaseStandpointSavestandpointAPIRequest) SetSubmitPeople(_submitPeople string) error

SetSubmitPeople is SubmitPeople Setter 提交人

func (*AlibabaLegalCaseStandpointSavestandpointAPIRequest) SetSuitId

SetSuitId is SuitId Setter 案件id

type AlibabaLegalCaseStandpointSavestandpointAPIResponse

type AlibabaLegalCaseStandpointSavestandpointAPIResponse struct {
	model.CommonResponse
	AlibabaLegalCaseStandpointSavestandpointAPIResponseModel
}

AlibabaLegalCaseStandpointSavestandpointAPIResponse 新增反馈口径 API返回值 alibaba.legal.case.standpoint.savestandpoint

新增反馈口径 ,从外部接受反馈的口径

type AlibabaLegalCaseStandpointSavestandpointAPIResponseModel

type AlibabaLegalCaseStandpointSavestandpointAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_case_standpoint_savestandpoint_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误编码
	Errcode string `json:"errcode,omitempty" xml:"errcode,omitempty"`
	// 错误描述
	Errmsg string `json:"errmsg,omitempty" xml:"errmsg,omitempty"`
	// 反馈的新增口径id
	Content int64 `json:"content,omitempty" xml:"content,omitempty"`
	// success
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabaLegalCaseStandpointSavestandpointAPIResponseModel is 新增反馈口径 成功返回结果

type AlibabaLegalSuitFileUploadAPIRequest

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

AlibabaLegalSuitFileUploadAPIRequest 诉讼文件上传接口 API请求 alibaba.legal.suit.file.upload

上传文件接口

func NewAlibabaLegalSuitFileUploadRequest

func NewAlibabaLegalSuitFileUploadRequest() *AlibabaLegalSuitFileUploadAPIRequest

NewAlibabaLegalSuitFileUploadRequest 初始化AlibabaLegalSuitFileUploadAPIRequest对象

func (AlibabaLegalSuitFileUploadAPIRequest) GetApiMethodName

func (r AlibabaLegalSuitFileUploadAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitFileUploadAPIRequest) GetApiParams

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitFileUploadAPIRequest) GetFile

GetFile File Getter

func (AlibabaLegalSuitFileUploadAPIRequest) GetFileName

GetFileName FileName Getter

func (AlibabaLegalSuitFileUploadAPIRequest) GetFileSize

GetFileSize FileSize Getter

func (AlibabaLegalSuitFileUploadAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaLegalSuitFileUploadAPIRequest) GetSignature

GetSignature Signature Getter

func (AlibabaLegalSuitFileUploadAPIRequest) GetTimeStamp

GetTimeStamp TimeStamp Getter

func (*AlibabaLegalSuitFileUploadAPIRequest) SetFile

SetFile is File Setter 文件

func (*AlibabaLegalSuitFileUploadAPIRequest) SetFileName

func (r *AlibabaLegalSuitFileUploadAPIRequest) SetFileName(_fileName string) error

SetFileName is FileName Setter 文件名称

func (*AlibabaLegalSuitFileUploadAPIRequest) SetFileSize

func (r *AlibabaLegalSuitFileUploadAPIRequest) SetFileSize(_fileSize int64) error

SetFileSize is FileSize Setter 文件大小

func (*AlibabaLegalSuitFileUploadAPIRequest) SetSignature

func (r *AlibabaLegalSuitFileUploadAPIRequest) SetSignature(_signature string) error

SetSignature is Signature Setter 签名

func (*AlibabaLegalSuitFileUploadAPIRequest) SetTimeStamp

func (r *AlibabaLegalSuitFileUploadAPIRequest) SetTimeStamp(_timeStamp int64) error

SetTimeStamp is TimeStamp Setter 时间搓

type AlibabaLegalSuitFileUploadAPIResponse

type AlibabaLegalSuitFileUploadAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitFileUploadAPIResponseModel
}

AlibabaLegalSuitFileUploadAPIResponse 诉讼文件上传接口 API返回值 alibaba.legal.suit.file.upload

上传文件接口

type AlibabaLegalSuitFileUploadAPIResponseModel

type AlibabaLegalSuitFileUploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_file_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 失败原因
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 文件上传后的生成的id
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 失败的code枚举
	CodeError string `json:"code_error,omitempty" xml:"code_error,omitempty"`
	// 是否调用成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabaLegalSuitFileUploadAPIResponseModel is 诉讼文件上传接口 成功返回结果

type Children

type Children struct {
	// 文本值
	Text string `json:"text,omitempty" xml:"text,omitempty"`
	// code值
	Value string `json:"value,omitempty" xml:"value,omitempty"`
}

Children 结构体

type Content

type Content struct {
	// 二级值集
	Children []Children `json:"children,omitempty" xml:"children>children,omitempty"`
	// code值
	Value string `json:"value,omitempty" xml:"value,omitempty"`
	// 文本值
	Text string `json:"text,omitempty" xml:"text,omitempty"`
}

Content 结构体

type EntrustModel

type EntrustModel struct {
	// 附件
	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list>file_model,omitempty"`
	// 案件ids
	CaseIds []int64 `json:"case_ids,omitempty" xml:"case_ids>int64,omitempty"`
	// 委托项
	EntrustTypes []string `json:"entrust_types,omitempty" xml:"entrust_types>string,omitempty"`
	// 调解截止时间
	Deadline string `json:"deadline,omitempty" xml:"deadline,omitempty"`
	// 备注
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 委托编号
	EntrustCode string `json:"entrust_code,omitempty" xml:"entrust_code,omitempty"`
	// 委托方名称
	EntrustParty string `json:"entrust_party,omitempty" xml:"entrust_party,omitempty"`
	// 委托人
	EntrustPeople string `json:"entrust_people,omitempty" xml:"entrust_people,omitempty"`
	// 委托时间
	EntrustTime string `json:"entrust_time,omitempty" xml:"entrust_time,omitempty"`
	// lvms委托编号
	LvmsEntrustCode string `json:"lvms_entrust_code,omitempty" xml:"lvms_entrust_code,omitempty"`
	// 主要负责律师
	MainLawyer string `json:"main_lawyer,omitempty" xml:"main_lawyer,omitempty"`
	// 策略和建议
	Suggest string `json:"suggest,omitempty" xml:"suggest,omitempty"`
	// 供应商编号
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 供应商名称
	SupplierName string `json:"supplier_name,omitempty" xml:"supplier_name,omitempty"`
}

EntrustModel 结构体

type FeedbackRequestModel

type FeedbackRequestModel struct {
	// 答辩口径描述
	DefenseCaliber string `json:"defense_caliber,omitempty" xml:"defense_caliber,omitempty"`
	// 类型,法宝主动查询为fabao_query
	FeedBackType string `json:"feed_back_type,omitempty" xml:"feed_back_type,omitempty"`
	// 采纳理由
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
	// 提交人
	SubmitPeople string `json:"submit_people,omitempty" xml:"submit_people,omitempty"`
	// 委托id
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 口径id
	StandpointId int64 `json:"standpoint_id,omitempty" xml:"standpoint_id,omitempty"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 观点版本
	Version int64 `json:"version,omitempty" xml:"version,omitempty"`
	// 是否采纳,主动查询反馈必须为true
	AcceptFlag bool `json:"accept_flag,omitempty" xml:"accept_flag,omitempty"`
}

FeedbackRequestModel 结构体

type FileModel

type FileModel struct {
	// name
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// key
	Key string `json:"key,omitempty" xml:"key,omitempty"`
}

FileModel 结构体

type MediateCommunicationModel

type MediateCommunicationModel struct {
	// 附件
	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list>file_model,omitempty"`
	// 沟通记录
	CommunicateRecord string `json:"communicate_record,omitempty" xml:"communicate_record,omitempty"`
	// 联系电话
	ContactNumber string `json:"contact_number,omitempty" xml:"contact_number,omitempty"`
	// 调解联系人
	ContactPeople string `json:"contact_people,omitempty" xml:"contact_people,omitempty"`
	// 调解联系时间
	ContactTime string `json:"contact_time,omitempty" xml:"contact_time,omitempty"`
	// 调解阶段
	Phase string `json:"phase,omitempty" xml:"phase,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 结果
	Result string `json:"result,omitempty" xml:"result,omitempty"`
	// 结果原因
	ResultReason string `json:"result_reason,omitempty" xml:"result_reason,omitempty"`
	// 解决方案
	Solution string `json:"solution,omitempty" xml:"solution,omitempty"`
	// id新增不用
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 调解金额
	MediateAmount float64 `json:"mediate_amount,omitempty" xml:"mediate_amount,omitempty"`
	// 卖家是否要求积极应诉
	SellerAskRespondent bool `json:"seller_ask_respondent,omitempty" xml:"seller_ask_respondent,omitempty"`
}

MediateCommunicationModel 结构体

type NoticeModel

type NoticeModel struct {
	// 附件
	Attachment []FileModel `json:"attachment,omitempty" xml:"attachment>file_model,omitempty"`
	// 创建人
	Creator string `json:"creator,omitempty" xml:"creator,omitempty"`
	// 消息唯一id
	NoticeId string `json:"notice_id,omitempty" xml:"notice_id,omitempty"`
	// 内容
	Content string `json:"content,omitempty" xml:"content,omitempty"`
}

NoticeModel 结构体

type Option added in v1.2.5

type Option struct {
	// 标题值
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 属性值
	Value string `json:"value,omitempty" xml:"value,omitempty"`
}

Option 结构体

type Page added in v1.2.5

type Page struct {
	// 返回列表
	Datas []StandpointSearchDto `json:"datas,omitempty" xml:"datas>standpoint_search_dto,omitempty"`
	// 当前页
	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

Page 结构体

type RefStandpointModel

type RefStandpointModel struct {
	// 口径描述
	StandpointDesc string `json:"standpoint_desc,omitempty" xml:"standpoint_desc,omitempty"`
	// 答辩口径
	DefenseCaliber string `json:"defense_caliber,omitempty" xml:"defense_caliber,omitempty"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托id
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 口径id
	StandpointId int64 `json:"standpoint_id,omitempty" xml:"standpoint_id,omitempty"`
	// 口径版本
	Version int64 `json:"version,omitempty" xml:"version,omitempty"`
}

RefStandpointModel 结构体

type ServiceResult

type ServiceResult struct {
	// 内容
	Contents []Content `json:"contents,omitempty" xml:"contents>content,omitempty"`
	// errorcode
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// errormasg
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// content
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 错误编码
	Errcode string `json:"errcode,omitempty" xml:"errcode,omitempty"`
	// 错误信息
	Errmsg string `json:"errmsg,omitempty" xml:"errmsg,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

ServiceResult 结构体

type StandpointSearchDto added in v1.2.5

type StandpointSearchDto struct {
	// 扩展属性列表
	Options []Option `json:"options,omitempty" xml:"options>option,omitempty"`
	// 答辩口径
	DefenseCaliber string `json:"defense_caliber,omitempty" xml:"defense_caliber,omitempty"`
	// 生成时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 口径描述
	StandpointDesc string `json:"standpoint_desc,omitempty" xml:"standpoint_desc,omitempty"`
	// 口径id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

StandpointSearchDto 结构体

Jump to

Keyboard shortcuts

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