|
@@ -14,18 +14,21 @@ define('MINIPAY_WXPAY_SSLCERT_PATH', '../cert/xyz_cert.pem');
|
|
|
define('MINIPAY_WXPAY_SSLKEY_PATH', '../cert/xyz_key.pem');
|
|
|
|
|
|
define('OPENWX_APPID', 'wx24c5645aa986234a');
|
|
|
-define('OPENWX_MCHID', '1279745801');
|
|
|
-define('OPENWX_KEY', '0f86a4a9b1edb51b1a7d110fa223a157');
|
|
|
+
|
|
|
+define('WX_MCHID', '1279745801');
|
|
|
+define('WX_MCHKEY', '0f86a4a9b1edb51b1a7d110fa223a157');
|
|
|
define('OPENWX_APPSECRET', '41f93fef3207e917e742b9ebcd540cb2');
|
|
|
-define('OPENWX_SSLCERT_PATH', '../cert/panda_cert.pem');
|
|
|
-define('OPENWX_SSLKEY_PATH', '../cert/panda_key.pem');
|
|
|
+define('WX_SSLCERT_PATH', '../cert/panda_cert.pem');
|
|
|
+define('WX_SSLKEY_PATH', '../cert/panda_key.pem');
|
|
|
|
|
|
|
|
|
-define('SIGN_APPID', 'wx4139a76ccb1f74b3');
|
|
|
-define('SIGN_APPSECRET', '708ce8faa4ec48ba689b03e8fa7e592c');
|
|
|
+//H5端,用户身份信息授权用的,数据来自 公众号->设置->基本配置
|
|
|
+//SIGN_APPID 和 AUTHOR_APPID是相同的.
|
|
|
+define('SIGN_APPID', 'wx38f1d15c5337e89b');
|
|
|
+define('SIGN_APPSECRET', 'fd6436e7427476dbe71a6333b3b02a96');
|
|
|
|
|
|
-define('AUTHOR_APPID', 'wx4139a76ccb1f74b3');
|
|
|
-define('AUTHOR_APPSECRET', '708ce8faa4ec48ba689b03e8fa7e592c');
|
|
|
+define('AUTHOR_APPID', 'wx38f1d15c5337e89b');
|
|
|
+define('AUTHOR_APPSECRET', 'fd6436e7427476dbe71a6333b3b02a96');
|
|
|
|
|
|
//for panda
|
|
|
//define(ALIPAY_PATH, BASE_DATA_PATH . '/api/alipay');
|
|
@@ -40,11 +43,11 @@ define('AUTHOR_APPSECRET', '708ce8faa4ec48ba689b03e8fa7e592c');
|
|
|
//define(MINIPAY_WXPAY_SSLKEY_PATH, '../cert/panda_key.pem');
|
|
|
//
|
|
|
//define(OPENWX_APPID, 'wx24c5645aa986234a');
|
|
|
-//define(OPENWX_MCHID, '1279745801');
|
|
|
-//define(OPENWX_KEY, '0f86a4a9b1edb51b1a7d110fa223a157');
|
|
|
+//define(WX_MCHID, '1279745801');
|
|
|
+//define(WX_MCHKEY, '0f86a4a9b1edb51b1a7d110fa223a157');
|
|
|
//define(OPENWX_APPSECRET, '41f93fef3207e917e742b9ebcd540cb2');
|
|
|
-//define(OPENWX_SSLCERT_PATH, '../cert/panda_cert.pem');
|
|
|
-//define(OPENWX_SSLKEY_PATH, '../cert/panda_key.pem');
|
|
|
+//define(WX_SSLCERT_PATH, '../cert/panda_cert.pem');
|
|
|
+//define(WX_SSLKEY_PATH, '../cert/panda_key.pem');
|
|
|
//
|
|
|
//define(SIGN_APPID, 'wx6b42e00ecaade538');
|
|
|
//define(SIGN_APPSECRET, 'ee64233b3144d76217161666f8cb4c86');
|
|
@@ -65,11 +68,12 @@ define('AUTHOR_APPSECRET', '708ce8faa4ec48ba689b03e8fa7e592c');
|
|
|
//define(MINIPAY_WXPAY_SSLKEY_PATH, '../cert/car_key.pem');
|
|
|
//
|
|
|
//define(OPENWX_APPID, 'wx73acdf06232c6a33');
|
|
|
-//define(OPENWX_MCHID, '1498498152');
|
|
|
-//define(OPENWX_KEY, '2b135842e47ae1935365d43a952cd5b6');
|
|
|
//define(OPENWX_APPSECRET, '92f261a220c79cf3711356ba91d1cb30');
|
|
|
-//define(OPENWX_SSLCERT_PATH, '../cert/car_cert.pem');
|
|
|
-//define(OPENWX_SSLKEY_PATH, '../cert/car_key.pem');
|
|
|
+
|
|
|
+//define(WX_MCHID, '1498498152');
|
|
|
+//define(WX_MCHKEY, '2b135842e47ae1935365d43a952cd5b6');
|
|
|
+//define(WX_SSLCERT_PATH, '../cert/car_cert.pem');
|
|
|
+//define(WX_SSLKEY_PATH, '../cert/car_key.pem');
|
|
|
//
|
|
|
//define(SIGN_APPID, 'wxaf698e1cc5f2073b');
|
|
|
//define(SIGN_APPSECRET, 'da0547505e7bd29a50cdf662cc7b559a');
|