@@ -0,0 +1,9 @@
package bopx
import "errors"
var (
ErrorSignParamNotExist = errors.New("签名参数不存在")
ErrorSignMustBeString = errors.New("sign必须是字符串")
ErrorSignFail = errors.New("验签失败")
)
The note is not visible to the blocked user.