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