|
@@ -24,11 +24,11 @@ define('WX_SSLKEY_PATH', '../cert/panda_key.pem');
|
|
|
|
|
|
//H5端,用户身份信息授权用的,数据来自 公众号->设置->基本配置
|
|
//H5端,用户身份信息授权用的,数据来自 公众号->设置->基本配置
|
|
//SIGN_APPID 和 AUTHOR_APPID是相同的.
|
|
//SIGN_APPID 和 AUTHOR_APPID是相同的.
|
|
-define('SIGN_APPID', 'wx38f1d15c5337e89b');
|
|
|
|
-define('SIGN_APPSECRET', 'fd6436e7427476dbe71a6333b3b02a96');
|
|
|
|
|
|
+define('PUB_APPID', 'wx38f1d15c5337e89b');
|
|
|
|
+define('PUB_APPSECRET', 'fd6436e7427476dbe71a6333b3b02a96');
|
|
|
|
|
|
-define('AUTHOR_APPID', 'wx38f1d15c5337e89b');
|
|
|
|
-define('AUTHOR_APPSECRET', 'fd6436e7427476dbe71a6333b3b02a96');
|
|
|
|
|
|
+define('PUB_APPID', 'wx38f1d15c5337e89b');
|
|
|
|
+define('PUB_APPSECRET', 'fd6436e7427476dbe71a6333b3b02a96');
|
|
|
|
|
|
//for panda
|
|
//for panda
|
|
//define(ALIPAY_PATH, BASE_DATA_PATH . '/api/alipay');
|
|
//define(ALIPAY_PATH, BASE_DATA_PATH . '/api/alipay');
|
|
@@ -49,10 +49,10 @@ define('AUTHOR_APPSECRET', 'fd6436e7427476dbe71a6333b3b02a96');
|
|
//define(WX_SSLCERT_PATH, '../cert/panda_cert.pem');
|
|
//define(WX_SSLCERT_PATH, '../cert/panda_cert.pem');
|
|
//define(WX_SSLKEY_PATH, '../cert/panda_key.pem');
|
|
//define(WX_SSLKEY_PATH, '../cert/panda_key.pem');
|
|
//
|
|
//
|
|
-//define(SIGN_APPID, 'wx6b42e00ecaade538');
|
|
|
|
-//define(SIGN_APPSECRET, 'ee64233b3144d76217161666f8cb4c86');
|
|
|
|
-//define(AUTHOR_APPID, 'wx6b42e00ecaade538');
|
|
|
|
-//define(AUTHOR_APPSECRET, 'ee64233b3144d76217161666f8cb4c86');
|
|
|
|
|
|
+//define(PUB_APPID, 'wx6b42e00ecaade538');
|
|
|
|
+//define(PUB_APPSECRET, 'ee64233b3144d76217161666f8cb4c86');
|
|
|
|
+//define(PUB_APPID, 'wx6b42e00ecaade538');
|
|
|
|
+//define(PUB_APPSECRET, 'ee64233b3144d76217161666f8cb4c86');
|
|
|
|
|
|
|
|
|
|
//for car
|
|
//for car
|
|
@@ -75,7 +75,7 @@ define('AUTHOR_APPSECRET', 'fd6436e7427476dbe71a6333b3b02a96');
|
|
//define(WX_SSLCERT_PATH, '../cert/car_cert.pem');
|
|
//define(WX_SSLCERT_PATH, '../cert/car_cert.pem');
|
|
//define(WX_SSLKEY_PATH, '../cert/car_key.pem');
|
|
//define(WX_SSLKEY_PATH, '../cert/car_key.pem');
|
|
//
|
|
//
|
|
-//define(SIGN_APPID, 'wxaf698e1cc5f2073b');
|
|
|
|
-//define(SIGN_APPSECRET, 'da0547505e7bd29a50cdf662cc7b559a');
|
|
|
|
-//define(AUTHOR_APPID, 'wxaf698e1cc5f2073b');
|
|
|
|
-//define(AUTHOR_APPSECRET, 'da0547505e7bd29a50cdf662cc7b559a');
|
|
|
|
|
|
+//define(PUB_APPID, 'wxaf698e1cc5f2073b');
|
|
|
|
+//define(PUB_APPSECRET, 'da0547505e7bd29a50cdf662cc7b559a');
|
|
|
|
+//define(PUB_APPID, 'wxaf698e1cc5f2073b');
|
|
|
|
+//define(PUB_APPSECRET, 'da0547505e7bd29a50cdf662cc7b559a');
|