config.php 406 B

12345678910111213141516
  1. <?php
  2. namespace refill\tianx;
  3. class config
  4. {
  5. const ORDER_URL = 'http://8.136.183.28:8082/api/telpay';
  6. const QUERY_URL = 'http://8.136.183.28:8082/api/telpay/query';
  7. const MCHID = 10129;
  8. const KEY = '13deaf699da2d81bf9ca2c15a0d1c171';
  9. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/refill_tianx.php";
  10. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  11. }