[更新]修改项目忽略配置

This commit is contained in:
Anyon 2018-04-19 17:52:31 +08:00
parent e434398f73
commit 9e6e0a9aec
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@
/.git
/.DS_Store
/vendor
/WeChat/Cache
/Cache

View File

@ -14,7 +14,7 @@ echo '<pre>';
try {
// var_dump($mini->getCode('pages/index?query=1'));
// var_dump($mini->getCodeUnlimit('432432', 'pages/index/index'));
// var_dump($mini->createQrcode('pages/index?query=1'));
var_dump($mini->createQrcode('pages/index?query=1'));
} catch (Exception $e) {
var_dump($e->getMessage());
}