config.php 298 B

123456789101112131415
  1. <?php
  2. namespace refill\baidu;
  3. class config
  4. {
  5. const ORDER_URL = 'https://www.baidu.com/';
  6. const QUERY_URL = 'https://www.baidu.com/';
  7. const MCHID = 10019;
  8. const KEY = '953b8e10a70ef4e85b77f09448c0e316';
  9. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/refill_baidu.php";
  10. }