config.php 524 B

1234567891011121314
  1. <?php
  2. namespace refill\yichangt_hf;
  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_hf.php";
  11. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. }