legalsuit

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 legalsuit 包含司法开放平台相关结构体

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccuserModel

type AccuserModel struct {
	// 承办律师联系方式
	LawyerContact string `json:"lawyer_contact,omitempty" xml:"lawyer_contact,omitempty"`
	// 承办律师姓名
	LawyerName string `json:"lawyer_name,omitempty" xml:"lawyer_name,omitempty"`
	// 承办律所名称
	LawFirmName string `json:"law_firm_name,omitempty" xml:"law_firm_name,omitempty"`
	// 住所地
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 证件编号
	CertifyNumber string `json:"certify_number,omitempty" xml:"certify_number,omitempty"`
	// 证件类型
	CertifyType string `json:"certify_type,omitempty" xml:"certify_type,omitempty"`
	// 联系方式
	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`
	// 名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 序号
	SerialNumber int64 `json:"serial_number,omitempty" xml:"serial_number,omitempty"`
	// 是否为集团公司
	IsAlibabaCompany bool `json:"is_alibaba_company,omitempty" xml:"is_alibaba_company,omitempty"`
}

AccuserModel 结构体

type AfterCourtDetailModel

type AfterCourtDetailModel struct {
	// 附件
	NonEviAttachmentList []FileModel `json:"non_evi_attachment_list,omitempty" xml:"non_evi_attachment_list>file_model,omitempty"`
	// 附件
	EviAttachmentList []FileModel `json:"evi_attachment_list,omitempty" xml:"evi_attachment_list>file_model,omitempty"`
	// 提交时间
	SubmitDate string `json:"submit_date,omitempty" xml:"submit_date,omitempty"`
	// 质证情况
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 证明目的
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 材料简介
	Intro string `json:"intro,omitempty" xml:"intro,omitempty"`
	// 材料名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 附件数量
	NonEviAttachmentCount int64 `json:"non_evi_attachment_count,omitempty" xml:"non_evi_attachment_count,omitempty"`
	// 附件数量
	EviAttachmentCount int64 `json:"evi_attachment_count,omitempty" xml:"evi_attachment_count,omitempty"`
}

AfterCourtDetailModel 结构体

type AfterCourtInfoModel

type AfterCourtInfoModel struct {
	// 附件列表
	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list>file_model,omitempty"`
	// 与当事人沟通内容
	PartyList []FileModel `json:"party_list,omitempty" xml:"party_list>file_model,omitempty"`
	// 与法院沟通内容
	CourtsList []FileModel `json:"courts_list,omitempty" xml:"courts_list>file_model,omitempty"`
	// 非证据材料
	NonEvidenceList []AfterCourtDetailModel `json:"non_evidence_list,omitempty" xml:"non_evidence_list>after_court_detail_model,omitempty"`
	// 证据材料
	EvidenceList []AfterCourtDetailModel `json:"evidence_list,omitempty" xml:"evidence_list>after_court_detail_model,omitempty"`
	// 反馈附件
	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list>file_model,omitempty"`
	// 预测结果
	PredictionResult string `json:"prediction_result,omitempty" xml:"prediction_result,omitempty"`
	// 交流时间
	CommunicationDate string `json:"communication_date,omitempty" xml:"communication_date,omitempty"`
	// 反馈内容
	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`
	// 更新时间
	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`
	// 更新人
	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`
	// 创建时间
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// 创建人
	Founder string `json:"founder,omitempty" xml:"founder,omitempty"`
	// 沟通总结
	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`
	// 代理词要点
	AgentWord string `json:"agent_word,omitempty" xml:"agent_word,omitempty"`
	// 调用时间
	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
	// 备注(主诉)
	Discription string `json:"discription,omitempty" xml:"discription,omitempty"`
	// 附件数量
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`
	// 附件数量
	FeedbackAttachmentCount int64 `json:"feedback_attachment_count,omitempty" xml:"feedback_attachment_count,omitempty"`
	// 反馈id
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托id
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 庭后信息ID,更新时不能为空
	AfterCourtId int64 `json:"after_court_id,omitempty" xml:"after_court_id,omitempty"`
}

AfterCourtInfoModel 结构体

type AlibabalegalnewdraftstandpointqueryAPIRequest added in v1.3.1

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

AlibabalegalnewdraftstandpointqueryAPIRequest 未采纳口径查询(新) API请求 alibaba.legal.newdraftstandpoint.query

未采纳口径查询(新)

func NewAlibabalegalnewdraftstandpointqueryRequest added in v1.3.1

func NewAlibabalegalnewdraftstandpointqueryRequest() *AlibabalegalnewdraftstandpointqueryAPIRequest

NewAlibabalegalnewdraftstandpointqueryRequest 初始化AlibabalegalnewdraftstandpointqueryAPIRequest对象

func (AlibabalegalnewdraftstandpointqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalnewdraftstandpointqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalnewdraftstandpointqueryAPIRequest) GetBusiId added in v1.3.1

GetBusiId BusiId Getter

func (AlibabalegalnewdraftstandpointqueryAPIRequest) GetInputSystemCode added in v1.3.1

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalnewdraftstandpointqueryAPIRequest) GetPageNum added in v1.3.1

GetPageNum PageNum Getter

func (AlibabalegalnewdraftstandpointqueryAPIRequest) GetPageSize added in v1.3.1

GetPageSize PageSize Getter

func (AlibabalegalnewdraftstandpointqueryAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalnewdraftstandpointqueryAPIRequest) SetBusiId added in v1.3.1

SetBusiId is BusiId Setter 业务系统实体id

func (*AlibabalegalnewdraftstandpointqueryAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalnewdraftstandpointqueryAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalnewdraftstandpointqueryAPIRequest) SetPageNum added in v1.3.1

SetPageNum is PageNum Setter 页号

func (*AlibabalegalnewdraftstandpointqueryAPIRequest) SetPageSize added in v1.3.1

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

SetPageSize is PageSize Setter 页大小

type AlibabalegalnewdraftstandpointqueryAPIResponse added in v1.3.1

type AlibabalegalnewdraftstandpointqueryAPIResponse struct {
	model.CommonResponse
	AlibabalegalnewdraftstandpointqueryAPIResponseModel
}

AlibabalegalnewdraftstandpointqueryAPIResponse 未采纳口径查询(新) API返回值 alibaba.legal.newdraftstandpoint.query

未采纳口径查询(新)

type AlibabalegalnewdraftstandpointqueryAPIResponseModel added in v1.3.1

type AlibabalegalnewdraftstandpointqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_newdraftstandpoint_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 100
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回状态
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 分页对象
	Content *Page `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalnewdraftstandpointqueryAPIResponseModel is 未采纳口径查询(新) 成功返回结果

type AlibabalegalstandpointcollectionstandpointqueryAPIRequest added in v1.3.1

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

AlibabalegalstandpointcollectionstandpointqueryAPIRequest 查询收藏口径 API请求 alibaba.legal.standpoint.collectionstandpoint.query

查询收藏口径

func NewAlibabalegalstandpointcollectionstandpointqueryRequest added in v1.3.1

func NewAlibabalegalstandpointcollectionstandpointqueryRequest() *AlibabalegalstandpointcollectionstandpointqueryAPIRequest

NewAlibabalegalstandpointcollectionstandpointqueryRequest 初始化AlibabalegalstandpointcollectionstandpointqueryAPIRequest对象

func (AlibabalegalstandpointcollectionstandpointqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointcollectionstandpointqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointcollectionstandpointqueryAPIRequest) GetBusiId added in v1.3.1

GetBusiId BusiId Getter

func (AlibabalegalstandpointcollectionstandpointqueryAPIRequest) GetInputSystemCode added in v1.3.1

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointcollectionstandpointqueryAPIRequest) GetOperateWorkNo added in v1.3.1

GetOperateWorkNo OperateWorkNo Getter

func (AlibabalegalstandpointcollectionstandpointqueryAPIRequest) GetPageNum added in v1.3.1

GetPageNum PageNum Getter

func (AlibabalegalstandpointcollectionstandpointqueryAPIRequest) GetPageSize added in v1.3.1

GetPageSize PageSize Getter

func (AlibabalegalstandpointcollectionstandpointqueryAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalstandpointcollectionstandpointqueryAPIRequest) SetBusiId added in v1.3.1

SetBusiId is BusiId Setter 实体id

func (*AlibabalegalstandpointcollectionstandpointqueryAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointcollectionstandpointqueryAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointcollectionstandpointqueryAPIRequest) SetOperateWorkNo added in v1.3.1

func (r *AlibabalegalstandpointcollectionstandpointqueryAPIRequest) SetOperateWorkNo(_operateWorkNo string) error

SetOperateWorkNo is OperateWorkNo Setter 操作人

func (*AlibabalegalstandpointcollectionstandpointqueryAPIRequest) SetPageNum added in v1.3.1

SetPageNum is PageNum Setter 页数

func (*AlibabalegalstandpointcollectionstandpointqueryAPIRequest) SetPageSize added in v1.3.1

SetPageSize is PageSize Setter 页大小

type AlibabalegalstandpointcollectionstandpointqueryAPIResponse added in v1.3.1

type AlibabalegalstandpointcollectionstandpointqueryAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointcollectionstandpointqueryAPIResponseModel
}

AlibabalegalstandpointcollectionstandpointqueryAPIResponse 查询收藏口径 API返回值 alibaba.legal.standpoint.collectionstandpoint.query

查询收藏口径

type AlibabalegalstandpointcollectionstandpointqueryAPIResponseModel added in v1.3.1

type AlibabalegalstandpointcollectionstandpointqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_collectionstandpoint_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 系统错误
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 500
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 收藏口径
	Content *Page `json:"content,omitempty" xml:"content,omitempty"`
	// true
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointcollectionstandpointqueryAPIResponseModel is 查询收藏口径 成功返回结果

type AlibabalegalstandpointdeleteAPIRequest added in v1.3.1

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

AlibabalegalstandpointdeleteAPIRequest 删除关联口径 API请求 alibaba.legal.standpoint.delete

删除关联口径

func NewAlibabalegalstandpointdeleteRequest added in v1.3.1

func NewAlibabalegalstandpointdeleteRequest() *AlibabalegalstandpointdeleteAPIRequest

NewAlibabalegalstandpointdeleteRequest 初始化AlibabalegalstandpointdeleteAPIRequest对象

func (AlibabalegalstandpointdeleteAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalstandpointdeleteAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointdeleteAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointdeleteAPIRequest) GetInputSystemCode added in v1.3.1

func (r AlibabalegalstandpointdeleteAPIRequest) GetInputSystemCode() string

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointdeleteAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstandpointdeleteAPIRequest) GetRefrenceId added in v1.3.1

GetRefrenceId RefrenceId Getter

func (AlibabalegalstandpointdeleteAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabalegalstandpointdeleteAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointdeleteAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointdeleteAPIRequest) SetRefrenceId added in v1.3.1

func (r *AlibabalegalstandpointdeleteAPIRequest) SetRefrenceId(_refrenceId int64) error

SetRefrenceId is RefrenceId Setter 关联id

func (*AlibabalegalstandpointdeleteAPIRequest) SetUserId added in v1.3.1

func (r *AlibabalegalstandpointdeleteAPIRequest) SetUserId(_userId string) error

SetUserId is UserId Setter 工号

type AlibabalegalstandpointdeleteAPIResponse added in v1.3.1

type AlibabalegalstandpointdeleteAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointdeleteAPIResponseModel
}

AlibabalegalstandpointdeleteAPIResponse 删除关联口径 API返回值 alibaba.legal.standpoint.delete

删除关联口径

type AlibabalegalstandpointdeleteAPIResponseModel added in v1.3.1

type AlibabalegalstandpointdeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 状态描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 状态code
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
	// 返回内容
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlibabalegalstandpointdeleteAPIResponseModel is 删除关联口径 成功返回结果

type AlibabalegalstandpointderivestandpointqueryAPIRequest added in v1.3.1

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

AlibabalegalstandpointderivestandpointqueryAPIRequest 查询衍生口径 API请求 alibaba.legal.standpoint.derivestandpoint.query

查询衍生口径

func NewAlibabalegalstandpointderivestandpointqueryRequest added in v1.3.1

func NewAlibabalegalstandpointderivestandpointqueryRequest() *AlibabalegalstandpointderivestandpointqueryAPIRequest

NewAlibabalegalstandpointderivestandpointqueryRequest 初始化AlibabalegalstandpointderivestandpointqueryAPIRequest对象

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetBusiId added in v1.3.1

GetBusiId BusiId Getter

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetInputSystemCode added in v1.3.1

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetOperateWorkNo added in v1.3.1

GetOperateWorkNo OperateWorkNo Getter

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetPageNum added in v1.3.1

GetPageNum PageNum Getter

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetPageSize added in v1.3.1

GetPageSize PageSize Getter

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstandpointderivestandpointqueryAPIRequest) GetStandpointId added in v1.3.1

GetStandpointId StandpointId Getter

func (*AlibabalegalstandpointderivestandpointqueryAPIRequest) SetBusiId added in v1.3.1

SetBusiId is BusiId Setter 业务id

func (*AlibabalegalstandpointderivestandpointqueryAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointderivestandpointqueryAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointderivestandpointqueryAPIRequest) SetOperateWorkNo added in v1.3.1

func (r *AlibabalegalstandpointderivestandpointqueryAPIRequest) SetOperateWorkNo(_operateWorkNo string) error

SetOperateWorkNo is OperateWorkNo Setter 操作人

