Commit 2b80549a by LiuJunYi

退款证书路径

parent 30a96f99
...@@ -408,12 +408,6 @@ class Order extends AuthBase ...@@ -408,12 +408,6 @@ class Order extends AuthBase
} }
} }
public function test()
{
echo __DIR__;
}
} }
......
...@@ -336,8 +336,8 @@ $config = [ ...@@ -336,8 +336,8 @@ $config = [
'sign_type' => 'MD5', 'sign_type' => 'MD5',
'key' => 'meixingzheqinziyou2018jqtechgzgy', 'key' => 'meixingzheqinziyou2018jqtechgzgy',
'app_secret' => '9708059f5f0a280bea0779df44389231', 'app_secret' => '9708059f5f0a280bea0779df44389231',
'ssl_cert_path' => '/home/jqclient/files/mavelerWeb/apiclient_cert.pem', 'ssl_cert_path' => '/home/jqclient/files/mavalerWeb/apiclient_cert.pem',
'ssl_key_path' => '/home/jqclient/files/mavelerWeb/apiclient_key.pem' 'ssl_key_path' => '/home/jqclient/files/mavalerWeb/apiclient_key.pem'
], ],
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
......
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