config.php 427 B

1234567891011121314151617
  1. <?php
  2. namespace refill\zzx;
  3. class config
  4. {
  5. const ORDER_URL = 'http://bank.daoken.club/youka/trade/order';
  6. const QUERY_URL = 'http://bank.daoken.club/youka/trade/orderInfo';
  7. const MID = 1344178203820990464;
  8. const KEY = 'c9c74dcb886e403fb8abc62dadaedd86';
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_zzx.php";
  10. const ExtHeaders = ['Content-Type: application/json'];
  11. const API_IP = NET_IP;
  12. }