From 80718e63995fde3e11aa792f6e8bfc3f63ef01d8 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 16 Jul 2018 11:01:45 +0800 Subject: [PATCH] - Code to code in dadaapi.CallbackResponse. --- platformapi/dadaapi/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/dadaapi/callback.go b/platformapi/dadaapi/callback.go index e01a6f48..0c6d2688 100644 --- a/platformapi/dadaapi/callback.go +++ b/platformapi/dadaapi/callback.go @@ -31,7 +31,7 @@ type CallbackMsg struct { } type CallbackResponse struct { - Code int + Code int `json:"code"` // 对于达达是无意义的,只是用于传递相应的HTTP CODE Dummy string `json:"dummy"` }