Home
php教程
PHP源碼
WeChat scan code payment interface development and Alipay instant payment development



WeChat scan code payment interface development and Alipay instant payment development
Jul 11, 2016 am 08:44 AM
Jump to
[1]
[Full screen preview]
一、支付寶修改配制文件如下: 1、找到源碼文件中pay_demo/Alipay/alipay.config.php 2、做如下修改即可 //合作身份者id,以2088開頭的16位純數(shù)字 $alipay_config['partner'] = '2088888888888888'; //收款支付寶賬號,一般情況下收款賬號就是簽約賬號 $alipay_config['seller_email'] = '826096331@qq.com'; //安全檢驗碼,以數(shù)字和字母組成的32位字符 $alipay_config['key'] = 'kkjiikpb84gl43qeeeeee9n9iiooii2m'; //↑↑↑↑↑↑↑↑↑↑請在這里配置您的基本信息↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ //簽名方式 不需修改 $alipay_config['sign_type'] = strtoupper('MD5'); 二、微信支付修改配制文件如下: 1、找到源碼文件中/pay_demo/Wxpay/lib/WxPay.Config.php 2、做如下修改即可 //=======【基本信息設(shè)置】===================================== // /** * TODO: 修改這里配置為您自己申請的商戶信息 * 微信公眾號信息配置 * * APPID:綁定支付的APPID(必須配置,開戶郵件中可查看) * * MCHID:商戶號(必須配置,開戶郵件中可查看) * * KEY:商戶支付密鑰,參考開戶郵件設(shè)置(必須配置,登錄商戶平臺自行設(shè)置) * 設(shè)置地址:https://pay.weixin.qq.com/index.php/account/api_cert * * APPSECRET:公眾帳號secert(僅JSAPI支付的時候需要配置, 登錄公眾平臺,進入開發(fā)者中心可設(shè)置), * 獲取地址:https://mp.weixin.qq.com/advanced/advanced?action=dev&t=advanced/dev&token=2005451881&lang=zh_CN * @var string */ const APPID = 'wx42212aaaaaabssfc'; const MCHID = '1349832901'; const KEY = 'fca93a0087d0f66f0624343jibd7244e7'; const APPSECRET = '45843e705995a1210sfkdksk26f716dc'; //=======【證書路徑設(shè)置】===================================== /** * TODO:設(shè)置商戶證書路徑 * 證書路徑,注意應(yīng)該填寫絕對路徑(僅退款、撤銷訂單時需要,可登錄商戶平臺下載, * API證書下載地址:https://pay.weixin.qq.com/index.php/account/api_cert,下載之前需要安裝商戶操作證書) * @var path */ const SSLCERT_PATH = '../cert/apiclient_cert.pem'; const SSLKEY_PATH = '../cert/apiclient_key.pem';
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article
Guide: Stellar Blade Save File Location/Save File Lost/Not Saving
4 weeks ago
By DDD
Oguri Cap Build Guide | A Pretty Derby Musume
2 weeks ago
By Jack chen
Agnes Tachyon Build Guide | A Pretty Derby Musume
1 weeks ago
By Jack chen
Dune: Awakening - Advanced Planetologist Quest Walkthrough
3 weeks ago
By Jack chen
Date Everything: Dirk And Harper Relationship Guide
4 weeks ago
By Jack chen

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
