- Code to code in dadaapi.CallbackResponse.

This commit is contained in:
gazebo
2018-07-16 11:01:45 +08:00
parent a3f3cd0aa1
commit 80718e6399

View File

@@ -31,7 +31,7 @@ type CallbackMsg struct {
}
type CallbackResponse struct {
Code int
Code int `json:"code"` // 对于达达是无意义的只是用于传递相应的HTTP CODE
Dummy string `json:"dummy"`
}