config.php 388 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= '6d83f6dba50e4eb2fc201812a8a1ae00';
  7. const APP_SECRET = 'a9305e4db6a8f7e9d2758091940fd6ed4fa1f11f767efaaeb1c91cfbf99d6a9f';
  8. const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_yifa.php";
  9. const ExtHeaders = ['Accept:application/json;charset=UTF-8;'];
  10. }