9 lines
171 B
Go
Raw Normal View History

2024-11-02 11:49:49 +08:00
package errcode
const (
ErrEaLinkInstert = ErrEncounter + iota
)
func EnocunterMsgInit(m msg) {
m[ErrEaLinkInstert] = "路遇添加成功,但关联毛茸茸失败"
}