Commit 752df86d by 冷斌

fix bug

parent fa29cf03
...@@ -37,9 +37,8 @@ class RechangeController extends HomebaseController ...@@ -37,9 +37,8 @@ class RechangeController extends HomebaseController
public function wx() public function wx()
{ {
$config = $this->getWxConfig(); $config = $this->getWxConfig();
var_dump($config); $pay = Pay::wechat($config);
die; var_dump(get_class_methods($pay));
var_dump(Pay::wechat($config));
die; die;
} }
} }
......
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