SiteConfiguration.php 251 B

12345678910111213141516
  1. <?php
  2. class SysTemSiteConfig
  3. {
  4. var $Appid="wxe30d2c612847beeb";
  5. var $Appsecret="fe46db11e89cfb7ea575b16def17eab6";
  6. var $SiteDomainName="qmyx.lyfz.net";
  7. function __construct()
  8. {
  9. }
  10. function SysTemSiteConfig()
  11. {
  12. $this->__construct();
  13. }
  14. }
  15. ?>