Commit 59d03acd by 冷斌

fix bug

parent d50aa855
......@@ -83,7 +83,6 @@ class Api_Charge extends PhalApi_Api {
$rs['msg'] = '微信未配置';
return $rs;
}
echo 1;die;
$wxpay = new Wxpay();
var_dump($wxpay);
die;
......
<?php
/**
* composer require yansongda/pay -vvv
*
* Class Wxpay
* @package common\models\payment\wx
*/
class Wxpay
{
protected function config()
......
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