legalsuit

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package legalsuit 包含司法开放平台相关结构体

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

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 AlibabaLegalSuitCaseGetAPIRequest added in v1.2.0

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

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

获取案件信息

func NewAlibabaLegalSuitCaseGetRequest

func NewAlibabaLegalSuitCaseGetRequest() *AlibabaLegalSuitCaseGetAPIRequest

NewAlibabaLegalSuitCaseGetRequest 初始化AlibabaLegalSuitCaseGetAPIRequest对象

func (AlibabaLegalSuitCaseGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaLegalSuitCaseGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCaseGetAPIRequest) GetApiParams added in v1.2.0

func (r AlibabaLegalSuitCaseGetAPIRequest) GetApiParams() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCaseGetAPIRequest) GetId added in v1.2.0

GetId Id Getter

func (*AlibabaLegalSuitCaseGetAPIRequest) SetId added in v1.2.0

SetId is Id Setter 案件id

type AlibabaLegalSuitCaseGetAPIResponse

type AlibabaLegalSuitCaseGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCaseGetAPIResponseModel
}

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

获取案件信息

type AlibabaLegalSuitCaseGetAPIResponseModel added in v1.2.0

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.2.0

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

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

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

func NewAlibabaLegalSuitCourtAfterPushRequest

func NewAlibabaLegalSuitCourtAfterPushRequest() *AlibabaLegalSuitCourtAfterPushAPIRequest

NewAlibabaLegalSuitCourtAfterPushRequest 初始化AlibabaLegalSuitCourtAfterPushAPIRequest对象

func (AlibabaLegalSuitCourtAfterPushAPIRequest) GetAfterCourtInfoModel added in v1.2.0

GetAfterCourtInfoModel AfterCourtInfoModel Getter

func (AlibabaLegalSuitCourtAfterPushAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaLegalSuitCourtAfterPushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtAfterPushAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (*AlibabaLegalSuitCourtAfterPushAPIRequest) SetAfterCourtInfoModel added in v1.2.0

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

SetAfterCourtInfoModel is AfterCourtInfoModel Setter 庭后信息

type AlibabaLegalSuitCourtAfterPushAPIResponse

type AlibabaLegalSuitCourtAfterPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtAfterPushAPIResponseModel
}

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

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

type AlibabaLegalSuitCourtAfterPushAPIResponseModel added in v1.2.0

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.2.0

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

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

更新或者保存庭前信息

func NewAlibabaLegalSuitCourtBeforePushRequest

func NewAlibabaLegalSuitCourtBeforePushRequest() *AlibabaLegalSuitCourtBeforePushAPIRequest

NewAlibabaLegalSuitCourtBeforePushRequest 初始化AlibabaLegalSuitCourtBeforePushAPIRequest对象

func (AlibabaLegalSuitCourtBeforePushAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtBeforePushAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCourtBeforePushAPIRequest) GetBeforeCourtModel added in v1.2.0

GetBeforeCourtModel BeforeCourtModel Getter

func (*AlibabaLegalSuitCourtBeforePushAPIRequest) SetBeforeCourtModel added in v1.2.0

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

SetBeforeCourtModel is BeforeCourtModel Setter 庭前信息

type AlibabaLegalSuitCourtBeforePushAPIResponse

type AlibabaLegalSuitCourtBeforePushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtBeforePushAPIResponseModel
}

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

更新或者保存庭前信息

type AlibabaLegalSuitCourtBeforePushAPIResponseModel added in v1.2.0

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.2.0

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

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

查询委托开庭信息

func NewAlibabaLegalSuitCourtEntrustGetRequest

func NewAlibabaLegalSuitCourtEntrustGetRequest() *AlibabaLegalSuitCourtEntrustGetAPIRequest

NewAlibabaLegalSuitCourtEntrustGetRequest 初始化AlibabaLegalSuitCourtEntrustGetAPIRequest对象

func (AlibabaLegalSuitCourtEntrustGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtEntrustGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCourtEntrustGetAPIRequest) GetEntrustId added in v1.2.0

