config.php 865 B

1234567891011121314151617181920212223242526
  1. <?php
  2. namespace refill\yichangt_doubi;
  3. class config
  4. {
  5. const ORDER_URL = 'http://api.yhfka.com/gateway/api.handle/submit';
  6. const QUERY_URL = 'http://api.yhfka.com/gateway/api.handle/order';
  7. const BALANCE_URL = 'http://api.yhfka.com/gateway/api.handle/account';
  8. const APP_ID = 'app153238905711';
  9. const APP_SECRET = 'PCRO4LPH6H1DCH0R5W8T4FPAHPQTEAHE';
  10. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yichangt_doubi.php";
  11. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. const PRO_ID =
  13. [
  14. 20 => 10021,
  15. 30 => 10022,
  16. 50 => 10023,
  17. 100 => 10024,
  18. 200 => 10025,
  19. 300 => 10029,
  20. 500 => 10026,
  21. 1000 => 10027,
  22. 2000 => 10028,
  23. ];
  24. }