This commit is contained in:
richboo111
2023-02-03 16:53:14 +08:00
parent af6c9b0409
commit 2ddfaad376
2 changed files with 28 additions and 4 deletions

View File

@@ -223,5 +223,6 @@ type WaybillCallbackParam struct {
AppID string `json:"appid"` //第三方用户唯一凭证
ReturnMsg string `json:"return_msg"` //返回信息,如非空,为错误原因,如签名失败、参数格式校验错误
ReturnCode string `json:"return_code"` //状态ok/fail表示成功
Timestamp string `json:"timestamp"`
//BaseRespInfo
}