legalsuit

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

司法开放平台 model

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"`
	// 是否为集团公司
	IsAlibabaCompany bool `json:"is_alibaba_company,omitempty" xml:"is_alibaba_company,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"`
}

AccuserModel

type AfterCourtDetailModel

type AfterCourtDetailModel struct {
	// 附件
	NonEviAttachmentList []FileModel `json:"non_evi_attachment_list,omitempty" xml:"non_evi_attachment_list>file_model,omitempty"`
	// 附件数量
	NonEviAttachmentCount int64 `json:"non_evi_attachment_count,omitempty" xml:"non_evi_attachment_count,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"`
	// 附件
	EviAttachmentList []FileModel `json:"evi_attachment_list,omitempty" xml:"evi_attachment_list>file_model,omitempty"`
	// 附件数量
	EviAttachmentCount int64 `json:"evi_attachment_count,omitempty" xml:"evi_attachment_count,omitempty"`
}

AfterCourtDetailModel

type AfterCourtInfoModel

type AfterCourtInfoModel struct {
	// 预测结果
	PredictionResult string `json:"prediction_result,omitempty" xml:"prediction_result,omitempty"`
	// 交流时间
	CommunicationDate string `json:"communication_date,omitempty" xml:"communication_date,omitempty"`
	// 附件数量
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`
	// 附件列表
	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"`
	// 附件数量
	FeedbackAttachmentCount int64 `json:"feedback_attachment_count,omitempty" xml:"feedback_attachment_count,omitempty"`
	// 反馈内容
	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`
	// 反馈id
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,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"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托id
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 调用时间
	CallingTime string `json:"calling_time,omitempty" xml:"calling_time,omitempty"`
	// 庭后信息ID,更新时不能为空
	AfterCourtId int64 `json:"after_court_id,omitempty" xml:"after_court_id,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
	// 备注(主诉)
	Discription string `json:"discription,omitempty" xml:"discription,omitempty"`
}

AfterCourtInfoModel

type AlibabaLegalSuitCaseGetAPIResponse

type AlibabaLegalSuitCaseGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCaseGetResponse
}

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

获取案件信息

type AlibabaLegalSuitCaseGetRequest

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

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

获取案件信息

func NewAlibabaLegalSuitCaseGetRequest

func NewAlibabaLegalSuitCaseGetRequest() *AlibabaLegalSuitCaseGetRequest

初始化AlibabaLegalSuitCaseGetRequest对象

func (AlibabaLegalSuitCaseGetRequest) GetApiMethodName

func (r AlibabaLegalSuitCaseGetRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCaseGetRequest) GetApiParams

func (r AlibabaLegalSuitCaseGetRequest) GetApiParams() url.Values

IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCaseGetRequest) GetId

Id Getter

func (*AlibabaLegalSuitCaseGetRequest) SetId

Id Setter 案件id

type AlibabaLegalSuitCaseGetResponse

type AlibabaLegalSuitCaseGetResponse 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"`
}

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

type AlibabaLegalSuitCourtAfterPushAPIResponse

type AlibabaLegalSuitCourtAfterPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtAfterPushResponse
}

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

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

type AlibabaLegalSuitCourtAfterPushRequest

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

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

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

func NewAlibabaLegalSuitCourtAfterPushRequest

func NewAlibabaLegalSuitCourtAfterPushRequest() *AlibabaLegalSuitCourtAfterPushRequest

初始化AlibabaLegalSuitCourtAfterPushRequest对象

func (AlibabaLegalSuitCourtAfterPushRequest) GetAfterCourtInfoModel

func (r AlibabaLegalSuitCourtAfterPushRequest) GetAfterCourtInfoModel() *AfterCourtInfoModel

AfterCourtInfoModel Getter

