Commit e729dd46 authored by 万继龙's avatar 万继龙

Merge branch 'develop' into 'test'

add: 修改pingxx账户信息

See merge request bp/pay!23
parents 150db88f b26f55f9
...@@ -16,7 +16,7 @@ class PingxxService ...@@ -16,7 +16,7 @@ class PingxxService
private function __construct() private function __construct()
{ {
//Pingpp::setApiKey('sk_test_KCaD0O5KyjzPinLynHzH4Cu1'); // 设置 API Key $appId = \Yaf\Application::app()->getConfig()->get('pingxx.appid');
Pingpp::setApiKey('sk_live_9q9iLCS4mvv1a9eTq190O8K4'); // 正式 API Key Pingpp::setApiKey('sk_live_9q9iLCS4mvv1a9eTq190O8K4'); // 正式 API Key
Pingpp::setPrivateKeyPath(ROOT_PATH . '/conf/your_rsa_private_key.pem'); // 设置私钥 Pingpp::setPrivateKeyPath(ROOT_PATH . '/conf/your_rsa_private_key.pem'); // 设置私钥
Pingpp::setAppId('app_9m1ubDG4e1mPXLCG'); // 设置 App ID Pingpp::setAppId('app_9m1ubDG4e1mPXLCG'); // 设置 App ID
......
...@@ -33,6 +33,13 @@ exception.sys.msg = "system error" ...@@ -33,6 +33,13 @@ exception.sys.msg = "system error"
trace.open = true trace.open = true
[prod : common : exception] [prod : common : exception]
[pre : common : exception] pnigxx.appid = "app_9m1ubDG4e1mPXLCG"
[pref : common : exception]
pingxx.appid = "app_9m1ubDG4e1mPXLCG"
[test : common : exception] [test : common : exception]
pingxx.appid = "app_W10Oe5XrvbzHfP4W"
[dev : common : exception] [dev : common : exception]
pingxx.appid = "app_W10Oe5XrvbzHfP4W"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment