You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.
public void Message(TargetType type, long id, string content)这个方法里面的这句话
var status = JObject.Parse(response.RawText)["errCode"].ToObject<int?>()
我开了控制台程序,并且登录成功了webqq,但隔了几个小时候,我再发送一条消息,执行Message方法,但上面这句代码报未将对象引用到对象实例。我调试看了下,response.RawText并没有errCode的字段了,只有retcode字段,且retcode字段的值是100012.
我不明白返回100012后该怎么做。也不明白返回100012的意思,求教!
The text was updated successfully, but these errors were encountered:
qianzhi001
changed the title
隔几个小时后给好友发送消息时报错(调试时,发现retcode返回是100012)
求教:隔几个小时后给好友发送消息时报错(调试时,发现retcode返回是100012)
Jun 23, 2017
public void Message(TargetType type, long id, string content)这个方法里面的这句话
var status = JObject.Parse(response.RawText)["errCode"].ToObject<int?>()
我开了控制台程序,并且登录成功了webqq,但隔了几个小时候,我再发送一条消息,执行Message方法,但上面这句代码报未将对象引用到对象实例。我调试看了下,response.RawText并没有errCode的字段了,只有retcode字段,且retcode字段的值是100012.
我不明白返回100012后该怎么做。也不明白返回100012的意思,求教!
The text was updated successfully, but these errors were encountered: