by Robin at 20240626
This commit is contained in:
parent
2cfe121fd1
commit
49e47c99d0
|
@ -8,14 +8,14 @@ type ExtAgreeCallbackVO struct {
|
|||
}
|
||||
|
||||
type ExtSingleDistributeCallbackVO struct {
|
||||
RequestNo string `json:"request_no"` //商户下发请求单号
|
||||
DistributeId string `json:"distribute_id"` //慧用工平台处理单号
|
||||
DistributeStatus int `json:"distribute_status"` //下发状态
|
||||
ServiceCharge string `json:"service_charge"` //该笔下发的服务费(单位:分)
|
||||
DistributeAmount string `json:"distribute_amount"` //下发金额(单位:分)
|
||||
Timestamp string `json:"timestamp"` //下单时间
|
||||
Remark string `json:"remark"` //银行返回打款备注
|
||||
ReasonCode string `json:"reason_code"` //余额不足时会返回E00001
|
||||
RequestNo string `json:"requestNo"` //商户下发请求单号
|
||||
DistributeId string `json:"distributeId"` //慧用工平台处理单号
|
||||
DistributeStatus int `json:"distributeStatus"` //下发状态
|
||||
ServiceCharge string `json:"serviceCharge"` //该笔下发的服务费(单位:分)
|
||||
DistributeAmount string `json:"distributeAmount"` //下发金额(单位:分)
|
||||
Timestamp string `json:"timestamp"` //下单时间
|
||||
Remark string `json:"remark"` //银行返回打款备注
|
||||
ReasonCode string `json:"reasonCode"` //余额不足时会返回E00001
|
||||
}
|
||||
|
||||
type WorkerAgreeStateVO struct {
|
||||
|
|
Loading…
Reference in New Issue