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

Commit a641d442 authored by gh lu's avatar gh lu

fix: update comments

--bug=0
parent 4e5854db
......@@ -58,7 +58,7 @@ type SDKInterface interface {
// @param key: 获取的参数名
// @return1: 获取结果,格式为string
// @return2: 获取错误信息
// Deprecated: 无法通过返回值来判断state是否存在,GetStateFromKeyWithExists
// Deprecated: 无法通过返回值来判断state是否存在,建议使用GetStateFromKeyWithExists
GetStateFromKey(key string) (string, error)
// GetStateFromKeyWithExists get [key] from chain
// @param key: 获取的参数名
......
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