func (*AlibabalegalstandpointderivestandpointqueryAPIRequest) SetPageNum added in v1.3.1

SetPageNum is PageNum Setter 当前页

func (*AlibabalegalstandpointderivestandpointqueryAPIRequest) SetPageSize added in v1.3.1

SetPageSize is PageSize Setter 页大小

func (*AlibabalegalstandpointderivestandpointqueryAPIRequest) SetStandpointId added in v1.3.1

func (r *AlibabalegalstandpointderivestandpointqueryAPIRequest) SetStandpointId(_standpointId int64) error

SetStandpointId is StandpointId Setter 口径id

type AlibabalegalstandpointderivestandpointqueryAPIResponse added in v1.3.1

type AlibabalegalstandpointderivestandpointqueryAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointderivestandpointqueryAPIResponseModel
}

AlibabalegalstandpointderivestandpointqueryAPIResponse 查询衍生口径 API返回值 alibaba.legal.standpoint.derivestandpoint.query

查询衍生口径

type AlibabalegalstandpointderivestandpointqueryAPIResponseModel added in v1.3.1

type AlibabalegalstandpointderivestandpointqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_derivestandpoint_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 衍生口径
	Content *Page `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointderivestandpointqueryAPIResponseModel is 查询衍生口径 成功返回结果

type AlibabalegalstandpointdraftstandpointinsertAPIRequest added in v1.3.1

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

AlibabalegalstandpointdraftstandpointinsertAPIRequest 编辑后新增草稿口径 API请求 alibaba.legal.standpoint.draftstandpoint.insert

编辑后新增草稿口径

func NewAlibabalegalstandpointdraftstandpointinsertRequest added in v1.3.1

func NewAlibabalegalstandpointdraftstandpointinsertRequest() *AlibabalegalstandpointdraftstandpointinsertAPIRequest

NewAlibabalegalstandpointdraftstandpointinsertRequest 初始化AlibabalegalstandpointdraftstandpointinsertAPIRequest对象

func (AlibabalegalstandpointdraftstandpointinsertAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointdraftstandpointinsertAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointdraftstandpointinsertAPIRequest) GetInputSystemCode added in v1.3.1

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointdraftstandpointinsertAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstandpointdraftstandpointinsertAPIRequest) GetStandpointDeriveDraftEpaasDto added in v1.3.1

GetStandpointDeriveDraftEpaasDto StandpointDeriveDraftEpaasDto Getter

func (*AlibabalegalstandpointdraftstandpointinsertAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointdraftstandpointinsertAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointdraftstandpointinsertAPIRequest) SetStandpointDeriveDraftEpaasDto added in v1.3.1

func (r *AlibabalegalstandpointdraftstandpointinsertAPIRequest) SetStandpointDeriveDraftEpaasDto(_standpointDeriveDraftEpaasDto *StandpointDeriveDraftEpaasDto) error

SetStandpointDeriveDraftEpaasDto is StandpointDeriveDraftEpaasDto Setter 口径

type AlibabalegalstandpointdraftstandpointinsertAPIResponse added in v1.3.1

type AlibabalegalstandpointdraftstandpointinsertAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointdraftstandpointinsertAPIResponseModel
}

AlibabalegalstandpointdraftstandpointinsertAPIResponse 编辑后新增草稿口径 API返回值 alibaba.legal.standpoint.draftstandpoint.insert

编辑后新增草稿口径

type AlibabalegalstandpointdraftstandpointinsertAPIResponseModel added in v1.3.1

type AlibabalegalstandpointdraftstandpointinsertAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_draftstandpoint_insert_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 草稿口径id
	Content int64 `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointdraftstandpointinsertAPIResponseModel is 编辑后新增草稿口径 成功返回结果

type AlibabalegalstandpointgetrefAPIRequest added in v1.3.1

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

AlibabalegalstandpointgetrefAPIRequest 查询业务实体关联口径2 API请求 alibaba.legal.standpoint.getref

口径查询

func NewAlibabalegalstandpointgetrefRequest added in v1.3.1

func NewAlibabalegalstandpointgetrefRequest() *AlibabalegalstandpointgetrefAPIRequest

NewAlibabalegalstandpointgetrefRequest 初始化AlibabalegalstandpointgetrefAPIRequest对象

func (AlibabalegalstandpointgetrefAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalstandpointgetrefAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointgetrefAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointgetrefAPIRequest) GetBusiId added in v1.3.1

GetBusiId BusiId Getter

func (AlibabalegalstandpointgetrefAPIRequest) GetInputSystemCode added in v1.3.1

func (r AlibabalegalstandpointgetrefAPIRequest) GetInputSystemCode() string

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointgetrefAPIRequest) GetPageNum added in v1.3.1

GetPageNum PageNum Getter

func (AlibabalegalstandpointgetrefAPIRequest) GetPageSize added in v1.3.1

GetPageSize PageSize Getter

func (AlibabalegalstandpointgetrefAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalstandpointgetrefAPIRequest) SetBusiId added in v1.3.1

func (r *AlibabalegalstandpointgetrefAPIRequest) SetBusiId(_busiId string) error

SetBusiId is BusiId Setter 业务系统实体id

func (*AlibabalegalstandpointgetrefAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointgetrefAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointgetrefAPIRequest) SetPageNum added in v1.3.1

func (r *AlibabalegalstandpointgetrefAPIRequest) SetPageNum(_pageNum int64) error

SetPageNum is PageNum Setter 页号

func (*AlibabalegalstandpointgetrefAPIRequest) SetPageSize added in v1.3.1

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

SetPageSize is PageSize Setter 页面大小

type AlibabalegalstandpointgetrefAPIResponse added in v1.3.1

type AlibabalegalstandpointgetrefAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointgetrefAPIResponseModel
}

AlibabalegalstandpointgetrefAPIResponse 查询业务实体关联口径2 API返回值 alibaba.legal.standpoint.getref

口径查询

type AlibabalegalstandpointgetrefAPIResponseModel added in v1.3.1

type AlibabalegalstandpointgetrefAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_getref_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 系统错误
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回状态
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 分页对象
	Content *Page `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointgetrefAPIResponseModel is 查询业务实体关联口径2 成功返回结果

type AlibabalegalstandpointinsertdraftAPIRequest added in v1.3.1

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

AlibabalegalstandpointinsertdraftAPIRequest 插入草稿 API请求 alibaba.legal.standpoint.insertdraft

插入草稿

func NewAlibabalegalstandpointinsertdraftRequest added in v1.3.1

func NewAlibabalegalstandpointinsertdraftRequest() *AlibabalegalstandpointinsertdraftAPIRequest

NewAlibabalegalstandpointinsertdraftRequest 初始化AlibabalegalstandpointinsertdraftAPIRequest对象

func (AlibabalegalstandpointinsertdraftAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointinsertdraftAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointinsertdraftAPIRequest) GetBusName added in v1.3.1

GetBusName BusName Getter

func (AlibabalegalstandpointinsertdraftAPIRequest) GetBusid added in v1.3.1

GetBusid Busid Getter

func (AlibabalegalstandpointinsertdraftAPIRequest) GetInputSystemCode added in v1.3.1

func (r AlibabalegalstandpointinsertdraftAPIRequest) GetInputSystemCode() string

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointinsertdraftAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstandpointinsertdraftAPIRequest) GetStandpointDraftDto added in v1.3.1

GetStandpointDraftDto StandpointDraftDto Getter

func (*AlibabalegalstandpointinsertdraftAPIRequest) SetBusName added in v1.3.1

SetBusName is BusName Setter busName

func (*AlibabalegalstandpointinsertdraftAPIRequest) SetBusid added in v1.3.1

SetBusid is Busid Setter busid

func (*AlibabalegalstandpointinsertdraftAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointinsertdraftAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointinsertdraftAPIRequest) SetStandpointDraftDto added in v1.3.1

func (r *AlibabalegalstandpointinsertdraftAPIRequest) SetStandpointDraftDto(_standpointDraftDto *StandpointDraftDto) error

SetStandpointDraftDto is StandpointDraftDto Setter 口径对象

type AlibabalegalstandpointinsertdraftAPIResponse added in v1.3.1

type AlibabalegalstandpointinsertdraftAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointinsertdraftAPIResponseModel
}

AlibabalegalstandpointinsertdraftAPIResponse 插入草稿 API返回值 alibaba.legal.standpoint.insertdraft

插入草稿

type AlibabalegalstandpointinsertdraftAPIResponseModel added in v1.3.1

type AlibabalegalstandpointinsertdraftAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_insertdraft_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 状态描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 状态code
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 返回内容
	Content int64 `json:"content,omitempty" xml:"content,omitempty"`
	// 是否调用成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointinsertdraftAPIResponseModel is 插入草稿 成功返回结果

type AlibabalegalstandpointqueryAPIRequest added in v1.3.1

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

AlibabalegalstandpointqueryAPIRequest 口径查询 API请求 alibaba.legal.standpoint.query

口径查询

func NewAlibabalegalstandpointqueryRequest added in v1.3.1

func NewAlibabalegalstandpointqueryRequest() *AlibabalegalstandpointqueryAPIRequest

NewAlibabalegalstandpointqueryRequest 初始化AlibabalegalstandpointqueryAPIRequest对象

func (AlibabalegalstandpointqueryAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalstandpointqueryAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointqueryAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointqueryAPIRequest) GetInputSystemCode added in v1.3.1

func (r AlibabalegalstandpointqueryAPIRequest) GetInputSystemCode() string

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointqueryAPIRequest) GetKeyword added in v1.3.1

GetKeyword Keyword Getter

func (AlibabalegalstandpointqueryAPIRequest) GetPageNum added in v1.3.1

GetPageNum PageNum Getter

func (AlibabalegalstandpointqueryAPIRequest) GetPageSize added in v1.3.1

GetPageSize PageSize Getter

func (AlibabalegalstandpointqueryAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstandpointqueryAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabalegalstandpointqueryAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointqueryAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointqueryAPIRequest) SetKeyword added in v1.3.1

func (r *AlibabalegalstandpointqueryAPIRequest) SetKeyword(_keyword string) error

SetKeyword is Keyword Setter 关键字

func (*AlibabalegalstandpointqueryAPIRequest) SetPageNum added in v1.3.1

func (r *AlibabalegalstandpointqueryAPIRequest) SetPageNum(_pageNum int64) error

SetPageNum is PageNum Setter 页号

func (*AlibabalegalstandpointqueryAPIRequest) SetPageSize added in v1.3.1

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

SetPageSize is PageSize Setter 页面大小

func (*AlibabalegalstandpointqueryAPIRequest) SetUserId added in v1.3.1

func (r *AlibabalegalstandpointqueryAPIRequest) SetUserId(_userId string) error

SetUserId is UserId Setter 用户id

type AlibabalegalstandpointqueryAPIResponse added in v1.3.1

type AlibabalegalstandpointqueryAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointqueryAPIResponseModel
}

AlibabalegalstandpointqueryAPIResponse 口径查询 API返回值 alibaba.legal.standpoint.query

口径查询

type AlibabalegalstandpointqueryAPIResponseModel added in v1.3.1

type AlibabalegalstandpointqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 系统错误
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回状态
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 分页对象
	Content *Page `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointqueryAPIResponseModel is 口径查询 成功返回结果

type AlibabalegalstandpointscenequeryAPIRequest added in v1.3.1

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

AlibabalegalstandpointscenequeryAPIRequest 查询场景 API请求 alibaba.legal.standpoint.scene.query

查询场景

func NewAlibabalegalstandpointscenequeryRequest added in v1.3.1

func NewAlibabalegalstandpointscenequeryRequest() *AlibabalegalstandpointscenequeryAPIRequest

NewAlibabalegalstandpointscenequeryRequest 初始化AlibabalegalstandpointscenequeryAPIRequest对象

func (AlibabalegalstandpointscenequeryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointscenequeryAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointscenequeryAPIRequest) GetInputSystemCode added in v1.3.1

func (r AlibabalegalstandpointscenequeryAPIRequest) GetInputSystemCode() string

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointscenequeryAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalstandpointscenequeryAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointscenequeryAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

type AlibabalegalstandpointscenequeryAPIResponse added in v1.3.1

type AlibabalegalstandpointscenequeryAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointscenequeryAPIResponseModel
}

AlibabalegalstandpointscenequeryAPIResponse 查询场景 API返回值 alibaba.legal.standpoint.scene.query

查询场景

type AlibabalegalstandpointscenequeryAPIResponseModel added in v1.3.1

type AlibabalegalstandpointscenequeryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_scene_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 场景集合
	Content []SceneOption `json:"content,omitempty" xml:"content>scene_option,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointscenequeryAPIResponseModel is 查询场景 成功返回结果

type AlibabalegalstandpointstandpointcollectionAPIRequest added in v1.3.1

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

AlibabalegalstandpointstandpointcollectionAPIRequest 收藏|取消收藏 API请求 alibaba.legal.standpoint.standpoint.collection

收藏|取消收藏

func NewAlibabalegalstandpointstandpointcollectionRequest added in v1.3.1

func NewAlibabalegalstandpointstandpointcollectionRequest() *AlibabalegalstandpointstandpointcollectionAPIRequest

NewAlibabalegalstandpointstandpointcollectionRequest 初始化AlibabalegalstandpointstandpointcollectionAPIRequest对象

func (AlibabalegalstandpointstandpointcollectionAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointstandpointcollectionAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointstandpointcollectionAPIRequest) GetCollectionFlag added in v1.3.1

GetCollectionFlag CollectionFlag Getter

func (AlibabalegalstandpointstandpointcollectionAPIRequest) GetInputSystemCode added in v1.3.1

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointstandpointcollectionAPIRequest) GetOperateName added in v1.3.1

GetOperateName OperateName Getter

func (AlibabalegalstandpointstandpointcollectionAPIRequest) GetOperateWorkNo added in v1.3.1

GetOperateWorkNo OperateWorkNo Getter

func (AlibabalegalstandpointstandpointcollectionAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstandpointstandpointcollectionAPIRequest) GetStandpointId added in v1.3.1

GetStandpointId StandpointId Getter

func (*AlibabalegalstandpointstandpointcollectionAPIRequest) SetCollectionFlag added in v1.3.1

func (r *AlibabalegalstandpointstandpointcollectionAPIRequest) SetCollectionFlag(_collectionFlag string) error

SetCollectionFlag is CollectionFlag Setter 收藏

func (*AlibabalegalstandpointstandpointcollectionAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointstandpointcollectionAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointstandpointcollectionAPIRequest) SetOperateName added in v1.3.1

func (r *AlibabalegalstandpointstandpointcollectionAPIRequest) SetOperateName(_operateName string) error

SetOperateName is OperateName Setter 操作人名称

func (*AlibabalegalstandpointstandpointcollectionAPIRequest) SetOperateWorkNo added in v1.3.1

func (r *AlibabalegalstandpointstandpointcollectionAPIRequest) SetOperateWorkNo(_operateWorkNo string) error

SetOperateWorkNo is OperateWorkNo Setter 操作人

func (*AlibabalegalstandpointstandpointcollectionAPIRequest) SetStandpointId added in v1.3.1

func (r *AlibabalegalstandpointstandpointcollectionAPIRequest) SetStandpointId(_standpointId int64) error

SetStandpointId is StandpointId Setter 口径id

type AlibabalegalstandpointstandpointcollectionAPIResponse added in v1.3.1

type AlibabalegalstandpointstandpointcollectionAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointstandpointcollectionAPIResponseModel
}

AlibabalegalstandpointstandpointcollectionAPIResponse 收藏|取消收藏 API返回值 alibaba.legal.standpoint.standpoint.collection

收藏|取消收藏

type AlibabalegalstandpointstandpointcollectionAPIResponseModel added in v1.3.1

type AlibabalegalstandpointstandpointcollectionAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_standpoint_collection_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 500
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// true
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
	// true
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlibabalegalstandpointstandpointcollectionAPIResponseModel is 收藏|取消收藏 成功返回结果

type AlibabalegalstandpointstandpointqueryAPIRequest added in v1.3.1

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

AlibabalegalstandpointstandpointqueryAPIRequest 查询具体口径 API请求 alibaba.legal.standpoint.standpoint.query

查询具体口径

func NewAlibabalegalstandpointstandpointqueryRequest added in v1.3.1

func NewAlibabalegalstandpointstandpointqueryRequest() *AlibabalegalstandpointstandpointqueryAPIRequest

NewAlibabalegalstandpointstandpointqueryRequest 初始化AlibabalegalstandpointstandpointqueryAPIRequest对象

func (AlibabalegalstandpointstandpointqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointstandpointqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointstandpointqueryAPIRequest) GetInputSystemCode added in v1.3.1

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointstandpointqueryAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstandpointstandpointqueryAPIRequest) GetStandpointId added in v1.3.1

GetStandpointId StandpointId Getter

func (*AlibabalegalstandpointstandpointqueryAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointstandpointqueryAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointstandpointqueryAPIRequest) SetStandpointId added in v1.3.1

func (r *AlibabalegalstandpointstandpointqueryAPIRequest) SetStandpointId(_standpointId int64) error

SetStandpointId is StandpointId Setter 口径id

type AlibabalegalstandpointstandpointqueryAPIResponse added in v1.3.1

type AlibabalegalstandpointstandpointqueryAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointstandpointqueryAPIResponseModel
}

AlibabalegalstandpointstandpointqueryAPIResponse 查询具体口径 API返回值 alibaba.legal.standpoint.standpoint.query

查询具体口径

type AlibabalegalstandpointstandpointqueryAPIResponseModel added in v1.3.1

type AlibabalegalstandpointstandpointqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_standpoint_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 输出对象
	Content *StandpointOutPutDto `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointstandpointqueryAPIResponseModel is 查询具体口径 成功返回结果

type AlibabalegalstandpointstandpointqueryallAPIRequest added in v1.3.1

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

AlibabalegalstandpointstandpointqueryallAPIRequest 滑动查询口径 API请求 alibaba.legal.standpoint.standpoint.queryall

滑动查询口径

func NewAlibabalegalstandpointstandpointqueryallRequest added in v1.3.1

func NewAlibabalegalstandpointstandpointqueryallRequest() *AlibabalegalstandpointstandpointqueryallAPIRequest

NewAlibabalegalstandpointstandpointqueryallRequest 初始化AlibabalegalstandpointstandpointqueryallAPIRequest对象

func (AlibabalegalstandpointstandpointqueryallAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointstandpointqueryallAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointstandpointqueryallAPIRequest) GetInputSystemCode added in v1.3.1

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointstandpointqueryallAPIRequest) GetQueryParam added in v1.3.1

GetQueryParam QueryParam Getter

func (AlibabalegalstandpointstandpointqueryallAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalstandpointstandpointqueryallAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointstandpointqueryallAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointstandpointqueryallAPIRequest) SetQueryParam added in v1.3.1

SetQueryParam is QueryParam Setter 滑动查询参数

type AlibabalegalstandpointstandpointqueryallAPIResponse added in v1.3.1

type AlibabalegalstandpointstandpointqueryallAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointstandpointqueryallAPIResponseModel
}

AlibabalegalstandpointstandpointqueryallAPIResponse 滑动查询口径 API返回值 alibaba.legal.standpoint.standpoint.queryall

滑动查询口径

type AlibabalegalstandpointstandpointqueryallAPIResponseModel added in v1.3.1

type AlibabalegalstandpointstandpointqueryallAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_standpoint_queryall_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 口径
	Content []StandpointOutPutDto `json:"content,omitempty" xml:"content>standpoint_out_put_dto,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误编码
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointstandpointqueryallAPIResponseModel is 滑动查询口径 成功返回结果

type AlibabalegalstandpointstandpointtreequeryAPIRequest added in v1.3.1

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

AlibabalegalstandpointstandpointtreequeryAPIRequest 查询口径树目录 API请求 alibaba.legal.standpoint.standpointtree.query

查询口径树目录

func NewAlibabalegalstandpointstandpointtreequeryRequest added in v1.3.1

func NewAlibabalegalstandpointstandpointtreequeryRequest() *AlibabalegalstandpointstandpointtreequeryAPIRequest

NewAlibabalegalstandpointstandpointtreequeryRequest 初始化AlibabalegalstandpointstandpointtreequeryAPIRequest对象

func (AlibabalegalstandpointstandpointtreequeryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstandpointstandpointtreequeryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstandpointstandpointtreequeryAPIRequest) GetInputSystemCode added in v1.3.1

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstandpointstandpointtreequeryAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstandpointstandpointtreequeryAPIRequest) GetSceneId added in v1.3.1

GetSceneId SceneId Getter

func (*AlibabalegalstandpointstandpointtreequeryAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstandpointstandpointtreequeryAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstandpointstandpointtreequeryAPIRequest) SetSceneId added in v1.3.1

SetSceneId is SceneId Setter 场景id

type AlibabalegalstandpointstandpointtreequeryAPIResponse added in v1.3.1

type AlibabalegalstandpointstandpointtreequeryAPIResponse struct {
	model.CommonResponse
	AlibabalegalstandpointstandpointtreequeryAPIResponseModel
}

AlibabalegalstandpointstandpointtreequeryAPIResponse 查询口径树目录 API返回值 alibaba.legal.standpoint.standpointtree.query

查询口径树目录

type AlibabalegalstandpointstandpointtreequeryAPIResponseModel added in v1.3.1

type AlibabalegalstandpointstandpointtreequeryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_standpoint_standpointtree_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 口径树目录
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalstandpointstandpointtreequeryAPIResponseModel is 查询口径树目录 成功返回结果

type AlibabalegalstanpointacceptAPIRequest added in v1.3.1

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

AlibabalegalstanpointacceptAPIRequest 采纳口径 API请求 alibaba.legal.stanpoint.accept

采纳口径

func NewAlibabalegalstanpointacceptRequest added in v1.3.1

func NewAlibabalegalstanpointacceptRequest() *AlibabalegalstanpointacceptAPIRequest

NewAlibabalegalstanpointacceptRequest 初始化AlibabalegalstanpointacceptAPIRequest对象

func (AlibabalegalstanpointacceptAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalstanpointacceptAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalstanpointacceptAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalstanpointacceptAPIRequest) GetBusiId added in v1.3.1

GetBusiId BusiId Getter

func (AlibabalegalstanpointacceptAPIRequest) GetInputSystemCode added in v1.3.1

func (r AlibabalegalstanpointacceptAPIRequest) GetInputSystemCode() string

GetInputSystemCode InputSystemCode Getter

func (AlibabalegalstanpointacceptAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalstanpointacceptAPIRequest) GetStandpointIds added in v1.3.1

func (r AlibabalegalstanpointacceptAPIRequest) GetStandpointIds() string

GetStandpointIds StandpointIds Getter

func (AlibabalegalstanpointacceptAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabalegalstanpointacceptAPIRequest) SetBusiId added in v1.3.1

func (r *AlibabalegalstanpointacceptAPIRequest) SetBusiId(_busiId string) error

SetBusiId is BusiId Setter 业务实体ID

func (*AlibabalegalstanpointacceptAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabalegalstanpointacceptAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabalegalstanpointacceptAPIRequest) SetStandpointIds added in v1.3.1

func (r *AlibabalegalstanpointacceptAPIRequest) SetStandpointIds(_standpointIds string) error

SetStandpointIds is StandpointIds Setter 采纳口径id字符串

func (*AlibabalegalstanpointacceptAPIRequest) SetUserId added in v1.3.1

func (r *AlibabalegalstanpointacceptAPIRequest) SetUserId(_userId string) error

SetUserId is UserId Setter 工号

type AlibabalegalstanpointacceptAPIResponse added in v1.3.1

type AlibabalegalstanpointacceptAPIResponse struct {
	model.CommonResponse
	AlibabalegalstanpointacceptAPIResponseModel
}

AlibabalegalstanpointacceptAPIResponse 采纳口径 API返回值 alibaba.legal.stanpoint.accept

采纳口径

type AlibabalegalstanpointacceptAPIResponseModel added in v1.3.1

type AlibabalegalstanpointacceptAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_stanpoint_accept_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 状态描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 状态code
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
	// 返回内容
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlibabalegalstanpointacceptAPIResponseModel is 采纳口径 成功返回结果

type AlibabalegalsuitcasegetAPIRequest added in v1.3.1

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

AlibabalegalsuitcasegetAPIRequest 获取案件信息接口v2版本 API请求 alibaba.legal.suit.case.get

获取案件信息

func NewAlibabalegalsuitcasegetRequest added in v1.3.1

func NewAlibabalegalsuitcasegetRequest() *AlibabalegalsuitcasegetAPIRequest

NewAlibabalegalsuitcasegetRequest 初始化AlibabalegalsuitcasegetAPIRequest对象

func (AlibabalegalsuitcasegetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitcasegetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitcasegetAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitcasegetAPIRequest) GetId added in v1.3.1

GetId Id Getter

func (AlibabalegalsuitcasegetAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalsuitcasegetAPIRequest) SetId added in v1.3.1

SetId is Id Setter 案件id

type AlibabalegalsuitcasegetAPIResponse added in v1.3.1

type AlibabalegalsuitcasegetAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitcasegetAPIResponseModel
}

AlibabalegalsuitcasegetAPIResponse 获取案件信息接口v2版本 API返回值 alibaba.legal.suit.case.get

获取案件信息

type AlibabalegalsuitcasegetAPIResponseModel added in v1.3.1

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

AlibabalegalsuitcasegetAPIResponseModel is 获取案件信息接口v2版本 成功返回结果

type AlibabalegalsuitcourtafterpushAPIRequest added in v1.3.1

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

AlibabalegalsuitcourtafterpushAPIRequest 更新或者新增庭后信息 API请求 alibaba.legal.suit.court.after.push

供外部ISV供应商 推送庭后信息给集团诉讼

func NewAlibabalegalsuitcourtafterpushRequest added in v1.3.1

func NewAlibabalegalsuitcourtafterpushRequest() *AlibabalegalsuitcourtafterpushAPIRequest

NewAlibabalegalsuitcourtafterpushRequest 初始化AlibabalegalsuitcourtafterpushAPIRequest对象

func (AlibabalegalsuitcourtafterpushAPIRequest) GetAfterCourtInfoModel added in v1.3.1

GetAfterCourtInfoModel AfterCourtInfoModel Getter

func (AlibabalegalsuitcourtafterpushAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitcourtafterpushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitcourtafterpushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitcourtafterpushAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalsuitcourtafterpushAPIRequest) SetAfterCourtInfoModel added in v1.3.1

func (r *AlibabalegalsuitcourtafterpushAPIRequest) SetAfterCourtInfoModel(_afterCourtInfoModel *AfterCourtInfoModel) error

SetAfterCourtInfoModel is AfterCourtInfoModel Setter 庭后信息

type AlibabalegalsuitcourtafterpushAPIResponse added in v1.3.1

type AlibabalegalsuitcourtafterpushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitcourtafterpushAPIResponseModel
}

AlibabalegalsuitcourtafterpushAPIResponse 更新或者新增庭后信息 API返回值 alibaba.legal.suit.court.after.push

供外部ISV供应商 推送庭后信息给集团诉讼

type AlibabalegalsuitcourtafterpushAPIResponseModel added in v1.3.1

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

AlibabalegalsuitcourtafterpushAPIResponseModel is 更新或者新增庭后信息 成功返回结果

type AlibabalegalsuitcourtbeforepushAPIRequest added in v1.3.1

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

AlibabalegalsuitcourtbeforepushAPIRequest 更新或保存庭前信息 API请求 alibaba.legal.suit.court.before.push

更新或者保存庭前信息

func NewAlibabalegalsuitcourtbeforepushRequest added in v1.3.1

func NewAlibabalegalsuitcourtbeforepushRequest() *AlibabalegalsuitcourtbeforepushAPIRequest

NewAlibabalegalsuitcourtbeforepushRequest 初始化AlibabalegalsuitcourtbeforepushAPIRequest对象

func (AlibabalegalsuitcourtbeforepushAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitcourtbeforepushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitcourtbeforepushAPIRequest) GetBeforeCourtModel added in v1.3.1

GetBeforeCourtModel BeforeCourtModel Getter

func (AlibabalegalsuitcourtbeforepushAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalsuitcourtbeforepushAPIRequest) SetBeforeCourtModel added in v1.3.1

func (r *AlibabalegalsuitcourtbeforepushAPIRequest) SetBeforeCourtModel(_beforeCourtModel *BeforeCourtModel) error

SetBeforeCourtModel is BeforeCourtModel Setter 庭前信息

type AlibabalegalsuitcourtbeforepushAPIResponse added in v1.3.1

type AlibabalegalsuitcourtbeforepushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitcourtbeforepushAPIResponseModel
}

AlibabalegalsuitcourtbeforepushAPIResponse 更新或保存庭前信息 API返回值 alibaba.legal.suit.court.before.push

更新或者保存庭前信息

type AlibabalegalsuitcourtbeforepushAPIResponseModel added in v1.3.1

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

AlibabalegalsuitcourtbeforepushAPIResponseModel is 更新或保存庭前信息 成功返回结果

type AlibabalegalsuitcourtentrustgetAPIRequest added in v1.3.1

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

AlibabalegalsuitcourtentrustgetAPIRequest 委托开庭服务查询 API请求 alibaba.legal.suit.court.entrust.get

查询委托开庭信息

func NewAlibabalegalsuitcourtentrustgetRequest added in v1.3.1

func NewAlibabalegalsuitcourtentrustgetRequest() *AlibabalegalsuitcourtentrustgetAPIRequest

NewAlibabalegalsuitcourtentrustgetRequest 初始化AlibabalegalsuitcourtentrustgetAPIRequest对象

func (AlibabalegalsuitcourtentrustgetAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitcourtentrustgetAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitcourtentrustgetAPIRequest) GetEntrustId added in v1.3.1

GetEntrustId EntrustId Getter

func (AlibabalegalsuitcourtentrustgetAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalsuitcourtentrustgetAPIRequest) GetSuitId added in v1.3.1

GetSuitId SuitId Getter

func (*AlibabalegalsuitcourtentrustgetAPIRequest) SetEntrustId added in v1.3.1

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

SetEntrustId is EntrustId Setter 委托ID

func (*AlibabalegalsuitcourtentrustgetAPIRequest) SetSuitId added in v1.3.1

SetSuitId is SuitId Setter 案件ID

type AlibabalegalsuitcourtentrustgetAPIResponse added in v1.3.1

type AlibabalegalsuitcourtentrustgetAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitcourtentrustgetAPIResponseModel
}

AlibabalegalsuitcourtentrustgetAPIResponse 委托开庭服务查询 API返回值 alibaba.legal.suit.court.entrust.get

查询委托开庭信息

type AlibabalegalsuitcourtentrustgetAPIResponseModel added in v1.3.1

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

AlibabalegalsuitcourtentrustgetAPIResponseModel is 委托开庭服务查询 成功返回结果

type AlibabalegalsuitcourtlawyerpushAPIRequest added in v1.3.1

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

AlibabalegalsuitcourtlawyerpushAPIRequest 推荐律师接口 API请求 alibaba.legal.suit.court.lawyer.push

为诉讼系统推荐律师

func NewAlibabalegalsuitcourtlawyerpushRequest added in v1.3.1

func NewAlibabalegalsuitcourtlawyerpushRequest() *AlibabalegalsuitcourtlawyerpushAPIRequest

NewAlibabalegalsuitcourtlawyerpushRequest 初始化AlibabalegalsuitcourtlawyerpushAPIRequest对象

func (AlibabalegalsuitcourtlawyerpushAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitcourtlawyerpushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitcourtlawyerpushAPIRequest) GetEntrustId added in v1.3.1

GetEntrustId EntrustId Getter

func (AlibabalegalsuitcourtlawyerpushAPIRequest) GetLawyersModel added in v1.3.1

GetLawyersModel LawyersModel Getter

func (AlibabalegalsuitcourtlawyerpushAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalsuitcourtlawyerpushAPIRequest) GetSuitId added in v1.3.1

GetSuitId SuitId Getter

func (*AlibabalegalsuitcourtlawyerpushAPIRequest) SetEntrustId added in v1.3.1

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

SetEntrustId is EntrustId Setter 委托ID

func (*AlibabalegalsuitcourtlawyerpushAPIRequest) SetLawyersModel added in v1.3.1

func (r *AlibabalegalsuitcourtlawyerpushAPIRequest) SetLawyersModel(_lawyersModel *LawyersModel) error

SetLawyersModel is LawyersModel Setter 推荐律师模型

func (*AlibabalegalsuitcourtlawyerpushAPIRequest) SetSuitId added in v1.3.1

SetSuitId is SuitId Setter 案件ID

type AlibabalegalsuitcourtlawyerpushAPIResponse added in v1.3.1

type AlibabalegalsuitcourtlawyerpushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitcourtlawyerpushAPIResponseModel
}

AlibabalegalsuitcourtlawyerpushAPIResponse 推荐律师接口 API返回值 alibaba.legal.suit.court.lawyer.push

为诉讼系统推荐律师

type AlibabalegalsuitcourtlawyerpushAPIResponseModel added in v1.3.1

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

AlibabalegalsuitcourtlawyerpushAPIResponseModel is 推荐律师接口 成功返回结果

type AlibabalegalsuitcourtopenpushAPIRequest added in v1.3.1

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

AlibabalegalsuitcourtopenpushAPIRequest 开庭信息推送接口 API请求 alibaba.legal.suit.court.open.push

供ISV推送开庭信息给集团诉讼

func NewAlibabalegalsuitcourtopenpushRequest added in v1.3.1

func NewAlibabalegalsuitcourtopenpushRequest() *AlibabalegalsuitcourtopenpushAPIRequest

NewAlibabalegalsuitcourtopenpushRequest 初始化AlibabalegalsuitcourtopenpushAPIRequest对象

func (AlibabalegalsuitcourtopenpushAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitcourtopenpushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitcourtopenpushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitcourtopenpushAPIRequest) GetCourtInfoModel added in v1.3.1

GetCourtInfoModel CourtInfoModel Getter

func (AlibabalegalsuitcourtopenpushAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalsuitcourtopenpushAPIRequest) SetCourtInfoModel added in v1.3.1

func (r *AlibabalegalsuitcourtopenpushAPIRequest) SetCourtInfoModel(_courtInfoModel *CourtInfoModel) error

SetCourtInfoModel is CourtInfoModel Setter 开庭信息

type AlibabalegalsuitcourtopenpushAPIResponse added in v1.3.1

type AlibabalegalsuitcourtopenpushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitcourtopenpushAPIResponseModel
}

AlibabalegalsuitcourtopenpushAPIResponse 开庭信息推送接口 API返回值 alibaba.legal.suit.court.open.push

供ISV推送开庭信息给集团诉讼

type AlibabalegalsuitcourtopenpushAPIResponseModel added in v1.3.1

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

AlibabalegalsuitcourtopenpushAPIResponseModel is 开庭信息推送接口 成功返回结果

type AlibabalegalsuitcourttimepushAPIRequest added in v1.3.1

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

AlibabalegalsuitcourttimepushAPIRequest 开庭时间推送(带附件) API请求 alibaba.legal.suit.courttime.push

开庭时间推送(带附件)

func NewAlibabalegalsuitcourttimepushRequest added in v1.3.1

func NewAlibabalegalsuitcourttimepushRequest() *AlibabalegalsuitcourttimepushAPIRequest

NewAlibabalegalsuitcourttimepushRequest 初始化AlibabalegalsuitcourttimepushAPIRequest对象

func (AlibabalegalsuitcourttimepushAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitcourttimepushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitcourttimepushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitcourttimepushAPIRequest) GetCaseId added in v1.3.1

GetCaseId CaseId Getter

func (AlibabalegalsuitcourttimepushAPIRequest) GetCourtTime added in v1.3.1

GetCourtTime CourtTime Getter

func (AlibabalegalsuitcourttimepushAPIRequest) GetEntrustId added in v1.3.1

GetEntrustId EntrustId Getter

func (AlibabalegalsuitcourttimepushAPIRequest) GetFileModel added in v1.3.1

GetFileModel FileModel Getter

func (AlibabalegalsuitcourttimepushAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalsuitcourttimepushAPIRequest) SetCaseId added in v1.3.1

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

SetCaseId is CaseId Setter 案件id

func (*AlibabalegalsuitcourttimepushAPIRequest) SetCourtTime added in v1.3.1

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

SetCourtTime is CourtTime Setter 开庭时间

func (*AlibabalegalsuitcourttimepushAPIRequest) SetEntrustId added in v1.3.1

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

SetEntrustId is EntrustId Setter 委托id

func (*AlibabalegalsuitcourttimepushAPIRequest) SetFileModel added in v1.3.1

func (r *AlibabalegalsuitcourttimepushAPIRequest) SetFileModel(_fileModel *FileModel) error

SetFileModel is FileModel Setter 文件对象

type AlibabalegalsuitcourttimepushAPIResponse added in v1.3.1

type AlibabalegalsuitcourttimepushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitcourttimepushAPIResponseModel
}

AlibabalegalsuitcourttimepushAPIResponse 开庭时间推送(带附件) API返回值 alibaba.legal.suit.courttime.push

开庭时间推送(带附件)

type AlibabalegalsuitcourttimepushAPIResponseModel added in v1.3.1

type AlibabalegalsuitcourttimepushAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_courttime_push_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误code
	ErrorCodeRes string `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 无返回值
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 错误消息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回是否成功标志
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabalegalsuitcourttimepushAPIResponseModel is 开庭时间推送(带附件) 成功返回结果

type AlibabalegalsuitdominationgetAPIRequest added in v1.3.1

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

AlibabalegalsuitdominationgetAPIRequest 查询管辖信息 API请求 alibaba.legal.suit.domination.get

查询管辖信息

func NewAlibabalegalsuitdominationgetRequest added in v1.3.1

func NewAlibabalegalsuitdominationgetRequest() *AlibabalegalsuitdominationgetAPIRequest

NewAlibabalegalsuitdominationgetRequest 初始化AlibabalegalsuitdominationgetAPIRequest对象

func (AlibabalegalsuitdominationgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitdominationgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitdominationgetAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitdominationgetAPIRequest) GetDominationId added in v1.3.1

func (r AlibabalegalsuitdominationgetAPIRequest) GetDominationId() int64

GetDominationId DominationId Getter

func (AlibabalegalsuitdominationgetAPIRequest) GetEntrustId added in v1.3.1

GetEntrustId EntrustId Getter

func (AlibabalegalsuitdominationgetAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalsuitdominationgetAPIRequest) GetSuitId added in v1.3.1

GetSuitId SuitId Getter

func (*AlibabalegalsuitdominationgetAPIRequest) SetDominationId added in v1.3.1

func (r *AlibabalegalsuitdominationgetAPIRequest) SetDominationId(_dominationId int64) error

SetDominationId is DominationId Setter 管辖ID

func (*AlibabalegalsuitdominationgetAPIRequest) SetEntrustId added in v1.3.1

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

SetEntrustId is EntrustId Setter 委托ID

func (*AlibabalegalsuitdominationgetAPIRequest) SetSuitId added in v1.3.1

func (r *AlibabalegalsuitdominationgetAPIRequest) SetSuitId(_suitId int64) error

SetSuitId is SuitId Setter 案件ID

type AlibabalegalsuitdominationgetAPIResponse added in v1.3.1

type AlibabalegalsuitdominationgetAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitdominationgetAPIResponseModel
}

AlibabalegalsuitdominationgetAPIResponse 查询管辖信息 API返回值 alibaba.legal.suit.domination.get

查询管辖信息

type AlibabalegalsuitdominationgetAPIResponseModel added in v1.3.1

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

AlibabalegalsuitdominationgetAPIResponseModel is 查询管辖信息 成功返回结果

type AlibabalegalsuitdominationpushAPIRequest added in v1.3.1

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

AlibabalegalsuitdominationpushAPIRequest 更新或者保存管辖信息 API请求 alibaba.legal.suit.domination.push

