1 Star 0 Fork 107

熊有盛/抖音多账号管理系统

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
yii 553 Bytes
Copy Edit Raw Blame History
youshixing authored 2020-09-24 18:14 . first commit
#!/usr/bin/env php
<?php
/**
* Yii console bootstrap file.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
require __DIR__ . '/vendor/autoload.php';
require __DIR__ . '/vendor/yiisoft/yii2/Yii.php';
$config = require __DIR__ . '/config/console.php';
$application = new yii\console\Application($config);
$exitCode = $application->run();
exit($exitCode);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xysgit/douyin_open_saas.git
git@gitee.com:xysgit/douyin_open_saas.git
xysgit
douyin_open_saas
抖音多账号管理系统
master

Search

0d507c66 1850385 C8b1a773 1850385