- mianqian_pay.sql[1KB]
- mianqian_points2.txt[396B]
- 51Aspx源码必读.txt[5KB]
- index.php[110B]
- 最新Asp.Net源码下载.url[123B]
- from.gif[4KB]
源码介绍
源码参数
Thinkphp3.2开发的支付宝+微信个人免签支付源码,本源码有安装教程,要到官网申请接口信息,有第三方后台管理,T+0模式,钱直接打到你个人账户,秒到账,支持回调地址自定义
二、主要功能
1.创建数据库 demo
2.用phpmyadmin导入 mianqian_pay.sql
3.修改 Application\Common\Conf\config.php
$DB_HOST = 'localhost'; //数据库ip地址
$DB_NAME = 'zhifu'; //数据库名称
$DB_USER = 'zhifu'; //数据库登录用户
$DB_PWD = '123456'; //数据库密码
4.修改 Application\Home\Controller\MianqianController.class.php 中的 【必改】
$return_url = 'http://www.xxxxx.com/';//付款后附带加密参数跳转到该页面【必改】
$notify_url = "http://www.xxxxx.com/index.php?m=&c=Mianqian&a=notify_points";//回调地址【必改】
"id" => 136929, //平台ID号【码支付】【必改】***
$key = 'k2zWuXXZCoDFryK13iOQCh7G46u57RI'; //平台key号【码支付】【必改】
5.修改 Application\Home\View\Mianqian\index.html 中的
var user_data ={"codepay_id": 136929,"type": 1,"return_url": 'http://www.xxxxx.com/',"outTime": 360};
//codepay_id 平台ID号
//type 支付方式 1-支付宝,2-QQ钱包,3-微信
//return_url 跳转到该页面
//outTime //有效时间
三、注意事项
开发环境PHP,数据库为MySql
1.创建数据库 demo
2.用phpmyadmin导入 mianqian_pay.sql
3.修改 Application\Common\Conf\config.php
$DB_HOST = 'localhost'; //数据库ip地址
$DB_NAME = 'zhifu'; //数据库名称
$DB_USER = 'zhifu'; //数据库登录用户
$DB_PWD = '123456'; //数据库密码
4.修改 Application\Home\Controller\MianqianController.class.php 中的 【必改】
$return_url = 'http://www.xxxxx.com/';//付款后附带加密参数跳转到该页面【必改】
$notify_url = "http://www.xxxxx.com/index.php?m=&c=Mianqian&a=notify_points";//回调地址【必改】
"id" => 136929, //平台ID号【码支付】【必改】***
$key = 'k2zWuXXZCoDFryK13iOQCh7G46u57RI'; //平台key号【码支付】【必改】
5.修改 Application\Home\View\Mianqian\index.html 中的
var user_data ={"codepay_id": 136929,"type": 1,"return_url": 'http://www.xxxxx.com/',"outTime": 360};
//codepay_id 平台ID号
//type 支付方式 1-支付宝,2-QQ钱包,3-微信
//return_url 跳转到该页面
//outTime //有效时间
【注意】必须配合软件才能使用,软件下载地址 https://codepay.fateqq.com/down.html
软件使用教程 https://codepay.fateqq.com/help/SJl0QUWEM.html
API接口文档 https://codepay.fateqq.com/apiword/r1YwqrOte.html
下单记录
用户名 | 源码评分 | 成交价 | 下单时间 | 订单状态 |
---|