【类 型】:test
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
ddf6473138
commit
6bcb72ec0c
@ -48,7 +48,7 @@ class PayController extends PublicController
|
||||
*/
|
||||
public function pay()
|
||||
{
|
||||
$this->publish('demo', 'hi there');
|
||||
//$this->publish('demo', 'hi there');//测试日志
|
||||
//父级构造函数
|
||||
parent::_initialize();
|
||||
|
||||
@ -99,7 +99,7 @@ class PayController extends PublicController
|
||||
*/
|
||||
public function notifyCallback()
|
||||
{
|
||||
$this->publish('demo', 'hello world');
|
||||
//$this->publish('demo', 'hello world');//测试日志
|
||||
try {
|
||||
// 实例化 Yansongda Pay
|
||||
$result = Pay::wechat($this->config)->callback();
|
||||
|
Loading…
Reference in New Issue
Block a user