2019年3月7日

摘要: <!DOCTYPE html><html> <meta charset="UTF-8"> <title>web chat</title> <link href="static/chat.css" rel='stylesheet' type='text/css' /> <script src="sta 阅读全文
posted @ 2019-03-07 11:10 波弟浪子膏 阅读(277) 评论(0) 推荐(0) 编辑
 
摘要: *, *:before, *:after { box-sizing: border-box;}body, html { height: 100%; overflow: hidden;}body, ul { margin: 0; padding: 0;}body { color: #4d4d4d; f 阅读全文
posted @ 2019-03-07 11:09 波弟浪子膏 阅读(404) 评论(0) 推荐(0) 编辑
 
摘要: <!doctype html><html><head> <meta charset="UTF-8"/> <meta name="description" content="WEB,微信机器人" /> <meta name="keywords" content="微信机器人" /> <title>WE 阅读全文
posted @ 2019-03-07 11:06 波弟浪子膏 阅读(172) 评论(0) 推荐(0) 编辑
 
摘要: <!doctype html><html><head> <meta charset="UTF-8"/> <meta name="description" content="WEB,微信机器人" /> <meta name="keywords" content="微信机器人" /> <title>WE 阅读全文
posted @ 2019-03-07 11:06 波弟浪子膏 阅读(191) 评论(0) 推荐(0) 编辑
 
摘要: <?php/***Author @zhongbo * 步骤说明* 1,微信服务器返回一个会话ID* 2.通过会话ID获得二维码* 3.轮询手机端是否已经扫描二维码并确认在Web端登录* 4.访问登录地址,获得uin和sid* 5.初使化微信信息* 6.获得所有的好友列表* 7.保持与服务器的信息同步 阅读全文
posted @ 2019-03-07 11:05 波弟浪子膏 阅读(243) 评论(0) 推荐(0) 编辑
 
摘要: <?phprequire_once ('src/wechat.php');$wechat = new wechat();$act = isset($_GET['act'])?$_GET['act']:'index';session_start();/*$res = $wechat->getLogin 阅读全文
posted @ 2019-03-07 11:00 波弟浪子膏 阅读(138) 评论(0) 推荐(0) 编辑