config.php 331 B

123456789101112131415
  1. <?php
  2. namespace refill\shuoruan;
  3. class config
  4. {
  5. const API_URL = 'http://api.sohan.hk:50080/API';
  6. const ACCOUNT = '18600608333';
  7. const KEY = '471D690CFB902BD8';
  8. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_shuoruan.php";
  9. const ExtHeaders = ['Content-Type: application/json;charset=GB2312'];
  10. }