Commit e812789b by 冷斌

fix bug

parent 2acdadcd
<?php <?php
include dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php';
class Api_Charge extends PhalApi_Api { class Api_Charge extends PhalApi_Api {
public function getRules() { public function getRules() {
...@@ -94,9 +95,8 @@ class Api_Charge extends PhalApi_Api { ...@@ -94,9 +95,8 @@ class Api_Charge extends PhalApi_Api {
return $rs; return $rs;
} }
var_dump(dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php');
// var_dump($this->getWx($configpri, $configpub)); var_dump($this->getWx($configpri, $configpub));
die; die;
$orderinfo=array( $orderinfo=array(
......
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