GetEntrustId EntrustId Getter

func (AlibabaLegalSuitCourtEntrustGetAPIRequest) GetSuitId added in v1.2.0

GetSuitId SuitId Getter

func (*AlibabaLegalSuitCourtEntrustGetAPIRequest) SetEntrustId added in v1.2.0

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

SetEntrustId is EntrustId Setter 委托ID

func (*AlibabaLegalSuitCourtEntrustGetAPIRequest) SetSuitId added in v1.2.0

SetSuitId is SuitId Setter 案件ID

type AlibabaLegalSuitCourtEntrustGetAPIResponse

type AlibabaLegalSuitCourtEntrustGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtEntrustGetAPIResponseModel
}

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

查询委托开庭信息

type AlibabaLegalSuitCourtEntrustGetAPIResponseModel added in v1.2.0

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.2.0

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

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

为诉讼系统推荐律师

func NewAlibabaLegalSuitCourtLawyerPushRequest

func NewAlibabaLegalSuitCourtLawyerPushRequest() *AlibabaLegalSuitCourtLawyerPushAPIRequest

NewAlibabaLegalSuitCourtLawyerPushRequest 初始化AlibabaLegalSuitCourtLawyerPushAPIRequest对象

func (AlibabaLegalSuitCourtLawyerPushAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtLawyerPushAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCourtLawyerPushAPIRequest) GetEntrustId added in v1.2.0

GetEntrustId EntrustId Getter

func (AlibabaLegalSuitCourtLawyerPushAPIRequest) GetLawyersModel added in v1.2.0

GetLawyersModel LawyersModel Getter

func (AlibabaLegalSuitCourtLawyerPushAPIRequest) GetSuitId added in v1.2.0

GetSuitId SuitId Getter

func (*AlibabaLegalSuitCourtLawyerPushAPIRequest) SetEntrustId added in v1.2.0

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

SetEntrustId is EntrustId Setter 委托ID

func (*AlibabaLegalSuitCourtLawyerPushAPIRequest) SetLawyersModel added in v1.2.0

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

SetLawyersModel is LawyersModel Setter 推荐律师模型

func (*AlibabaLegalSuitCourtLawyerPushAPIRequest) SetSuitId added in v1.2.0

SetSuitId is SuitId Setter 案件ID

type AlibabaLegalSuitCourtLawyerPushAPIResponse

type AlibabaLegalSuitCourtLawyerPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtLawyerPushAPIResponseModel
}

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

为诉讼系统推荐律师

type AlibabaLegalSuitCourtLawyerPushAPIResponseModel added in v1.2.0

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.2.0

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

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

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

func NewAlibabaLegalSuitCourtOpenPushRequest

func NewAlibabaLegalSuitCourtOpenPushRequest() *AlibabaLegalSuitCourtOpenPushAPIRequest

NewAlibabaLegalSuitCourtOpenPushRequest 初始化AlibabaLegalSuitCourtOpenPushAPIRequest对象

func (AlibabaLegalSuitCourtOpenPushAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaLegalSuitCourtOpenPushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtOpenPushAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCourtOpenPushAPIRequest) GetCourtInfoModel added in v1.2.0

GetCourtInfoModel CourtInfoModel Getter

func (*AlibabaLegalSuitCourtOpenPushAPIRequest) SetCourtInfoModel added in v1.2.0

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

SetCourtInfoModel is CourtInfoModel Setter 开庭信息

type AlibabaLegalSuitCourtOpenPushAPIResponse

type AlibabaLegalSuitCourtOpenPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtOpenPushAPIResponseModel
}

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

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

type AlibabaLegalSuitCourtOpenPushAPIResponseModel added in v1.2.0

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 AlibabaLegalSuitDominationGetAPIRequest added in v1.2.5

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

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

查询管辖信息

func NewAlibabaLegalSuitDominationGetRequest added in v1.2.5

func NewAlibabaLegalSuitDominationGetRequest() *AlibabaLegalSuitDominationGetAPIRequest

NewAlibabaLegalSuitDominationGetRequest 初始化AlibabaLegalSuitDominationGetAPIRequest对象

