安卓苹果微信聊天记录程序修复重复支付bug教程
搭建教程
1,数据库配置根目录修改config.php
2,支付对接彩虹内核支付修改文件/ayangw/common.php 75行
商户信息在网站后台设置
码支付 mzf.huaidan.cool
3,支付后的聊天记录恢复查看修改/template/steam/query.php
4,联系客服修改/template/steam/query.php
/template/steam/index.php
5.微信登录的设置在根目录index.php第4行
$wxsdk=new JSSDK('wx51d7c708bf628a2c','a95ea470b0eb1bb919c8eac4241ca6b9');
6.现在是对接的第三方微信登录接口,wxapi.zonghengwangluo.cn
需要官方登录,直接替换成官方接口即可
商品添加看图片
本程序由坏蛋网络二次开发 bbs.huaidanwangluo.com
商品添加教程
安卓苹果微信聊天记录程序修复重复支付bug教程
替换85行代码
- if(!$row){
- $sql = "select * from ayangw_order where rel = '".$_SESSION['openid']."' and sta = 1 order by id desc";
- $row = $DB->get_row($sql);
- }
复制代码
清空表即可
|