From 4062e2aea4d34e2471acab04b9044f33a5e2e967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E4=BF=8A=E6=88=90?= Date: Tue, 10 Oct 2023 14:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=9B=9E=E6=94=B6=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/sanmai.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/sanmai.go b/model/sanmai.go index 01a201b..16c0a86 100644 --- a/model/sanmai.go +++ b/model/sanmai.go @@ -351,7 +351,7 @@ type SubmitConfirmPriceResp struct { } type CancelOrderEvaluationReq struct { - OrderId int `json:"order_id"` + OrderId int `json:"orderId"` } type CancelOrderEvaluationResp struct {