This commit is contained in:
wangchuxiao
2022-03-14 18:33:00 +08:00
parent fb22b8bba5
commit 347b1dd31c
6 changed files with 501 additions and 18 deletions
+3 -5
View File
@@ -17,10 +17,8 @@ type CommonCallbackReq struct {
}
type CommonCallbackResp struct {
ActionCode int `json:"actionCode"`
ErrCode int `json:"errCode"`
ErrMsg string `json:"errMsg"`
ActionCode int `json:"actionCode"`
ErrCode int `json:"errCode"`
ErrMsg string `json:"errMsg"`
OperationID string `json:"operationID"`
}