PHP微商城开源代码实例
php  /  管理员 发布于 7年前   215
本文实例为大家分享了PHP微商城的具体代码,供大家参考,具体内容如下 以上所述是小编给大家介绍的PHP微商城代码详解整合,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对站的支持! 0) { $C_webtitle = $row["C_title"]; $C_wtoken = $row["C_wtoken"]; $C_logo = $row["C_logo"]; $C_ico = $row["C_ico"]; $C_wx_appidz = $row["C_wx_appid"]; $C_wx_appsecretz = $row["C_wx_appsecret"];}$signature = $_REQUEST["signature"];$nonce = $_REQUEST["nonce"];$timestamp = $_REQUEST["timestamp"];$echostr = $_REQUEST["echostr"];if ($echostr != "") { $array = array(); $array = array($C_wtoken, $timestamp, $nonce); sort($array); $str = sha1(implode($array)); if ($str == $signature && $echostr) { echo $echostr; exit; }}if ($signature != "" && $echostr == "") { $postArr = file_get_contents("php://input"); $postObj = simplexml_load_string($postArr); $ToUserName = $postObj->FromUserName; $FromUserName = $postObj->ToUserName; $MsgType = $postObj->MsgType; $strEvent = $postObj->Event; $EventKey = $postObj->EventKey; file_put_contents("test.txt", $postArr); if ($MsgType == "event") { if ($strEvent == "subscribe") { $strsend = events( $ToUserName,$FromUserName, "key_" . getrs("select * from SL_reply where R_key like '新用户关注'", "R_reply")); $sqlx = "Select * from SL_member where M_qqid like '" . $ToUserName . "'"; $resultx = mysqli_query($conn, $sqlx); if (mysqli_num_rows($resultx) > 0) { mysqli_query($conn, "update SL_member set M_subscribe=1 where M_qqid like '" . $ToUserName . "'"); } else { $access_token = json_decode(GetBody("https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=" . $C_wx_appidz . "&secret=" . $C_wx_appsecretz, ""))->access_token; $M_info = json_decode(GetBody("https://api.weixin.qq.com/cgi-bin/user/info?access_token=" . $access_token . "&openid=" . $ToUserName . "&lang=zh_CN", "")); $M_login = $M_info->nickname; $M_pic = $M_info->headimgurl; $M_city = $M_info->city; $M_province = $M_info->province; $M_country = $M_info->country; mysqli_query($conn, "insert into SL_member(M_login,M_pwd,M_qqid,M_pic,M_fen,M_regtime,M_add,M_name,M_subscribe) values('" . $M_login . "','" . $ToUserName . "','" . $ToUserName . "','" . $M_pic . "',0,'" . date('Y-m-d H:i:s') . "','" . $M_country . $M_province . $M_city . "','" . $M_login . "',1)"); $sql = "select * from SL_member order by M_id desc limit 1"; $result = mysqli_query($conn, $sql); $row = mysqli_fetch_assoc($result); if (mysqli_num_rows($result) > 0) { $M_id = $row["M_id"]; } uplevel($M_id); } } if ($strEvent == "unsubscribe") { mysqli_query($conn, "update SL_member set M_subscribe=0 where M_qqid like '" . $ToUserName . "'"); } if ($strEvent == "CLICK") {; $strsend = events( $ToUserName,$FromUserName, $EventKey); } } if ($MsgType == "text") { $E_content = $postObj->Content; $strsend = text( $ToUserName, $FromUserName,$E_content); file_put_contents("test3.txt", $strsend); } echo $strsend;}function events($FromUserName, $ToUserName, $key) { global $conn, $D_domain, $C_ico; $E_type = getrs("select * from SL_event where E_id=" . splitx($key, "_", 1), "E_type"); $E_content = getrs("select * from SL_event where E_id=" . splitx($key, "_", 1), "E_content"); switch ($E_type) { case "text": $events = "
您可能感兴趣的文章:
122 在
学历:一种延缓就业设计,生活需求下的权衡之选中评论 工作几年后,报名考研了,到现在还没认真学习备考,迷茫中。作为一名北漂互联网打工人..123 在
Clash for Windows作者删库跑路了,github已404中评论 按理说只要你在国内,所有的流量进出都在监控范围内,不管你怎么隐藏也没用,想搞你分..原梓番博客 在
在Laravel框架中使用模型Model分表最简单的方法中评论 好久好久都没看友情链接申请了,今天刚看,已经添加。..博主 在
佛跳墙vpn软件不会用?上不了网?佛跳墙vpn常见问题以及解决办法中评论 @1111老铁这个不行了,可以看看近期评论的其他文章..1111 在
佛跳墙vpn软件不会用?上不了网?佛跳墙vpn常见问题以及解决办法中评论 网站不能打开,博主百忙中能否发个APP下载链接,佛跳墙或极光..
Copyright·© 2019 侯体宗版权所有·
粤ICP备20027696号