@@ -1,6 +1,11 @@
package mijia
import "fmt"
import (
"errors"
"fmt"
)
var ErrReauthenticationRequired = errors.New("reauthentication required")
var errorCodeMessages = map[int]string{
-10000: "未知错误",
The note is not visible to the blocked user.