Commit 752df86d by 冷斌

fix bug

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