ISV推送管辖信息到诉讼平台

func NewAlibabalegalsuitdominationpushRequest added in v1.3.1

func NewAlibabalegalsuitdominationpushRequest() *AlibabalegalsuitdominationpushAPIRequest

NewAlibabalegalsuitdominationpushRequest 初始化AlibabalegalsuitdominationpushAPIRequest对象

func (AlibabalegalsuitdominationpushAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitdominationpushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitdominationpushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitdominationpushAPIRequest) GetDominationDissentModel added in v1.3.1

GetDominationDissentModel DominationDissentModel Getter

func (AlibabalegalsuitdominationpushAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalsuitdominationpushAPIRequest) SetDominationDissentModel added in v1.3.1

func (r *AlibabalegalsuitdominationpushAPIRequest) SetDominationDissentModel(_dominationDissentModel *DominationDissentModel) error

SetDominationDissentModel is DominationDissentModel Setter 管辖信息

type AlibabalegalsuitdominationpushAPIResponse added in v1.3.1

type AlibabalegalsuitdominationpushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitdominationpushAPIResponseModel
}

AlibabalegalsuitdominationpushAPIResponse 更新或者保存管辖信息 API返回值 alibaba.legal.suit.domination.push

ISV推送管辖信息到诉讼平台

type AlibabalegalsuitdominationpushAPIResponseModel added in v1.3.1

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

AlibabalegalsuitdominationpushAPIResponseModel is 更新或者保存管辖信息 成功返回结果

type AlibabalegalsuitjudgementgetAPIRequest added in v1.3.1

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

AlibabalegalsuitjudgementgetAPIRequest 获取裁判登记信息 API请求 alibaba.legal.suit.judgement.get

供ISV供应商获取集团法务系统的裁判登记信息

func NewAlibabalegalsuitjudgementgetRequest added in v1.3.1

func NewAlibabalegalsuitjudgementgetRequest() *AlibabalegalsuitjudgementgetAPIRequest

NewAlibabalegalsuitjudgementgetRequest 初始化AlibabalegalsuitjudgementgetAPIRequest对象

func (AlibabalegalsuitjudgementgetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitjudgementgetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitjudgementgetAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitjudgementgetAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalsuitjudgementgetAPIRequest) GetSuitId added in v1.3.1

GetSuitId SuitId Getter

func (*AlibabalegalsuitjudgementgetAPIRequest) SetSuitId added in v1.3.1

func (r *AlibabalegalsuitjudgementgetAPIRequest) SetSuitId(_suitId int64) error

SetSuitId is SuitId Setter 案件id

type AlibabalegalsuitjudgementgetAPIResponse added in v1.3.1

type AlibabalegalsuitjudgementgetAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitjudgementgetAPIResponseModel
}

AlibabalegalsuitjudgementgetAPIResponse 获取裁判登记信息 API返回值 alibaba.legal.suit.judgement.get

供ISV供应商获取集团法务系统的裁判登记信息

type AlibabalegalsuitjudgementgetAPIResponseModel added in v1.3.1

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

AlibabalegalsuitjudgementgetAPIResponseModel is 获取裁判登记信息 成功返回结果

type AlibabalegalsuitjudgementpushAPIRequest added in v1.3.1

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

AlibabalegalsuitjudgementpushAPIRequest 推送裁判登记信息给集团法务系统 API请求 alibaba.legal.suit.judgement.push

isv推送裁判登记信息给集团法务系统

func NewAlibabalegalsuitjudgementpushRequest added in v1.3.1

func NewAlibabalegalsuitjudgementpushRequest() *AlibabalegalsuitjudgementpushAPIRequest

NewAlibabalegalsuitjudgementpushRequest 初始化AlibabalegalsuitjudgementpushAPIRequest对象

func (AlibabalegalsuitjudgementpushAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitjudgementpushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitjudgementpushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitjudgementpushAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalsuitjudgementpushAPIRequest) GetRefereeRegistrationModel added in v1.3.1

func (r AlibabalegalsuitjudgementpushAPIRequest) GetRefereeRegistrationModel() *RefereeRegistrationModel

GetRefereeRegistrationModel RefereeRegistrationModel Getter

func (*AlibabalegalsuitjudgementpushAPIRequest) SetRefereeRegistrationModel added in v1.3.1

func (r *AlibabalegalsuitjudgementpushAPIRequest) SetRefereeRegistrationModel(_refereeRegistrationModel *RefereeRegistrationModel) error

SetRefereeRegistrationModel is RefereeRegistrationModel Setter 裁判登记信息

type AlibabalegalsuitjudgementpushAPIResponse added in v1.3.1

type AlibabalegalsuitjudgementpushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitjudgementpushAPIResponseModel
}

AlibabalegalsuitjudgementpushAPIResponse 推送裁判登记信息给集团法务系统 API返回值 alibaba.legal.suit.judgement.push

isv推送裁判登记信息给集团法务系统

type AlibabalegalsuitjudgementpushAPIResponseModel added in v1.3.1

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

AlibabalegalsuitjudgementpushAPIResponseModel is 推送裁判登记信息给集团法务系统 成功返回结果

type AlibabalegalsuitpaymentpushAPIRequest added in v1.3.1

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

AlibabalegalsuitpaymentpushAPIRequest 外部推送缴费 API请求 alibaba.legal.suit.payment.push

外部推送缴费

func NewAlibabalegalsuitpaymentpushRequest added in v1.3.1

func NewAlibabalegalsuitpaymentpushRequest() *AlibabalegalsuitpaymentpushAPIRequest

NewAlibabalegalsuitpaymentpushRequest 初始化AlibabalegalsuitpaymentpushAPIRequest对象

func (AlibabalegalsuitpaymentpushAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitpaymentpushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitpaymentpushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitpaymentpushAPIRequest) GetPaymentOrderModel added in v1.3.1

func (r AlibabalegalsuitpaymentpushAPIRequest) GetPaymentOrderModel() *PaymentOrderModel

GetPaymentOrderModel PaymentOrderModel Getter

func (AlibabalegalsuitpaymentpushAPIRequest) GetRawParams added in v1.3.1

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

func (*AlibabalegalsuitpaymentpushAPIRequest) SetPaymentOrderModel added in v1.3.1

func (r *AlibabalegalsuitpaymentpushAPIRequest) SetPaymentOrderModel(_paymentOrderModel *PaymentOrderModel) error

SetPaymentOrderModel is PaymentOrderModel Setter 推送信息

type AlibabalegalsuitpaymentpushAPIResponse added in v1.3.1

type AlibabalegalsuitpaymentpushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitpaymentpushAPIResponseModel
}

AlibabalegalsuitpaymentpushAPIResponse 外部推送缴费 API返回值 alibaba.legal.suit.payment.push

外部推送缴费

type AlibabalegalsuitpaymentpushAPIResponseModel added in v1.3.1

type AlibabalegalsuitpaymentpushAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_payment_push_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 参数校验错误
	ApiErrorCode string `json:"api_error_code,omitempty" xml:"api_error_code,omitempty"`
	// 参数校验错误
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 任务id
	Content int64 `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	ApiSuccess bool `json:"api_success,omitempty" xml:"api_success,omitempty"`
}

AlibabalegalsuitpaymentpushAPIResponseModel is 外部推送缴费 成功返回结果

type AlibabalegalsuitsealpushAPIRequest added in v1.3.1

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

AlibabalegalsuitsealpushAPIRequest 法宝推送用印 API请求 alibaba.legal.suit.seal.push

法宝推送用印

func NewAlibabalegalsuitsealpushRequest added in v1.3.1

func NewAlibabalegalsuitsealpushRequest() *AlibabalegalsuitsealpushAPIRequest

NewAlibabalegalsuitsealpushRequest 初始化AlibabalegalsuitsealpushAPIRequest对象

func (AlibabalegalsuitsealpushAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabalegalsuitsealpushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabalegalsuitsealpushAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabalegalsuitsealpushAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabalegalsuitsealpushAPIRequest) GetSealTaskModel added in v1.3.1

func (r AlibabalegalsuitsealpushAPIRequest) GetSealTaskModel() *SealTaskModel

GetSealTaskModel SealTaskModel Getter

func (*AlibabalegalsuitsealpushAPIRequest) SetSealTaskModel added in v1.3.1

func (r *AlibabalegalsuitsealpushAPIRequest) SetSealTaskModel(_sealTaskModel *SealTaskModel) error

SetSealTaskModel is SealTaskModel Setter 最外层list

type AlibabalegalsuitsealpushAPIResponse added in v1.3.1

type AlibabalegalsuitsealpushAPIResponse struct {
	model.CommonResponse
	AlibabalegalsuitsealpushAPIResponseModel
}

AlibabalegalsuitsealpushAPIResponse 法宝推送用印 API返回值 alibaba.legal.suit.seal.push

法宝推送用印

type AlibabalegalsuitsealpushAPIResponseModel added in v1.3.1

type AlibabalegalsuitsealpushAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_legal_suit_seal_push_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回内容
	Content []SealResponseModel `json:"content,omitempty" xml:"content>seal_response_model,omitempty"`
	// 错误code
	ApiErrorCode string `json:"api_error_code,omitempty" xml:"api_error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	ApiSuccess bool `json:"api_success,omitempty" xml:"api_success,omitempty"`
}

AlibabalegalsuitsealpushAPIResponseModel is 法宝推送用印 成功返回结果

type AlibabastandpointhistorykeygetAPIRequest added in v1.3.1

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

AlibabastandpointhistorykeygetAPIRequest 查询历史数据 API请求 alibaba.standpoint.historykey.get

查询历史数据

func NewAlibabastandpointhistorykeygetRequest added in v1.3.1

func NewAlibabastandpointhistorykeygetRequest() *AlibabastandpointhistorykeygetAPIRequest

NewAlibabastandpointhistorykeygetRequest 初始化AlibabastandpointhistorykeygetAPIRequest对象

func (AlibabastandpointhistorykeygetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlibabastandpointhistorykeygetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabastandpointhistorykeygetAPIRequest) GetApiParams added in v1.3.1

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabastandpointhistorykeygetAPIRequest) GetInputSystemCode added in v1.3.1

func (r AlibabastandpointhistorykeygetAPIRequest) GetInputSystemCode() string

GetInputSystemCode InputSystemCode Getter

func (AlibabastandpointhistorykeygetAPIRequest) GetRawParams added in v1.3.1

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

func (AlibabastandpointhistorykeygetAPIRequest) GetUserId added in v1.3.1

GetUserId UserId Getter

func (*AlibabastandpointhistorykeygetAPIRequest) SetInputSystemCode added in v1.3.1

func (r *AlibabastandpointhistorykeygetAPIRequest) SetInputSystemCode(_inputSystemCode string) error

SetInputSystemCode is InputSystemCode Setter 系统标识

func (*AlibabastandpointhistorykeygetAPIRequest) SetUserId added in v1.3.1

SetUserId is UserId Setter 工号

type AlibabastandpointhistorykeygetAPIResponse added in v1.3.1

type AlibabastandpointhistorykeygetAPIResponse struct {
	model.CommonResponse
	AlibabastandpointhistorykeygetAPIResponseModel
}

AlibabastandpointhistorykeygetAPIResponse 查询历史数据 API返回值 alibaba.standpoint.historykey.get

查询历史数据

type AlibabastandpointhistorykeygetAPIResponseModel added in v1.3.1

type AlibabastandpointhistorykeygetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_standpoint_historykey_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 数据列表
	Content []string `json:"content,omitempty" xml:"content>string,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 状态吗
	ErrorCodeRes int64 `json:"error_code_res,omitempty" xml:"error_code_res,omitempty"`
	// 是否成功
	SuccessRes bool `json:"success_res,omitempty" xml:"success_res,omitempty"`
}

AlibabastandpointhistorykeygetAPIResponseModel is 查询历史数据 成功返回结果

type AppelleeModel

type AppelleeModel struct {
	// 承办律师姓名
	LawyerName string `json:"lawyer_name,omitempty" xml:"lawyer_name,omitempty"`
	// 承办律所名称
	LawFirmName string `json:"law_firm_name,omitempty" xml:"law_firm_name,omitempty"`
	// 住所地
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 证件编号
	CertifyNumber string `json:"certify_number,omitempty" xml:"certify_number,omitempty"`
	// 证件类型
	CertifyType string `json:"certify_type,omitempty" xml:"certify_type,omitempty"`
	// 联系方式
	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`
	// 名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 承办律师联系方式
	LawyerContact string `json:"lawyer_contact,omitempty" xml:"lawyer_contact,omitempty"`
	// 序号
	SerialNumber int64 `json:"serial_number,omitempty" xml:"serial_number,omitempty"`
	// 是否为集团公司
	IsAlibabaCompany bool `json:"is_alibaba_company,omitempty" xml:"is_alibaba_company,omitempty"`
}

AppelleeModel 结构体

type Attachmentlist

type Attachmentlist struct {
	// 名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 文件key
	Key string `json:"key,omitempty" xml:"key,omitempty"`
}

Attachmentlist 结构体

type BeforeCourtModel