func (AlibabaLegalSuitCourtAfterPushRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtAfterPushRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtAfterPushRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (*AlibabaLegalSuitCourtAfterPushRequest) SetAfterCourtInfoModel

func (r *AlibabaLegalSuitCourtAfterPushRequest) SetAfterCourtInfoModel(afterCourtInfoModel *AfterCourtInfoModel) error

AfterCourtInfoModel Setter 庭后信息

type AlibabaLegalSuitCourtAfterPushResponse

type AlibabaLegalSuitCourtAfterPushResponse 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"`
}

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

type AlibabaLegalSuitCourtBeforePushAPIResponse

type AlibabaLegalSuitCourtBeforePushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtBeforePushResponse
}

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

更新或者保存庭前信息

type AlibabaLegalSuitCourtBeforePushRequest

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

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

更新或者保存庭前信息

func NewAlibabaLegalSuitCourtBeforePushRequest

func NewAlibabaLegalSuitCourtBeforePushRequest() *AlibabaLegalSuitCourtBeforePushRequest

初始化AlibabaLegalSuitCourtBeforePushRequest对象

func (AlibabaLegalSuitCourtBeforePushRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtBeforePushRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtBeforePushRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCourtBeforePushRequest) GetBeforeCourtModel

BeforeCourtModel Getter

func (*AlibabaLegalSuitCourtBeforePushRequest) SetBeforeCourtModel

func (r *AlibabaLegalSuitCourtBeforePushRequest) SetBeforeCourtModel(beforeCourtModel *BeforeCourtModel) error

BeforeCourtModel Setter 庭前信息

type AlibabaLegalSuitCourtBeforePushResponse

type AlibabaLegalSuitCourtBeforePushResponse 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"`
}

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

type AlibabaLegalSuitCourtEntrustGetAPIResponse

type AlibabaLegalSuitCourtEntrustGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtEntrustGetResponse
}

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

查询委托开庭信息

type AlibabaLegalSuitCourtEntrustGetRequest

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

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

查询委托开庭信息

func NewAlibabaLegalSuitCourtEntrustGetRequest

func NewAlibabaLegalSuitCourtEntrustGetRequest() *AlibabaLegalSuitCourtEntrustGetRequest

初始化AlibabaLegalSuitCourtEntrustGetRequest对象

func (AlibabaLegalSuitCourtEntrustGetRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtEntrustGetRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtEntrustGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCourtEntrustGetRequest) GetEntrustId

EntrustId Getter

func (AlibabaLegalSuitCourtEntrustGetRequest) GetSuitId

SuitId Getter

func (*AlibabaLegalSuitCourtEntrustGetRequest) SetEntrustId

func (r *AlibabaLegalSuitCourtEntrustGetRequest) SetEntrustId(entrustId int64) error

EntrustId Setter 委托ID

func (*AlibabaLegalSuitCourtEntrustGetRequest) SetSuitId

func (r *AlibabaLegalSuitCourtEntrustGetRequest) SetSuitId(suitId int64) error

SuitId Setter 案件ID

type AlibabaLegalSuitCourtEntrustGetResponse

type AlibabaLegalSuitCourtEntrustGetResponse 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"`
}

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

type AlibabaLegalSuitCourtLawyerPushAPIResponse

type AlibabaLegalSuitCourtLawyerPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtLawyerPushResponse
}

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

为诉讼系统推荐律师

type AlibabaLegalSuitCourtLawyerPushRequest

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

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

为诉讼系统推荐律师

func NewAlibabaLegalSuitCourtLawyerPushRequest

func NewAlibabaLegalSuitCourtLawyerPushRequest() *AlibabaLegalSuitCourtLawyerPushRequest

初始化AlibabaLegalSuitCourtLawyerPushRequest对象

func (AlibabaLegalSuitCourtLawyerPushRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtLawyerPushRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtLawyerPushRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCourtLawyerPushRequest) GetEntrustId

EntrustId Getter

func (AlibabaLegalSuitCourtLawyerPushRequest) GetLawyersModel

LawyersModel Getter

func (AlibabaLegalSuitCourtLawyerPushRequest) GetSuitId

SuitId Getter

func (*AlibabaLegalSuitCourtLawyerPushRequest) SetEntrustId

