config.php 502 B

12345678910111213141516
  1. <?php
  2. namespace refill\yanhao;
  3. class config
  4. {
  5. const ORDER_URL = 'http://api.999sup.com/Order/Submit';
  6. const QUERY_URL = 'http://api.999sup.com/Order/Get';
  7. const BALANCE_URL = 'http://api.999sup.com/User/GetAccount';
  8. const USER_ID = '211394995';
  9. const Key = 'f3saY9T7t0qB0SDBrLTHPw==';
  10. const API_IP = NET_IP;
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yanhao.php";
  12. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  13. }