func (AlibabaLegalSuitDominationGetAPIRequest) GetApiMethodName added in v1.2.5

func (r AlibabaLegalSuitDominationGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitDominationGetAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitDominationGetAPIRequest) GetDominationId added in v1.2.5

func (r AlibabaLegalSuitDominationGetAPIRequest) GetDominationId() int64

GetDominationId DominationId Getter

func (AlibabaLegalSuitDominationGetAPIRequest) GetEntrustId added in v1.2.5

GetEntrustId EntrustId Getter

func (AlibabaLegalSuitDominationGetAPIRequest) GetSuitId added in v1.2.5

GetSuitId SuitId Getter

func (*AlibabaLegalSuitDominationGetAPIRequest) SetDominationId added in v1.2.5

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

SetDominationId is DominationId Setter 管辖ID

func (*AlibabaLegalSuitDominationGetAPIRequest) SetEntrustId added in v1.2.5

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

SetEntrustId is EntrustId Setter 委托ID

func (*AlibabaLegalSuitDominationGetAPIRequest) SetSuitId added in v1.2.5

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

SetSuitId is SuitId Setter 案件ID

type AlibabaLegalSuitDominationGetAPIResponse added in v1.2.5

type AlibabaLegalSuitDominationGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitDominationGetAPIResponseModel
}

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

查询管辖信息

type AlibabaLegalSuitDominationGetAPIResponseModel added in v1.2.5

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.2.0

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

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

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

func NewAlibabaLegalSuitDominationPushRequest

func NewAlibabaLegalSuitDominationPushRequest() *AlibabaLegalSuitDominationPushAPIRequest

NewAlibabaLegalSuitDominationPushRequest 初始化AlibabaLegalSuitDominationPushAPIRequest对象

func (AlibabaLegalSuitDominationPushAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaLegalSuitDominationPushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitDominationPushAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitDominationPushAPIRequest) GetDominationDissentModel added in v1.2.0

GetDominationDissentModel DominationDissentModel Getter

func (*AlibabaLegalSuitDominationPushAPIRequest) SetDominationDissentModel added in v1.2.0

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

SetDominationDissentModel is DominationDissentModel Setter 管辖信息

type AlibabaLegalSuitDominationPushAPIResponse

type AlibabaLegalSuitDominationPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitDominationPushAPIResponseModel
}

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

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

type AlibabaLegalSuitDominationPushAPIResponseModel added in v1.2.0

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.2.0

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

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

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

func NewAlibabaLegalSuitJudgementGetRequest

func NewAlibabaLegalSuitJudgementGetRequest() *AlibabaLegalSuitJudgementGetAPIRequest

NewAlibabaLegalSuitJudgementGetRequest 初始化AlibabaLegalSuitJudgementGetAPIRequest对象

func (AlibabaLegalSuitJudgementGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaLegalSuitJudgementGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitJudgementGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitJudgementGetAPIRequest) GetSuitId added in v1.2.0

GetSuitId SuitId Getter

func (*AlibabaLegalSuitJudgementGetAPIRequest) SetSuitId added in v1.2.0

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

SetSuitId is SuitId Setter 案件id

type AlibabaLegalSuitJudgementGetAPIResponse

type AlibabaLegalSuitJudgementGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitJudgementGetAPIResponseModel
}

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

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

type AlibabaLegalSuitJudgementGetAPIResponseModel added in v1.2.0

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.2.0

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

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

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

func NewAlibabaLegalSuitJudgementPushRequest

func NewAlibabaLegalSuitJudgementPushRequest() *AlibabaLegalSuitJudgementPushAPIRequest

NewAlibabaLegalSuitJudgementPushRequest 初始化AlibabaLegalSuitJudgementPushAPIRequest对象

func (AlibabaLegalSuitJudgementPushAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaLegalSuitJudgementPushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitJudgementPushAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitJudgementPushAPIRequest) GetRefereeRegistrationModel added in v1.2.0

func (r AlibabaLegalSuitJudgementPushAPIRequest) GetRefereeRegistrationModel() *RefereeRegistrationModel

