This commit is contained in:
richboo111
2023-02-03 11:46:01 +08:00
parent 38490d24f6
commit 1c4d35a69a
3 changed files with 28 additions and 12 deletions

View File

@@ -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
}