dashboard
repositories
filestore
activity
search
login
php
/
chandizhida-backend
产地直达后端
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
兑换订单的商家备注中增加卡号和密码信息
zm
2021-04-09
93652ca875fc904a25a7f214adc548745573950a
[php/chandizhida-backend.git]
/
yii
commit
|
author
|
age
90c639
1
#!/usr/bin/env php
Z
2
<?php
3
require(__DIR__ . '/vendor/autoload.php');
4
5
$application = new app\core\ConsoleApplication();
6
$exitCode = $application->run();
7
exit($exitCode);