Commit fa29cf03 by 冷斌

fix bug

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