config.php 396 B

1234567891011121314
  1. <?php
  2. namespace refill\yifa;
  3. class config
  4. {
  5. const ORDER_URL = 'http://www.xatc.club/api/coder/order';
  6. const APP_ID= 'e4a61b2acf1119c72c1ed9b61781494e';
  7. const APP_SECRET = '97a4f0c19b4b34578df4a65b5daddf50b7cb9ba02d3690d015f747a5feef1381';
  8. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/refill_yifa.php";
  9. const ExtHeaders = ['Accept:application/json;charset=UTF-8;'];
  10. }