Merge pull request 'by Robin at 20240626' (#556) from feat-IRONFANS-148-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/556
This commit is contained in:
chenhao 2024-06-26 13:17:10 +08:00
commit 910157fa9c
1 changed files with 8 additions and 8 deletions

View File

@ -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"` //下发金额(单位:分)
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:"reason_code"` //余额不足时会返回E00001
ReasonCode string `json:"reasonCode"` //余额不足时会返回E00001
}
type WorkerAgreeStateVO struct {