config.php 471 B

1234567891011121314151617
  1. <?php
  2. namespace refill\xinyang;
  3. class config
  4. {
  5. const ORDER_URL = 'http://47.105.185.167:8003/v1.0/Pay.ashx';
  6. const QUERY_URL = 'http://47.105.185.167:8003/v1.0/QueryOrder.ashx';
  7. const BALANCE_URL = 'http://47.105.185.167:8003/v1.0/QueryBalance.ashx';
  8. const SHOP_ID = 300000;
  9. const USER_ID = 100029;
  10. const KEY = '85A4869CD560B4EFA036DAD236C23528';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xinyang.php";
  12. }