1
This commit is contained in:
@@ -218,5 +218,10 @@ type WaybillCallbackParam struct {
|
||||
StateText string `json:"state_text"` //当前状态说明
|
||||
OriginID string `json:"origin_id"` //第三方订单号
|
||||
DriverPhoto string `json:"driver_photo"` //跑男头像(跑男接单后)
|
||||
BaseRespInfo
|
||||
Sign string `json:"sign"` //加密签名
|
||||
NonceStr string `json:"nonce_str"` //随机字符串,不长于32位
|
||||
AppID string `json:"appid"` //第三方用户唯一凭证
|
||||
ReturnMsg string `json:"return_msg"` //返回信息,如非空,为错误原因,如签名失败、参数格式校验错误
|
||||
ReturnCode string `json:"return_code"` //状态,ok/fail表示成功
|
||||
//BaseRespInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user