func (r *AlibabaLegalSuitCourtLawyerPushRequest) SetEntrustId(entrustId int64) error

EntrustId Setter 委托ID

func (*AlibabaLegalSuitCourtLawyerPushRequest) SetLawyersModel

func (r *AlibabaLegalSuitCourtLawyerPushRequest) SetLawyersModel(lawyersModel *LawyersModel) error

LawyersModel Setter 推荐律师模型

func (*AlibabaLegalSuitCourtLawyerPushRequest) SetSuitId

func (r *AlibabaLegalSuitCourtLawyerPushRequest) SetSuitId(suitId int64) error

SuitId Setter 案件ID

type AlibabaLegalSuitCourtLawyerPushResponse

type AlibabaLegalSuitCourtLawyerPushResponse 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"`
}

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

type AlibabaLegalSuitCourtOpenPushAPIResponse

type AlibabaLegalSuitCourtOpenPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitCourtOpenPushResponse
}

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

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

type AlibabaLegalSuitCourtOpenPushRequest

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

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

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

func NewAlibabaLegalSuitCourtOpenPushRequest

func NewAlibabaLegalSuitCourtOpenPushRequest() *AlibabaLegalSuitCourtOpenPushRequest

初始化AlibabaLegalSuitCourtOpenPushRequest对象

func (AlibabaLegalSuitCourtOpenPushRequest) GetApiMethodName

func (r AlibabaLegalSuitCourtOpenPushRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitCourtOpenPushRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitCourtOpenPushRequest) GetCourtInfoModel

CourtInfoModel Getter

func (*AlibabaLegalSuitCourtOpenPushRequest) SetCourtInfoModel

func (r *AlibabaLegalSuitCourtOpenPushRequest) SetCourtInfoModel(courtInfoModel *CourtInfoModel) error

CourtInfoModel Setter 开庭信息

type AlibabaLegalSuitCourtOpenPushResponse

type AlibabaLegalSuitCourtOpenPushResponse 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"`
}

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

type AlibabaLegalSuitDominationPushAPIResponse

type AlibabaLegalSuitDominationPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitDominationPushResponse
}

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

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

type AlibabaLegalSuitDominationPushRequest

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

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

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

func NewAlibabaLegalSuitDominationPushRequest

func NewAlibabaLegalSuitDominationPushRequest() *AlibabaLegalSuitDominationPushRequest

初始化AlibabaLegalSuitDominationPushRequest对象

func (AlibabaLegalSuitDominationPushRequest) GetApiMethodName

func (r AlibabaLegalSuitDominationPushRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitDominationPushRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitDominationPushRequest) GetDominationDissentModel

func (r AlibabaLegalSuitDominationPushRequest) GetDominationDissentModel() *DominationDissentModel

DominationDissentModel Getter

func (*AlibabaLegalSuitDominationPushRequest) SetDominationDissentModel

func (r *AlibabaLegalSuitDominationPushRequest) SetDominationDissentModel(dominationDissentModel *DominationDissentModel) error

DominationDissentModel Setter 管辖信息

type AlibabaLegalSuitDominationPushResponse

type AlibabaLegalSuitDominationPushResponse 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"`
}

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

type AlibabaLegalSuitJudgementGetAPIResponse

type AlibabaLegalSuitJudgementGetAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitJudgementGetResponse
}

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

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

type AlibabaLegalSuitJudgementGetRequest

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

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

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

func NewAlibabaLegalSuitJudgementGetRequest

func NewAlibabaLegalSuitJudgementGetRequest() *AlibabaLegalSuitJudgementGetRequest

初始化AlibabaLegalSuitJudgementGetRequest对象

func (AlibabaLegalSuitJudgementGetRequest) GetApiMethodName

func (r AlibabaLegalSuitJudgementGetRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitJudgementGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitJudgementGetRequest) GetSuitId

SuitId Getter

func (*AlibabaLegalSuitJudgementGetRequest) SetSuitId

func (r *AlibabaLegalSuitJudgementGetRequest) SetSuitId(suitId int64) error

