From acc1ef1b619640cb1e1fe0f56f33f25c292231e9 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 23 Aug 2021 11:17:45 +0800 Subject: [PATCH] aa --- business/jxcallback/orderman/order_comment.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (