Commit b26f55f9 authored by wanjilong's avatar wanjilong

add: 修改pingxx账户信息

parent ff1d4bd5
......@@ -16,7 +16,7 @@ class PingxxService
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::setPrivateKeyPath(ROOT_PATH . '/conf/your_rsa_private_key.pem'); // 设置私钥
Pingpp::setAppId('app_9m1ubDG4e1mPXLCG'); // 设置 App ID
......
......@@ -33,6 +33,13 @@ exception.sys.msg = "system error"
trace.open = true
[prod : common : exception]
[pre : common : exception]
pnigxx.appid = "app_9m1ubDG4e1mPXLCG"
[pref : common : exception]
pingxx.appid = "app_9m1ubDG4e1mPXLCG"
[test : common : exception]
pingxx.appid = "app_W10Oe5XrvbzHfP4W"
[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