SuitId Setter 案件id

type AlibabaLegalSuitJudgementGetResponse

type AlibabaLegalSuitJudgementGetResponse 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"`
}

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

type AlibabaLegalSuitJudgementPushAPIResponse

type AlibabaLegalSuitJudgementPushAPIResponse struct {
	model.CommonResponse
	AlibabaLegalSuitJudgementPushResponse
}

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

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

type AlibabaLegalSuitJudgementPushRequest

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

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

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

func NewAlibabaLegalSuitJudgementPushRequest

func NewAlibabaLegalSuitJudgementPushRequest() *AlibabaLegalSuitJudgementPushRequest

初始化AlibabaLegalSuitJudgementPushRequest对象

func (AlibabaLegalSuitJudgementPushRequest) GetApiMethodName

func (r AlibabaLegalSuitJudgementPushRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaLegalSuitJudgementPushRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaLegalSuitJudgementPushRequest) GetRefereeRegistrationModel

func (r AlibabaLegalSuitJudgementPushRequest) GetRefereeRegistrationModel() *RefereeRegistrationModel

RefereeRegistrationModel Getter

func (*AlibabaLegalSuitJudgementPushRequest) SetRefereeRegistrationModel

func (r *AlibabaLegalSuitJudgementPushRequest) SetRefereeRegistrationModel(refereeRegistrationModel *RefereeRegistrationModel) error

RefereeRegistrationModel Setter 裁判登记信息

type AlibabaLegalSuitJudgementPushResponse

type AlibabaLegalSuitJudgementPushResponse 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"`
}

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

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"`
	// 是否为集团公司
	IsAlibabaCompany bool `json:"is_alibaba_company,omitempty" xml:"is_alibaba_company,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"`
	// 承办律师联系方式
	LawyerContact string `json:"lawyer_contact,omitempty" xml:"lawyer_contact,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 {
	// 附件个数
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,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"`
	// 反馈ID
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,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"`
	// 案件ID
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,omitempty"`
	// 委托ID
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
	// 反馈附件信息
	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"`
	// 庭前ID
	BeforeCourtId int64 `json:"before_court_id,omitempty" xml:"before_court_id,omitempty"`
}

BeforeCourtModel

type CaseModel

