Commit 0e4b3391 authored by qiuqunfeng's avatar qiuqunfeng
Browse files

Change GatewayResponseBase code type from int to string

parent 334b7c50
......@@ -286,7 +286,7 @@ type GatewayRespListenerData struct {
}
type GatewayResponseBase struct {
Code int `json:"code"`
Code string `json:"code"`
Message string `json:"message"`
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment