|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- SDK
- �����ַ
- http://paysdk.weixin.qq.com/
-
- ���ٴָ��
- �١���װ����nginx+phpfpm+php
- �ڡ���SDK��ѹ����վ��Ŀ¼
- �ۡ���lib/WxPay.Config.phpΪ�Լ�������̻��ŵ���Ϣ���������˵����
- �ݡ�����֤���滻cert�µ��ļ�
- �ޡ�����
-
- SDKĿ¼�ṹ
- |-- cert
- | |-- apiclient_cert.pem
- | `-- apiclient_key.pem
- |-- index.php
- |-- lib
- | |-- WxPay.Api.php
- | |-- WxPay.Config.php
- | |-- WxPay.Data.php
- | |-- WxPay.Exception.php
- | `-- WxPay.Notify.php
- |-- logs
- | |-- 2015-03-06.log
- | `-- 2015-03-11.log
- `-- example
- |-- WxPay.JsApiPay.php
- |-- WxPay.MicroPay.php
- |-- WxPay.NativePay.php
- |-- download.php
- |-- micropay.php
- |-- native.php
- |-- native_notify.php
- |-- notify.php
- |-- orderquery.php
- |-- qrcode.php
- |-- refund.php
- |-- refundquery.php
- |-- jsapi.php
- |-- log.php
- `-- phpqrcode
-
- Ŀ¼���ܼ��
- lib
- API�ӿڷ�װ����
- WxPay.Api.php ����������֧��API�ӿڵķ�װ
- WxPay.Config.php �̻�����
- WxPay.Data.php ���������װ
- WxPay.Exception.php �쳣��
- WxPay.Notify.php �ص�֪ͨ����
-
- cert
- ֤����·����֤����Ե�¼�̻�ƽ̨https://pay.weixin.qq.com/index.php/account/api_cert����
-
- example
- �����������·��
-
- example/phpqrcode
- ��Դ��ά��php����
-
- logs
- ��־�ļ�
-
- ������ָ��
- MCHID = '1225312702';
- ��������ʼ��е��̻���
-
- APPID = 'wx426b3015555a46be';
- ��������ʼ��еģ������˺�APPID����Ӧ��APPID��
-
- KEY = 'e10adc3949ba59abbe56e057f20f883e'
- ������ʹ���̻�ƽ̨��¼�˻��������¼http://pay.weixin.qq.com ƽ̨���õġ�API��Կ����Ϊ�˰�ȫ��������Ϊ32�ַ�����
-
- APPSECRET = '01c6d59a3f9024db6336662ac95c8e74'
- �IJ�����JSAPI֧����openƽ̨�˻����ܽ���JSAPI֧������ʱ����Ҫ������ȡ�û�openid����ʹ��APPID��Ӧ�Ĺ���ƽ̨��¼http://mp.weixin.qq.com �Ŀ��������Ļ�ȡAppSecret��
-
|