Commit 94a6af44 by 冷斌

fix bug

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