Site.php 298 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: chendeben
  5. * Date: 2018/6/20
  6. * Time: 下午2:26
  7. */
  8. namespace Heanup\App\Api\Config;
  9. use Heanup\Frame\Config;
  10. class Site extends Config
  11. {
  12. protected static $data = [
  13. "site_url"=>"http://www.taoqu88.com",
  14. "user_tag"=>"1350274"
  15. ];
  16. }