Commit 992421a7 authored by 万继龙's avatar 万继龙

Merge branch 'develop' into 'test'

add: fix

See merge request bp/pay!24
parents e729dd46 048a425a
...@@ -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