Commit 048a425a authored by wanjilong's avatar wanjilong

add: fix

parent b26f55f9
...@@ -19,7 +19,7 @@ class PingxxService ...@@ -19,7 +19,7 @@ class PingxxService
$appId = \Yaf\Application::app()->getConfig()->get('pingxx.appid'); $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($appId); // 设置 App ID
} }
private function __clone() {} private function __clone() {}
......
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