Big Bug Ban

兴趣 践行 创新

飞信通信说明

 

决定开源了..

上次的那个飞信接口的详细的通信说明

使用的是wap飞信

通过post和get模拟用户提交

 *
 * 一些关于通讯的说明
 *
 *
 *===================================================
 *                  登陆
 *        传值方式        POST
 *---------------------------------------------------
 *+http://f.10086.cn/im/login/inputpasssubmit1.action
 *-loginstatus    1  1在线2忙碌3离开4隐身
 *-m    手机号码
 *-pass  飞信密码
 *---------------------------------------------------
 *-成功提示   正在为您
 *+http://f.10086.cn/im/index/indexcenter.action?t=6629642626836875
 *===================================================
 *
 *
 *===================================================
 *                发送消息
 *        传值方式         POST
 *---------------------------------------------------
 *+http://f.10086.cn/im/chat/sendMsg.action?touserid={飞信id}
 *-msg    消息正文
 *-touchTextLength     可选
 *-touchTitle      可选
 *===================================================
 *
 *
 *===================================================
 *                搜索
 *       传值方式           POST
 *---------------------------------------------------
 *http://f.10086.cn/im/index/searchOtherInfoList.action?t=6833743967809875
 *---------------------------------------------------
 *-searchText    正文
 *===================================================
 *===================================================
 *                退出登录
 *       传值方式           GET 
 *---------------------------------------------------
 *http://f.10086.cn/im/index/logoutsubmit.action?t=6833743967809875
 *===================================================
 

特别说明

参数里面的t是在登录后服务器返回给客户端的

飞信id不是飞信号码 需要通过search然后从文本流中解析出来



Written by princehaku

11月 25th, 2010 at 10:59 下午

Posted in technology

Tagged with , ,

with 14 comments

14 Responses to '飞信通信说明'

Subscribe to comments with RSS or TrackBack to '飞信通信说明'.

  1. 你说的登录状态不对
    正确的是
    1 在线
    2 忙碌
    3 离开
    4 隐身

    wis

    5 3月 11 at 12:05 下午

  2. 难道移动改了?。。我看看呢。。

    princehaku

    5 3月 11 at 2:59 下午

  3. 恩.对的..改了..
    谢谢~~

    princehaku

    5 3月 11 at 6:18 下午

  4. 博主有没有gtalk啊?

    wis

    5 3月 11 at 7:14 下午

  5. 有 就是那个email 但是一般不用..

    princehaku

    5 3月 11 at 7:30 下午

  6. 这些通信连接你都是通过哪些网站抓到的呀?

    一路狂飙

    24 3月 11 at 9:18 上午

  7. princehaku

    24 3月 11 at 5:18 下午

  8. 你的1.2的API还能用吗?

    一路狂飙

    25 3月 11 at 8:59 上午

  9. 这个API也是成功率很低,search failed的情况太多了。麻烦作者能看看是不是算法缺陷还是什么呢?或者是移动的服务器的问题?一旦失败,就连续一直失败下去了……

    64mi

    3 4月 11 at 1:39 下午

  10. 我自己用的时候没发现报错呢。。。

    princehaku

    4 4月 11 at 7:08 下午

  11. 用飞信id发送就很正常 用手机号查询id失败的情况比较多

    wis

    5 4月 11 at 3:40 下午

  12. 我跟踪下..以前遇到过类似的..很神奇..把echo $data 显示出来就能找到..去掉就找不到了…不知道是什么原因.

    princehaku

    5 4月 11 at 5:45 下午

  13. 移动的服务器的问题.. 只有写个cache了..

    princehaku

    8 4月 11 at 3:35 下午

  14. 移动的服务器的问题..

    princehaku

    8 4月 11 at 3:35 下午

Leave a Reply