新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 39be28fc authored by tianle's avatar tianle

Merge branch 'v2.3.1_qc_ret_err_resp' into 'v2.3.1_qc' (merge request !36)

fix: return err result payload --bug=1004762
fix: return err result payload
--bug=1004762
parents 9eff2ad2 9280a72a
...@@ -684,7 +684,7 @@ func (s *SDK) CallContract(contractName, method string, args map[string][]byte) ...@@ -684,7 +684,7 @@ func (s *SDK) CallContract(contractName, method string, args map[string][]byte)
return protogo.Response{ return protogo.Response{
Status: ERROR, Status: ERROR,
Message: result.SysCallMessage.Message, Message: result.SysCallMessage.Message,
Payload: nil, Payload: result.SysCallMessage.Payload[KeyCallContractResp],
} }
} }
......
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