type BeforeCourtModel struct {
	// 反馈附件信息
	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list>file_model,omitempty"`
	// 庭前附件信息
	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list>file_model,omitempty"`
	// 庭前沟通
	CommunicateList []CommunicateModel `json:"communicate_list,omitempty" xml:"communicate_list>communicate_model,omitempty"`
	// 诉讼风险
	RiskPredict string `json:"risk_predict,omitempty" xml:"risk_predict,omitempty"`
	// 我方抗辩思路
	MainPoint string `json:"main_point,omitempty" xml:"main_point,omitempty"`
	// 我方观点
	OurQuestions string `json:"our_questions,omitempty" xml:"our_questions,omitempty"`
	// 法庭观点
	CourtQuestions string `json:"court_questions,omitempty" xml:"court_questions,omitempty"`
	// 对方观点
	TheirQuestions string `json:"their_questions,omitempty" xml:"their_questions,omitempty"`
	// 初步考虑对策
	OurAttitude string `json:"our_attitude,omitempty" xml:"our_attitude,omitempty"`
	// 反馈内容
	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`
	// 更新人
	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`
	// 创建人
	Founder string `json:"founder,omitempty" xml:"founder,omitempty"`
	// 供应商code
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 对方主张
	DefendantEstimate string `json:"defendant_estimate,omitempty" xml:"defendant_estimate,omitempty"`
	// 调用时间
	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
	// 附件个数
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`
	// 反馈ID
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`
	// 庭前ID
	BeforeCourtId int64 `json:"before_court_id,omitempty" xml:"before_court_id,omitempty"`
	// 案件ID
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托ID
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
}

BeforeCourtModel 结构体

type CaseModel

type CaseModel struct {
	// 原告信息
	Accusers []AccuserModel `json:"accusers,omitempty" xml:"accusers>accuser_model,omitempty"`
	// 原告诉请
	AccuserAppealList []string `json:"accuser_appeal_list,omitempty" xml:"accuser_appeal_list>string,omitempty"`
	// 被告
	DefendantList []AppelleeModel `json:"defendant_list,omitempty" xml:"defendant_list>appellee_model,omitempty"`
	// 第三人
	ThirdList []LitigantThirdPartyModel `json:"third_list,omitempty" xml:"third_list>litigant_third_party_model,omitempty"`
	// 案件事实调查附件
	CaseFactFileList []FileModel `json:"case_fact_file_list,omitempty" xml:"case_fact_file_list>file_model,omitempty"`
	// 其他附件
	OtherFileList []FileModel `json:"other_file_list,omitempty" xml:"other_file_list>file_model,omitempty"`
	// 证据附件
	EvidenceFileList []FileModel `json:"evidence_file_list,omitempty" xml:"evidence_file_list>file_model,omitempty"`
	// 法院相关附件
	CourtFileList []FileModel `json:"court_file_list,omitempty" xml:"court_file_list>file_model,omitempty"`
	// 起诉状附件
	PleadingFileList []FileModel `json:"pleading_file_list,omitempty" xml:"pleading_file_list>file_model,omitempty"`
	// 案件bu
	BuLabels []LabelOption `json:"bu_labels,omitempty" xml:"bu_labels>label_option,omitempty"`
	// 预立案号
	PreCaseNumber string `json:"pre_case_number,omitempty" xml:"pre_case_number,omitempty"`
	// 标签4
	Tag4 string `json:"tag4,omitempty" xml:"tag4,omitempty"`
	// 标签3
	Tag3 string `json:"tag3,omitempty" xml:"tag3,omitempty"`
	// 标签2
	Tag2 string `json:"tag2,omitempty" xml:"tag2,omitempty"`
	// 标签1
	Tag1 string `json:"tag1,omitempty" xml:"tag1,omitempty"`
	// 原告主张的法律依据
	AccuserClaimLegalBasis string `json:"accuser_claim_legal_basis,omitempty" xml:"accuser_claim_legal_basis,omitempty"`
	// 原告主张的事实
	AccuserClaimFact string `json:"accuser_claim_fact,omitempty" xml:"accuser_claim_fact,omitempty"`
	// 诉讼请求
	SuitRequest string `json:"suit_request,omitempty" xml:"suit_request,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 当前跟进人
	FollowupPeopleName string `json:"followup_people_name,omitempty" xml:"followup_people_name,omitempty"`
	// 案件归属OU
	OuName string `json:"ou_name,omitempty" xml:"ou_name,omitempty"`
	// 开庭时间
	CourtTime string `json:"court_time,omitempty" xml:"court_time,omitempty"`
	// 起诉时间
	SueTime string `json:"sue_time,omitempty" xml:"sue_time,omitempty"`
	// 案件的货币类型
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
	// 标的金额
	CaseAmount string `json:"case_amount,omitempty" xml:"case_amount,omitempty"`
	// 审判类型
	AuditType string `json:"audit_type,omitempty" xml:"audit_type,omitempty"`
	// 案由
	CaseCause string `json:"case_cause,omitempty" xml:"case_cause,omitempty"`
	// 案件类型2
	CaseType2 string `json:"case_type2,omitempty" xml:"case_type2,omitempty"`
	// 案件类型1
	CaseType1 string `json:"case_type1,omitempty" xml:"case_type1,omitempty"`
	// 诉讼类型
	SuitType string `json:"suit_type,omitempty" xml:"suit_type,omitempty"`
	// 案情描述
	CaseDetailDescription string `json:"case_detail_description,omitempty" xml:"case_detail_description,omitempty"`
	// 案情编号
	CaseDetailCode string `json:"case_detail_code,omitempty" xml:"case_detail_code,omitempty"`
	// 案号
	CaseNumber string `json:"case_number,omitempty" xml:"case_number,omitempty"`
	// 案件编号
	CaseCode string `json:"case_code,omitempty" xml:"case_code,omitempty"`
	// 送达时间
	SendTime string `json:"send_time,omitempty" xml:"send_time,omitempty"`
	// 费用信息
	SuitFee *SuitFeeModel `json:"suit_fee,omitempty" xml:"suit_fee,omitempty"`
	// 收案信息
	CheckInMsg *CheckInModel `json:"check_in_msg,omitempty" xml:"check_in_msg,omitempty"`
	// 法院信息
	CourtModel *CourtModel `json:"court_model,omitempty" xml:"court_model,omitempty"`
	// 案件id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 案件类型
	CaseTypeLabel *LabelOption `json:"case_type_label,omitempty" xml:"case_type_label,omitempty"`
}

CaseModel 结构体

type CheckInModel

type CheckInModel struct {
	// 内部承办人
	UndertakerPeoples []string `json:"undertaker_peoples,omitempty" xml:"undertaker_peoples>string,omitempty"`
	// 管辖异议截止时间 根据收案时间来定
	JurisdictionObjectionDeadlineTime string `json:"jurisdiction_objection_deadline_time,omitempty" xml:"jurisdiction_objection_deadline_time,omitempty"`
	// 举证截止时间 未来要自动计算
	ProofDeadlineTime string `json:"proof_deadline_time,omitempty" xml:"proof_deadline_time,omitempty"`
	// 法务收案时间
	LegalCheckinTime string `json:"legal_checkin_time,omitempty" xml:"legal_checkin_time,omitempty"`
}

CheckInModel 结构体

type CommunicateModel

type CommunicateModel struct {
	// 沟通背景、沟通目的
	CommunicateAim string `json:"communicate_aim,omitempty" xml:"communicate_aim,omitempty"`
	// 联系方式
	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`
	// 人员姓名
	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`
	// 沟通方式
	CommunicateType string `json:"communicate_type,omitempty" xml:"communicate_type,omitempty"`
	// 单位名称
	UnitName string `json:"unit_name,omitempty" xml:"unit_name,omitempty"`
	// 机构信息
	Department string `json:"department,omitempty" xml:"department,omitempty"`
	// 沟通时间
	CommunicateTime string `json:"communicate_time,omitempty" xml:"communicate_time,omitempty"`
	// 沟通内容
	CommunicateContent string `json:"communicate_content,omitempty" xml:"communicate_content,omitempty"`
	// 下一步动作
	Next string `json:"next,omitempty" xml:"next,omitempty"`
}

CommunicateModel 结构体

type CourtEntrustModel

type CourtEntrustModel struct {
	// 附件列表
	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list>file_model,omitempty"`
	// 委托时间
	EntrustTime string `json:"entrust_time,omitempty" xml:"entrust_time,omitempty"`
	// 委托名字
	EntrustName string `json:"entrust_name,omitempty" xml:"entrust_name,omitempty"`
	// 原因
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
	// 委托类型
	EntrustType string `json:"entrust_type,omitempty" xml:"entrust_type,omitempty"`
	// 供应商code
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 委托方名称
	EntrustingParty string `json:"entrusting_party,omitempty" xml:"entrusting_party,omitempty"`
	// 律所执业编号
	FirmBusinessLicNum string `json:"firm_business_lic_num,omitempty" xml:"firm_business_lic_num,omitempty"`
	// 备注
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 目标
	Objective string `json:"objective,omitempty" xml:"objective,omitempty"`
	// 委托建议
	Suggest string `json:"suggest,omitempty" xml:"suggest,omitempty"`
	// 委托订单号
	EntrustOrderNumber int64 `json:"entrust_order_number,omitempty" xml:"entrust_order_number,omitempty"`
	// id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 附件数量
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`
}

CourtEntrustModel 结构体

type CourtEvidenceModel

type CourtEvidenceModel struct {
	// 质证意见
	Opinion string `json:"opinion,omitempty" xml:"opinion,omitempty"`
	// 是否认可
	IsAgreed string `json:"is_agreed,omitempty" xml:"is_agreed,omitempty"`
	// 质证人
	Evidence string `json:"evidence,omitempty" xml:"evidence,omitempty"`
	// 证据目的
	EvidenceAim string `json:"evidence_aim,omitempty" xml:"evidence_aim,omitempty"`
	// 证据名称
	EvidenceName string `json:"evidence_name,omitempty" xml:"evidence_name,omitempty"`
	// 姓名
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 质证证据类型(原告证据还是被告证据)
	Type string `json:"type,omitempty" xml:"type,omitempty"`
}

CourtEvidenceModel 结构体

type CourtInfoModel

type CourtInfoModel struct {
	// 反馈附件
	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list>file_model,omitempty"`
	// 问题列表
	QuestionList []CourtProblemModel `json:"question_list,omitempty" xml:"question_list>court_problem_model,omitempty"`
	// 非正式开庭附件
	FormalAttachmentList []FileModel `json:"formal_attachment_list,omitempty" xml:"formal_attachment_list>file_model,omitempty"`
	// 开庭证据列表
	InclusionOriDefList []CourtEvidenceModel `json:"inclusion_ori_def_list,omitempty" xml:"inclusion_ori_def_list>court_evidence_model,omitempty"`
	// 原告信息
	AccuserList []CourtPartyModel `json:"accuser_list,omitempty" xml:"accuser_list>court_party_model,omitempty"`
	// 非正式开庭附件
	InformalAttachmentList []FileModel `json:"informal_attachment_list,omitempty" xml:"informal_attachment_list>file_model,omitempty"`
	// 被告信息
	DefendantList []CourtPartyModel `json:"defendant_list,omitempty" xml:"defendant_list>court_party_model,omitempty"`
	// 总结/教训
	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`
	// 创建时间
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// 合议庭
	FullCourt string `json:"full_court,omitempty" xml:"full_court,omitempty"`
	// 情况说明
	Show string `json:"show,omitempty" xml:"show,omitempty"`
	// 法官认职
	JudgePosition string `json:"judge_position,omitempty" xml:"judge_position,omitempty"`
	// 法院提问的有价值问题(主诉)
	CourtQuestionAndAnswer string `json:"court_question_and_answer,omitempty" xml:"court_question_and_answer,omitempty"`
	// 是否网上开庭
	IsOnline string `json:"is_online,omitempty" xml:"is_online,omitempty"`
	// 反馈内容
	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`
	// 争议焦点归纳
	DisputeSummary string `json:"dispute_summary,omitempty" xml:"dispute_summary,omitempty"`
	// 开庭时间
	CourtTime string `json:"court_time,omitempty" xml:"court_time,omitempty"`
	// 主审法官
	Judge string `json:"judge,omitempty" xml:"judge,omitempty"`
	// 创建人
	Founder string `json:"founder,omitempty" xml:"founder,omitempty"`
	// 更新人
	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`
	// 起诉阿里的原因
	SueAliReason string `json:"sue_ali_reason,omitempty" xml:"sue_ali_reason,omitempty"`
	// 是否知道投诉渠道
	IsKnowComplainWay string `json:"is_know_complain_way,omitempty" xml:"is_know_complain_way,omitempty"`
	// 非正式开庭原因
	InformalReason string `json:"informal_reason,omitempty" xml:"informal_reason,omitempty"`
	// 更新时间
	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`
	// 风险反馈
	RiskFeedback string `json:"risk_feedback,omitempty" xml:"risk_feedback,omitempty"`
	// 案由
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 庭后计划
	Plan string `json:"plan,omitempty" xml:"plan,omitempty"`
	// 开庭方式
	CourtWay string `json:"court_way,omitempty" xml:"court_way,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
	// 原被告是否到庭(主诉)
	AccuserDefendantIsCourt string `json:"accuser_defendant_is_court,omitempty" xml:"accuser_defendant_is_court,omitempty"`
	// 调用时间
	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`
	// 是否有过投诉
	IsComplain string `json:"is_complain,omitempty" xml:"is_complain,omitempty"`
	// 其他特殊情况
	OtherSpecialPosition string `json:"other_special_position,omitempty" xml:"other_special_position,omitempty"`
	// 行政区划
	CourtGeographyName string `json:"court_geography_name,omitempty" xml:"court_geography_name,omitempty"`
	// 开庭ID
	CourtId int64 `json:"court_id,omitempty" xml:"court_id,omitempty"`
	// 案件ID
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托ID
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 非正式开庭附件数量
	InformalAttachmentCount int64 `json:"informal_attachment_count,omitempty" xml:"informal_attachment_count,omitempty"`
	// 正式开庭附件数量
	FormalAttachmentCount int64 `json:"formal_attachment_count,omitempty" xml:"formal_attachment_count,omitempty"`
	// 反馈ID
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`
}

CourtInfoModel 结构体

type CourtModel

type CourtModel struct {
	// 审判员联系方式
	JudgeContact string `json:"judge_contact,omitempty" xml:"judge_contact,omitempty"`
	// 审判员名称
	JudgeName string `json:"judge_name,omitempty" xml:"judge_name,omitempty"`
	// 地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 区/县
	CountyCode string `json:"county_code,omitempty" xml:"county_code,omitempty"`
	// 市
	CityCode string `json:"city_code,omitempty" xml:"city_code,omitempty"`
	// 省
	ProvinceCode string `json:"province_code,omitempty" xml:"province_code,omitempty"`
	// 名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 受理机关的编号
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 受理机关ID
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

CourtModel 结构体

type CourtPartyModel

type CourtPartyModel struct {
	// 送达情况
	DeliverySituation string `json:"delivery_situation,omitempty" xml:"delivery_situation,omitempty"`
	// 是否应诉
	IsRespond string `json:"is_respond,omitempty" xml:"is_respond,omitempty"`
	// 是否到庭
	IsAppear string `json:"is_appear,omitempty" xml:"is_appear,omitempty"`
	// 身份
	Identity string `json:"identity,omitempty" xml:"identity,omitempty"`
	// 身份识别
	ProxyIdentity string `json:"proxy_identity,omitempty" xml:"proxy_identity,omitempty"`
	// 代理人名称
	ProxyName string `json:"proxy_name,omitempty" xml:"proxy_name,omitempty"`
	// 是否有代理人
	IsProxy string `json:"is_proxy,omitempty" xml:"is_proxy,omitempty"`
	// 原告/被告名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
}

CourtPartyModel 结构体

type CourtProblemModel

type CourtProblemModel struct {
	// 当事人回复
	PartyReply string `json:"party_reply,omitempty" xml:"party_reply,omitempty"`
	// 问题描述
	ProblemDescription string `json:"problem_description,omitempty" xml:"problem_description,omitempty"`
	// 被询问人
	Askeder string `json:"askeder,omitempty" xml:"askeder,omitempty"`
	// 问题是否有价值
	IsCount string `json:"is_count,omitempty" xml:"is_count,omitempty"`
}

CourtProblemModel 结构体

type DominationDissentModel

type DominationDissentModel struct {
	// 裁定书附件
	DominationDissentRulingList []FileModel `json:"domination_dissent_ruling_list,omitempty" xml:"domination_dissent_ruling_list>file_model,omitempty"`
	// 反馈附件
	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list>file_model,omitempty"`
	// 管辖文书
	ApplicationAttachmentList []FileModel `json:"application_attachment_list,omitempty" xml:"application_attachment_list>file_model,omitempty"`
	// 备注
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 管辖异议结果
	Result string `json:"result,omitempty" xml:"result,omitempty"`
	// 快递编号
	ExpressNum string `json:"express_num,omitempty" xml:"express_num,omitempty"`
	// 快递公司
	ExpressCompany string `json:"express_company,omitempty" xml:"express_company,omitempty"`
	// 法官
	Judge string `json:"judge,omitempty" xml:"judge,omitempty"`
	// 是否开庭
	IsCourt string `json:"is_court,omitempty" xml:"is_court,omitempty"`
	// 反馈内容
	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`
	// 更新时间
	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`
	// 更新人员
	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`
	// 调用时间
	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`
	// 供应商code
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 管辖程序名称
	DominationProcess string `json:"domination_process,omitempty" xml:"domination_process,omitempty"`
	// 开庭日期
	CourtTime string `json:"court_time,omitempty" xml:"court_time,omitempty"`
	// 操作类型,这里只能更新
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
	// 裁定书附件数量
	DominationDissentRulingCount int64 `json:"domination_dissent_ruling_count,omitempty" xml:"domination_dissent_ruling_count,omitempty"`
	// 反馈附件的个数
	FeedbackAttachmentCount int64 `json:"feedback_attachment_count,omitempty" xml:"feedback_attachment_count,omitempty"`
	// 反馈ID
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`
	// 案件ID
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托ID
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 管辖ID
	DominationId int64 `json:"domination_id,omitempty" xml:"domination_id,omitempty"`
	// 管辖文书数量
	ApplicationCount int64 `json:"application_count,omitempty" xml:"application_count,omitempty"`
}

DominationDissentModel 结构体

type DominationModel added in v1.2.5

type DominationModel struct {
	// 管辖裁决书附件
	DominationDissentRulingList []FileModel `json:"domination_dissent_ruling_list,omitempty" xml:"domination_dissent_ruling_list>file_model,omitempty"`
	// 管辖文书列表
	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list>file_model,omitempty"`
	// 管辖裁决书数量
	DominationissentRulingCount string `json:"dominationissent_ruling_count,omitempty" xml:"dominationissent_ruling_count,omitempty"`
	// 管辖文书
	AttachmentCount string `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`
	// 备注
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 快递编号
	ExpressNum string `json:"express_num,omitempty" xml:"express_num,omitempty"`
	// 快递公司
	ExpressCompany string `json:"express_company,omitempty" xml:"express_company,omitempty"`
	// 法官
	Judge string `json:"judge,omitempty" xml:"judge,omitempty"`
	// 是否开庭
	IsCourt string `json:"is_court,omitempty" xml:"is_court,omitempty"`
	// 供应商code
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 案件ID
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托ID
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 管辖ID
	DominationId int64 `json:"domination_id,omitempty" xml:"domination_id,omitempty"`
}

DominationModel 结构体

type FileDto added in v1.2.8

type FileDto struct {
	// 文件名称
	FileName string `json:"file_name,omitempty" xml:"file_name,omitempty"`
	// 文件类型
	FileType string `json:"file_type,omitempty" xml:"file_type,omitempty"`
	// 预览地址
	PreviewUrl string `json:"preview_url,omitempty" xml:"preview_url,omitempty"`
	// 下载地址
	DownloadUrl string `json:"download_url,omitempty" xml:"download_url,omitempty"`
	// 文件中心id
	FileId int64 `json:"file_id,omitempty" xml:"file_id,omitempty"`
}

FileDto 结构体

type FileModel

type FileModel struct {
	// 附件名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 附件Key
	Key string `json:"key,omitempty" xml:"key,omitempty"`
	// 沟通时间
	SubmitDate string `json:"submit_date,omitempty" xml:"submit_date,omitempty"`
	// 沟通结果
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 沟通内容
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 沟通方
	Intro string `json:"intro,omitempty" xml:"intro,omitempty"`
	// 上传时间
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
}

FileModel 结构体

type FileValues added in v1.2.9

type FileValues struct {
	// 文件名
	FileName string `json:"file_name,omitempty" xml:"file_name,omitempty"`
	// 预览地址
	PreviewUrl string `json:"preview_url,omitempty" xml:"preview_url,omitempty"`
	// 下载地址
	DownloadUrl string `json:"download_url,omitempty" xml:"download_url,omitempty"`
	// 文件类型
	FileType string `json:"file_type,omitempty" xml:"file_type,omitempty"`
	// 文件id
	FileId int64 `json:"file_id,omitempty" xml:"file_id,omitempty"`
}

FileValues 结构体

type LabelOption added in v1.2.5

type LabelOption struct {
	// 子对象
	Children []LabelOption `json:"children,omitempty" xml:"children>label_option,omitempty"`
	// 案件类型中文
	Text string `json:"text,omitempty" xml:"text,omitempty"`
	// 案件类型中文value
	Value string `json:"value,omitempty" xml:"value,omitempty"`
}

LabelOption 结构体

type Lawyers

type Lawyers struct {
	// 附件列表
	AttachmentList []Attachmentlist `json:"attachment_list,omitempty" xml:"attachment_list>attachmentlist,omitempty"`
	// 律师策略
	ResponseStrategy string `json:"response_strategy,omitempty" xml:"response_strategy,omitempty"`
	// 律师费用
	ChargeThisCase string `json:"charge_this_case,omitempty" xml:"charge_this_case,omitempty"`
	// 执业证编号
	ProfessionalCertNum string `json:"professional_cert_num,omitempty" xml:"professional_cert_num,omitempty"`
	// 供应商
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 律所编号
	BusinessLicenseNum string `json:"business_license_num,omitempty" xml:"business_license_num,omitempty"`
	// 律师名称
	LawyerName string `json:"lawyer_name,omitempty" xml:"lawyer_name,omitempty"`
	// 律所名称
	LawyerFirmName string `json:"lawyer_firm_name,omitempty" xml:"lawyer_firm_name,omitempty"`
	// 附件数量
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`
	// 律师ID
	LawyerId int64 `json:"lawyer_id,omitempty" xml:"lawyer_id,omitempty"`
}

Lawyers 结构体

type LawyersModel

type LawyersModel struct {
	// 律师列表
	Lawyers []Lawyers `json:"lawyers,omitempty" xml:"lawyers>lawyers,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
}

LawyersModel 结构体

type LfileModel added in v1.3.1

type LfileModel struct {
	// 附件名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 附件key
	Key string `json:"key,omitempty" xml:"key,omitempty"`
}

LfileModel 结构体

type LitigantThirdPartyModel

type LitigantThirdPartyModel struct {
	// 承办律师联系方式
	LawyerContact string `json:"lawyer_contact,omitempty" xml:"lawyer_contact,omitempty"`
	// 承办律师姓名
	LawyerName string `json:"lawyer_name,omitempty" xml:"lawyer_name,omitempty"`
	// 承办律所名称
	LawFirmName string `json:"law_firm_name,omitempty" xml:"law_firm_name,omitempty"`
	// 是否为集团公司
	IsAlibabaCompany string `json:"is_alibaba_company,omitempty" xml:"is_alibaba_company,omitempty"`
	// 证件编号
	CertifyNumber string `json:"certify_number,omitempty" xml:"certify_number,omitempty"`
	// 证件类型
	CertifyType string `json:"certify_type,omitempty" xml:"certify_type,omitempty"`
	// 联系方式
	Contact string `json:"contact,omitempty" xml:"contact,omitempty"`
	// 名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 序号
	SerialNumber int64 `json:"serial_number,omitempty" xml:"serial_number,omitempty"`
	// 住所地
	Address bool `json:"address,omitempty" xml:"address,omitempty"`
}

LitigantThirdPartyModel 结构体

type Option added in v1.2.8

type Option struct {
	// 文件对象
	FileValues []FileDto `json:"file_values,omitempty" xml:"file_values>file_dto,omitempty"`
	// 扩展字段标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 扩展字段值
	Value string `json:"value,omitempty" xml:"value,omitempty"`
	// 类型 string
	Type string `json:"type,omitempty" xml:"type,omitempty"`
}

Option 结构体

type Options added in v1.2.9

type Options struct {
	// 文件
	FileValues []FileValues `json:"file_values,omitempty" xml:"file_values>file_values,omitempty"`
	// 标识
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 值
	Value string `json:"value,omitempty" xml:"value,omitempty"`
}

Options 结构体

type Page added in v1.2.8

type Page struct {
	// 未采纳口径对象
	Data []StandpointDraftOutPutDto `json:"data,omitempty" xml:"data>standpoint_draft_out_put_dto,omitempty"`
	// 1
	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`
	// 10
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

Page 结构体

type PaymentOrderModel added in v1.2.5

type PaymentOrderModel struct {
	// 附件信息
	PaymentOrderFiles []FileModel `json:"payment_order_files,omitempty" xml:"payment_order_files>file_model,omitempty"`
	// 推送人
	SendPeople string `json:"send_people,omitempty" xml:"send_people,omitempty"`
	// 案号
	CaseNumber string `json:"case_number,omitempty" xml:"case_number,omitempty"`
	// 备注
	Comment string `json:"comment,omitempty" xml:"comment,omitempty"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托id
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
}

PaymentOrderModel 结构体

type QueryParam added in v1.2.9

type QueryParam struct {
	// 滑动标识(up:上滑  down:下滑)
	RollFlag string `json:"roll_flag,omitempty" xml:"roll_flag,omitempty"`
	// 业务id
	BusiId string `json:"busi_id,omitempty" xml:"busi_id,omitempty"`
	// 关键字
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 操作人工号
	OperateWorkNo string `json:"operate_work_no,omitempty" xml:"operate_work_no,omitempty"`
	// 系统标识
	InputSystemCode string `json:"input_system_code,omitempty" xml:"input_system_code,omitempty"`
	// 场景id
	SceneId int64 `json:"scene_id,omitempty" xml:"scene_id,omitempty"`
	// 口径id
	StandpointId int64 `json:"standpoint_id,omitempty" xml:"standpoint_id,omitempty"`
}

QueryParam 结构体

type RefereeRegistrationModel

