Skip to content

Commit

Permalink
Add order-state for CancelOrderByIdResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
eynzhang committed Dec 3, 2020
1 parent 67bf522 commit cba203a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/order/cancelorderbyidresponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ type CancelOrderByIdResponse struct {
Data string `json:"data"`
ErrorCode string `json:"err-code"`
ErrorMessage string `json:"err-msg"`
OrderState string `json:"order-state"`
}

0 comments on commit cba203a

Please sign in to comment.