This commit is contained in:
2018-07-19 19:43:07 +08:00
parent 415f4a4929
commit f3c28fa51f
2 changed files with 76 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: qv
* Date: 2018/7/19 0019
* Time: 18:38
*/
spl_autoload_register(function ($className) {
include __DIR__ . '/wx/' . str_replace('wchat\\', '', $className) . '.php';
});
$data = \wchat\Recharge::call( __DIR__.'/config.php');
var_dump($data);