GetRefereeRegistrationModel RefereeRegistrationModel Getter

func (*AlibabaLegalSuitJudgementPushAPIRequest) SetRefereeRegistrationModel added in v1.2.0

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

SetRefereeRegistrationModel is RefereeRegistrationModel Setter 裁判登记信息

type AlibabaLegalSuitJudgementPushAPIResponse

type AlibabaLegalSuitJudgementPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitJudgementPushAPIResponseModel
}

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

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

type AlibabaLegalSuitJudgementPushAPIResponseModel added in v1.2.0

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.2.5

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

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

外部推送缴费

func NewAlibabaLegalSuitPaymentPushRequest added in v1.2.5

func NewAlibabaLegalSuitPaymentPushRequest() *AlibabaLegalSuitPaymentPushAPIRequest

NewAlibabaLegalSuitPaymentPushRequest 初始化AlibabaLegalSuitPaymentPushAPIRequest对象

func (AlibabaLegalSuitPaymentPushAPIRequest) GetApiMethodName added in v1.2.5

func (r AlibabaLegalSuitPaymentPushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitPaymentPushAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitPaymentPushAPIRequest) GetPaymentOrderModel added in v1.2.5

func (r AlibabaLegalSuitPaymentPushAPIRequest) GetPaymentOrderModel() *PaymentOrderModel

GetPaymentOrderModel PaymentOrderModel Getter

func (*AlibabaLegalSuitPaymentPushAPIRequest) SetPaymentOrderModel added in v1.2.5

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

SetPaymentOrderModel is PaymentOrderModel Setter 推送信息

type AlibabaLegalSuitPaymentPushAPIResponse added in v1.2.5

type AlibabaLegalSuitPaymentPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitPaymentPushAPIResponseModel
}

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

外部推送缴费

type AlibabaLegalSuitPaymentPushAPIResponseModel added in v1.2.5

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.2.5

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

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

法宝推送用印

func NewAlibabaLegalSuitSealPushRequest added in v1.2.5

func NewAlibabaLegalSuitSealPushRequest() *AlibabaLegalSuitSealPushAPIRequest

NewAlibabaLegalSuitSealPushRequest 初始化AlibabaLegalSuitSealPushAPIRequest对象

func (AlibabaLegalSuitSealPushAPIRequest) GetApiMethodName added in v1.2.5

func (r AlibabaLegalSuitSealPushAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitSealPushAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitSealPushAPIRequest) GetSealTaskModel added in v1.2.5

func (r AlibabaLegalSuitSealPushAPIRequest) GetSealTaskModel() *SealTaskModel

GetSealTaskModel SealTaskModel Getter

func (*AlibabaLegalSuitSealPushAPIRequest) SetSealTaskModel added in v1.2.5

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

SetSealTaskModel is SealTaskModel Setter 最外层list

type AlibabaLegalSuitSealPushAPIResponse added in v1.2.5

type AlibabaLegalSuitSealPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitSealPushAPIResponseModel
}

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

法宝推送用印

type AlibabaLegalSuitSealPushAPIResponseModel added in v1.2.5

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 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 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 LFileModel

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

LFileModel 结构体

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 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 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 RefereeRegistrationModel

type RefereeRegistrationModel struct {
	// 反馈附件
	FeedbackAttachmentList []LFileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list>l_file_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>l_file_model,omitempty"`
	// 和解协议附件列表
	SettlementAgreeFiles []LFileModel `json:"settlement_agree_files,omitempty" xml:"settlement_agree_files>l_file_model,omitempty"`
	// 裁决书附件列表
	JudgeFiles []LFileModel `json:"judge_files,omitempty" xml:"judge_files>l_file_model,omitempty"`
	// 撤诉文件附件列表
	DroppedFiles []LFileModel `json:"dropped_files,omitempty" xml:"dropped_files>l_file_model,omitempty"`
	// 其他附件附件列表
	OtherFiles []LFileModel `json:"other_files,omitempty" xml:"other_files>l_file_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 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 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