| 12345678910111213141516171819 |
- <?php
- /**
- * Created by PhpStorm.
- * User: chendeben
- * Date: 2018/6/20
- * Time: 下午2:26
- */
- namespace Heanup\App\Api\Config;
- use Heanup\Frame\Config;
- class Site extends Config
- {
- protected static $data = [
- "site_url"=>"http://www.taoqu88.com",
- "user_tag"=>"1350274"
- ];
- }
|