diff --git a/business/jxcallback/orderman/order_comment.go b/business/jxcallback/orderman/order_comment.go index 217a8c9cf..4faad5772 100644 --- a/business/jxcallback/orderman/order_comment.go +++ b/business/jxcallback/orderman/order_comment.go @@ -34,9 +34,9 @@ const ( ) type tReplyConfig struct { - delayGapBegin int - delayGapEnd int - comments []string + delayGapBegin int `json:"delayGapBegin"` + delayGapEnd int `json:"delayGapEnd"` + comments []string `json:"comments"` } var (