- LimitMixedStringLen
This commit is contained in:
@@ -31,7 +31,9 @@ func TestCBMessageTemplateSend(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCBUpdateRemark(t *testing.T) {
|
||||
err := api.CBUpdateRemark("oYN_ust9hXKEvEv0X6Mq6nlAWs_E", "徐大仙")
|
||||
remark := "一二三四五六七八九十"
|
||||
t.Log(len(remark))
|
||||
err := api.CBUpdateRemark("oYN_ust9hXKEvEv0X6Mq6nlAWs_E", remark)
|
||||
if err != nil {
|
||||
t.Log(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user