This commit is contained in:
邹宗楠
2025-07-22 17:39:40 +08:00
parent d4a7fc1836
commit b92fc6bc88
2 changed files with 23 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
package lakala
// ApplyContractCallBack 合同生气回调
type ApplyContractCallBack struct {
// ApplyContractCallBack 电子合同申请人工审核回调
type ApplyContractByPeopleCallBack struct {
Code string `json:"code"`
Msg string `json:"msg"`
RespData struct {
@@ -16,6 +16,17 @@ type ApplyContractCallBack struct {
} `json:"resp_data"`
}
// ApplyContractCallBack 电子合同申请回掉
type ApplyContractCallBack struct {
EcApplyId int64 `json:"ecApplyId"`
EcName string `json:"ecName"`
EcNo string `json:"ecNo"`
EcStatus string `json:"ecStatus"`
OrderNo string `json:"orderNo"`
OrgId int `json:"orgId"`
Version string `json:"version"`
}
// SeparateCallback 商户分账创建/修改回调
type SeparateCallback struct {
ApplyId int64 `json:"applyId"`