config.php 575 B

123456789101112131415161718192021
  1. <?php
  2. namespace refill\wantong;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://8.134.58.151:8088/1/api/oper/order';
  7. const QUERY_URL = 'http://8.134.58.151:8088/1/api/oper/query_order';
  8. const UID = 97396885;
  9. const KEY = 'b9ba9c6fa15f1e026fb816b75be2d925';
  10. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_wantong.php";
  11. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. const operator = [
  13. mtopcard\ChinaMobileCard => 1,
  14. mtopcard\ChinaUnicomCard => 2,
  15. mtopcard\ChinaTelecomCard => 3
  16. ];
  17. }