type CaseModel struct {
	// 原告信息
	Accusers []AccuserModel `json:"accusers,omitempty" xml:"accusers>accuser_model,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"`
	// 预立案号
	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"`
	// 原告诉请
	AccuserAppealList []string `json:"accuser_appeal_list,omitempty" xml:"accuser_appeal_list>string,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"`
	// 案件id
	Id int64 `json:"id,omitempty" xml:"id,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"`
}

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 {
	// 委托订单号
	EntrustOrderNumber int64 `json:"entrust_order_number,omitempty" xml:"entrust_order_number,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"`
	// id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 委托方名称
	EntrustingParty string `json:"entrusting_party,omitempty" xml:"entrusting_party,omitempty"`
	// 附件数量
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,omitempty"`
	// 律所执业编号
	FirmBusinessLicNum string `json:"firm_business_lic_num,omitempty" xml:"firm_business_lic_num,omitempty"`
	// 备注
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 附件列表
	AttachmentList []FileModel `json:"attachment_list,omitempty" xml:"attachment_list>file_model,omitempty"`
	// 目标
	Objective string `json:"objective,omitempty" xml:"objective,omitempty"`
	// 委托建议
	Suggest string `json:"suggest,omitempty" xml:"suggest,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 {
	// 总结/教训
	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"`
	// 反馈附件
	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list>file_model,omitempty"`
	// 开庭ID
	CourtId int64 `json:"court_id,omitempty" xml:"court_id,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"`
	// 案件ID
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,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"`
	// 委托ID
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,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"`
	// 问题列表
	QuestionList []CourtProblemModel `json:"question_list,omitempty" xml:"question_list>court_problem_model,omitempty"`
	// 更新时间
	UpdateTime string `json:"update_time,omitempty" xml:"update_time,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"`
	// 风险反馈
	RiskFeedback string `json:"risk_feedback,omitempty" xml:"risk_feedback,omitempty"`
	// 非正式开庭附件数量
	InformalAttachmentCount int64 `json:"informal_attachment_count,omitempty" xml:"informal_attachment_count,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"`
	// 原告信息
	AccuserList []CourtPartyModel `json:"accuser_list,omitempty" xml:"accuser_list>court_party_model,omitempty"`
	// 原被告是否到庭(主诉)
	AccuserDefendantIsCourt string `json:"accuser_defendant_is_court,omitempty" xml:"accuser_defendant_is_court,omitempty"`
	// 非正式开庭附件
	InformalAttachmentList []FileModel `json:"informal_attachment_list,omitempty" xml:"informal_attachment_list>file_model,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"`
	// 正式开庭附件数量
	FormalAttachmentCount int64 `json:"formal_attachment_count,omitempty" xml:"formal_attachment_count,omitempty"`
	// 行政区划
	CourtGeographyName string `json:"court_geography_name,omitempty" xml:"court_geography_name,omitempty"`
	// 反馈ID
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`
	// 被告信息
	DefendantList []CourtPartyModel `json:"defendant_list,omitempty" xml:"defendant_list>court_party_model,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 {
	// 裁定书附件数量
	DominationDissentRulingCount int64 `json:"domination_dissent_ruling_count,omitempty" xml:"domination_dissent_ruling_count,omitempty"`
	// 裁定书附件
	DominationDissentRulingList []FileModel `json:"domination_dissent_ruling_list,omitempty" xml:"domination_dissent_ruling_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"`
	// 反馈附件的个数
	FeedbackAttachmentCount int64 `json:"feedback_attachment_count,omitempty" xml:"feedback_attachment_count,omitempty"`
	// 反馈附件
	FeedbackAttachmentList []FileModel `json:"feedback_attachment_list,omitempty" xml:"feedback_attachment_list>file_model,omitempty"`
	// 反馈内容
	FeedbackContent string `json:"feedback_content,omitempty" xml:"feedback_content,omitempty"`
	// 反馈ID
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,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"`
	// 案件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"`
	// 供应商code
	SupplierCode string `json:"supplier_code,omitempty" xml:"supplier_code,omitempty"`
	// 管辖文书数量
	ApplicationCount int64 `json:"application_count,omitempty" xml:"application_count,omitempty"`
	// 管辖文书
	ApplicationAttachmentList []FileModel `json:"application_attachment_list,omitempty" xml:"application_attachment_list>file_model,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"`
}

DominationDissentModel

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"`
}

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 Lawyers

type Lawyers struct {
	// 附件列表
	AttachmentList []Attachmentlist `json:"attachment_list,omitempty" xml:"attachment_list>attachmentlist,omitempty"`
	// 附件数量
	AttachmentCount int64 `json:"attachment_count,omitempty" xml:"attachment_count,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"`
	// 律师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"`
	// 住所地
	Address bool `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"`
}

LitigantThirdPartyModel

type RefereeRegistrationModel

type RefereeRegistrationModel struct {
	// 是否开庭
	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"`
	// 诉讼系统裁判登记信息
	RegistrationId int64 `json:"registration_id,omitempty" xml:"registration_id,omitempty"`
	// 案件id
	SuitId int64 `json:"suit_id,omitempty" xml:"suit_id,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"`
	// 反馈ID
	FeedbackId int64 `json:"feedback_id,omitempty" xml:"feedback_id,omitempty"`
	// 反馈附件
	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"`
	// 委托ID,
	EntrustId int64 `json:"entrust_id,omitempty" xml:"entrust_id,omitempty"`
	// 来源平台
	ResultFrom string `json:"result_from,omitempty" xml:"result_from,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
}

RefereeRegistrationModel

type ServiceResult

type ServiceResult struct {
	// 案件内容
	Content *CaseModel `json:"content,omitempty" xml:"content,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,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

Jump to

Keyboard shortcuts

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