type RefereeRegistrationModel struct {
	// 反馈附件
	FeedbackAttachmentList []LfileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list>lfile_model,omitempty"`
	// 调解凭证附件列表
	MediationCertificateFiles []FileModel `json:"mediation_certificate_files,omitempty" xml:"mediation_certificate_files>file_model,omitempty"`
	// 裁定书附件列表
	WrittenVerdictFiles []LfileModel `json:"written_verdict_files,omitempty" xml:"written_verdict_files>lfile_model,omitempty"`
	// 和解协议附件列表
	SettlementAgreeFiles []LfileModel `json:"settlement_agree_files,omitempty" xml:"settlement_agree_files>lfile_model,omitempty"`
	// 裁决书附件列表
	JudgeFiles []LfileModel `json:"judge_files,omitempty" xml:"judge_files>lfile_model,omitempty"`
	// 撤诉文件附件列表
	DroppedFiles []LfileModel `json:"dropped_files,omitempty" xml:"dropped_files>lfile_model,omitempty"`
	// 其他附件附件列表
	OtherFiles []LfileModel `json:"other_files,omitempty" xml:"other_files>lfile_model,omitempty"`
	// 是否开庭
	IsCourtOpened string `json:"is_court_opened,omitempty" xml:"is_court_opened,omitempty"`
	// 主要观点
	MainPoint string `json:"main_point,omitempty" xml:"main_point,omitempty"`
	// 撤诉原因(原因)
	TypicalCause string `json:"typical_cause,omitempty" xml:"typical_cause,omitempty"`
	// 其他业务标签内容
	OtherBusinessLabel string `json:"other_business_label,omitempty" xml:"other_business_label,omitempty"`
	// 业务标签Keys
	BusinessLabelKeys string `json:"business_label_keys,omitempty" xml:"business_label_keys,omitempty"`
	// 判决结果二级
	JudgementResultSecond string `json:"judgement_result_second,omitempty" xml:"judgement_result_second,omitempty"`
	// 判决结果
	JudgementResult string `json:"judgement_result,omitempty" xml:"judgement_result,omitempty"`
	// 接收时间
	ReceivedTime string `json:"received_time,omitempty" xml:"received_time,omitempty"`
	// 接口调用时间
	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`
	// 更新人
	Updater string `json:"updater,omitempty" xml:"updater,omitempty"`
	// 创建人
	Founder string `json:"founder,omitempty" xml:"founder,omitempty"`
	// 判决金额(其他被告赔付)
	DefendantReceive string `json:"defendant_receive,omitempty" xml:"defendant_receive,omitempty"`
	// 判决金额(我方获赔)
	AmountOurReceive string `json:"amount_our_receive,omitempty" xml:"amount_our_receive,omitempty"`
	// 判决金额(我方赔付)
	AmountOurGive string `json:"amount_our_give,omitempty" xml:"amount_our_give,omitempty"`
	// 诉讼金额
	Amount string `json:"amount,omitempty" xml:"amount,omitempty"`
	// 我方处理人
	Processor string `json:"processor,omitempty" xml:"processor,omitempty"`
	// 平台是否需要承担责任
	IsAssumeResponsibility string `json:"is_assume_responsibility,omitempty" xml:"is_assume_responsibility,omitempty"`
	// 更新时间
	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`
	// 创建时间
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// 撤诉日期
	DropDate string `json:"drop_date,omitempty" xml:"drop_date,omitempty"`
	// 反馈内容
	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`
	// 来源平台
	ResultFrom string `json:"result_from,omitempty" xml:"result_from,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
	// 诉讼系统裁判登记信息
	RegistrationId int64 `json:"registration_id,omitempty" xml:"registration_id,omitempty"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 反馈ID
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`
	// 委托ID,
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
}

RefereeRegistrationModel 结构体

type SceneOption added in v1.2.9

type SceneOption struct {
	// 场景名称
	Text string `json:"text,omitempty" xml:"text,omitempty"`
	// 场景code
	Value string `json:"value,omitempty" xml:"value,omitempty"`
}

SceneOption 结构体

type SealFileModel added in v1.2.5

type SealFileModel struct {
	// 文件对象
	FileModels []FileModel `json:"file_models,omitempty" xml:"file_models>file_model,omitempty"`
	// 申请说明
	Explain string `json:"explain,omitempty" xml:"explain,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 文件类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
}

SealFileModel 结构体

type SealResponseModel added in v1.2.5

type SealResponseModel struct {
	// 批次id
	BatchId string `json:"batch_id,omitempty" xml:"batch_id,omitempty"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托id
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 任务id
	TaskId int64 `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

SealResponseModel 结构体

type SealTaskModel added in v1.2.5

type SealTaskModel struct {
	// 参数对象
	SealFileModels []SealFileModel `json:"seal_file_models,omitempty" xml:"seal_file_models>seal_file_model,omitempty"`
	// 推送人
	PushPeople string `json:"push_people,omitempty" xml:"push_people,omitempty"`
	// 用印类型
	SealType string `json:"seal_type,omitempty" xml:"seal_type,omitempty"`
	// 处理人
	HandlerWorkNo string `json:"handler_work_no,omitempty" xml:"handler_work_no,omitempty"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托id
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
}

SealTaskModel 结构体

type ServiceResult

type ServiceResult struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 案件内容
	Content *CaseModel `json:"content,omitempty" xml:"content,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ServiceResult 结构体

type StandpointDeriveDraftEpaasDto added in v1.2.9

type StandpointDeriveDraftEpaasDto struct {
	// 业务id
	BusId string `json:"bus_id,omitempty" xml:"bus_id,omitempty"`
	// 来源
	DraftSource string `json:"draft_source,omitempty" xml:"draft_source,omitempty"`
	// 拓展字段json
	ExtendJson string `json:"extend_json,omitempty" xml:"extend_json,omitempty"`
	// 场景名称
	SceneName string `json:"scene_name,omitempty" xml:"scene_name,omitempty"`
	// 业务名称
	BusName string `json:"bus_name,omitempty" xml:"bus_name,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 系统标识
	InputSystemCode string `json:"input_system_code,omitempty" xml:"input_system_code,omitempty"`
	// 编号
	CaseNo string `json:"case_no,omitempty" xml:"case_no,omitempty"`
	// 类型
	CaseType string `json:"case_type,omitempty" xml:"case_type,omitempty"`
	// 提交人
	SubmitPeople string `json:"submit_people,omitempty" xml:"submit_people,omitempty"`
	// 口径
	DefenseCaliber string `json:"defense_caliber,omitempty" xml:"defense_caliber,omitempty"`
	// 来源口径id
	SourceStandpointIds string `json:"source_standpoint_ids,omitempty" xml:"source_standpoint_ids,omitempty"`
	// 口径描述
	StandpointDesc string `json:"standpoint_desc,omitempty" xml:"standpoint_desc,omitempty"`
}

StandpointDeriveDraftEpaasDto 结构体

type StandpointDraftDto added in v1.2.8

type StandpointDraftDto struct {
	// 口径
	DefenseCaliber string `json:"defense_caliber,omitempty" xml:"defense_caliber,omitempty"`
	// 来源
	DraftSource string `json:"draft_source,omitempty" xml:"draft_source,omitempty"`
	// 示例场景/口径描述
	StandpointDesc string `json:"standpoint_desc,omitempty" xml:"standpoint_desc,omitempty"`
	// 场景名称
	SceneName string `json:"scene_name,omitempty" xml:"scene_name,omitempty"`
	// 备注
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
	// 编号
	CaseNo string `json:"case_no,omitempty" xml:"case_no,omitempty"`
	// 类型
	CaseType string `json:"case_type,omitempty" xml:"case_type,omitempty"`
	// 提交人
	SubmitPeople string `json:"submit_people,omitempty" xml:"submit_people,omitempty"`
}

StandpointDraftDto 结构体

type StandpointDraftOutPutDto added in v1.2.8

type StandpointDraftOutPutDto struct {
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 创建人
	Creator string `json:"creator,omitempty" xml:"creator,omitempty"`
	// 口径表述
	StandpointDesc string `json:"standpoint_desc,omitempty" xml:"standpoint_desc,omitempty"`
	// 建议口径
	DefenseCaliber string `json:"defense_caliber,omitempty" xml:"defense_caliber,omitempty"`
	// id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

StandpointDraftOutPutDto 结构体

type StandpointOutPutDto added in v1.2.8

type StandpointOutPutDto struct {
	// 表格
	TableStr []string `json:"table_str,omitempty" xml:"table_str>string,omitempty"`
	// 标签
	StandpointLabels []string `json:"standpoint_labels,omitempty" xml:"standpoint_labels>string,omitempty"`
	// 拓展字段
	Options []Options `json:"options,omitempty" xml:"options>options,omitempty"`
	// 场景结构
	ScenesStruct string `json:"scenes_struct,omitempty" xml:"scenes_struct,omitempty"`
	// 标签
	Label string `json:"label,omitempty" xml:"label,omitempty"`
	// 创建日期
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 表格
	TableSchema string `json:"table_schema,omitempty" xml:"table_schema,omitempty"`
	// 口径
	DefenseCaliber string `json:"defense_caliber,omitempty" xml:"defense_caliber,omitempty"`
	// 描述
	StandpointDesc string `json:"standpoint_desc,omitempty" xml:"standpoint_desc,omitempty"`
	// 场景名称
	ScenesName string `json:"scenes_name,omitempty" xml:"scenes_name,omitempty"`
	// 创建人
	CreaterWorkerNo string `json:"creater_worker_no,omitempty" xml:"creater_worker_no,omitempty"`
	// 场景结构
	ScenesStrucct string `json:"scenes_strucct,omitempty" xml:"scenes_strucct,omitempty"`
	// 场景id
	ScenesId int64 `json:"scenes_id,omitempty" xml:"scenes_id,omitempty"`
	// 衍生口径数量
	DeriveCount int64 `json:"derive_count,omitempty" xml:"derive_count,omitempty"`
	// 引用数量
	ReferencedCount int64 `json:"referenced_count,omitempty" xml:"referenced_count,omitempty"`
	// 口径id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 是否收藏
	IsCollection bool `json:"is_collection,omitempty" xml:"is_collection,omitempty"`
}

StandpointOutPutDto 结构体

type StandpointRefDto added in v1.2.8

type StandpointRefDto struct {
	// 口径标签
	StandpointLabels []string `json:"standpoint_labels,omitempty" xml:"standpoint_labels>string,omitempty"`
	// options
	Options []Option `json:"options,omitempty" xml:"options>option,omitempty"`
	// table信息
	TableStr []string `json:"table_str,omitempty" xml:"table_str>string,omitempty"`
	// 观点描述
	StandpointDesc string `json:"standpoint_desc,omitempty" xml:"standpoint_desc,omitempty"`
	// 口径
	DefenseCaliber string `json:"defense_caliber,omitempty" xml:"defense_caliber,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 场景结构
	ScenesStrucct string `json:"scenes_strucct,omitempty" xml:"scenes_strucct,omitempty"`
	// 场景名称
	ScenesName string `json:"scenes_name,omitempty" xml:"scenes_name,omitempty"`
	// 创建者
	CreaterWorkerNo string `json:"creater_worker_no,omitempty" xml:"creater_worker_no,omitempty"`
	// label
	Label string `json:"label,omitempty" xml:"label,omitempty"`
	// tableSchema
	TableSchema string `json:"table_schema,omitempty" xml:"table_schema,omitempty"`
	// 关联观点来源
	RefrenceType string `json:"refrence_type,omitempty" xml:"refrence_type,omitempty"`
	// 场景id
	ScenesId int64 `json:"scenes_id,omitempty" xml:"scenes_id,omitempty"`
	// 关联id
	RefrenceId int64 `json:"refrence_id,omitempty" xml:"refrence_id,omitempty"`
	// id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

StandpointRefDto 结构体

type SuitFeeModel

type SuitFeeModel struct {
	// 财产保全保险费
	DepositInsuranceAmount string `json:"deposit_insurance_amount,omitempty" xml:"deposit_insurance_amount,omitempty"`
	// 其他费用
	OtherFeeAmount string `json:"other_fee_amount,omitempty" xml:"other_fee_amount,omitempty"`
	// 评估鉴定费
	EvaluationFeeAmount string `json:"evaluation_fee_amount,omitempty" xml:"evaluation_fee_amount,omitempty"`
	// 公证费
	NotarialFeeAmount string `json:"notarial_fee_amount,omitempty" xml:"notarial_fee_amount,omitempty"`
	// 公告费
	AnnouncementFeeAmount string `json:"announcement_fee_amount,omitempty" xml:"announcement_fee_amount,omitempty"`
	// 保证金金额
	SecurityDepositAmount string `json:"security_deposit_amount,omitempty" xml:"security_deposit_amount,omitempty"`
	// 退还诉讼费金额
	ReturnCourtFeeAmount string `json:"return_court_fee_amount,omitempty" xml:"return_court_fee_amount,omitempty"`
	// 保全费金额
	PreserveFeeAmount string `json:"preserve_fee_amount,omitempty" xml:"preserve_fee_amount,omitempty"`
	// 补缴诉讼费金额
	MakeupPayCourtFeeAmount string `json:"makeup_pay_court_fee_amount,omitempty" xml:"makeup_pay_court_fee_amount,omitempty"`
	// 补缴诉讼费日期
	MakeupPayCourtFeeTime string `json:"makeup_pay_court_fee_time,omitempty" xml:"makeup_pay_court_fee_time,omitempty"`
	// 预缴诉讼费金额
	PrepayCourtFeeAmount string `json:"prepay_court_fee_amount,omitempty" xml:"prepay_court_fee_amount,omitempty"`
	// 预缴诉讼费日期
	PrepayCourtFeeTime string `json:"prepay_court_fee_time,omitempty" xml:"prepay_court_fee_time,omitempty"`
}

SuitFeeModel 结构体

Source Files

Jump to

Keyboard shortcuts

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