weixin.php 99 B

123456
  1. <?php
  2. return array(
  3. 'MCONF_PLATFORM_STATUS_0' => '否',
  4. 'MCONF_PLATFORM_STATUS_1' => '是',
  5. );
  6. ?>