add clear

This commit is contained in:
as2252258@163.com
2019-07-17 17:27:54 +08:00
parent 2c711e5480
commit 2acaf4af2f
2 changed files with 0 additions and 27 deletions
-6
View File
@@ -6,12 +6,6 @@
* Time: 18:38
*/
spl_autoload_register(function ($className) {
include __DIR__ . '/wx/' . str_replace('wchat\\', '', $className) . '.php';
});
$config = new \wchat\Config();
$config->setAppid('');
$config->setAppsecret('');