config.php 440 B

12345678910111213141516
  1. <?php
  2. namespace refill\yibao;
  3. class config
  4. {
  5. const ORDER_URL = 'http://hxx.nvtu.ren/gateway/recharge';
  6. const QUERY_URL = 'http://hxx.nvtu.ren/gateway/recharge/order';
  7. const APP_ID = 'RC6f3bd0202e3e4489876ca876854ef813';
  8. const KEY = 'ab2f6127ca8b4fe2b848228c1fceb12c';
  9. const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/yibao.php";
  10. const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;'];
  11. }