config.php 559 B

123456789101112131415161718
  1. <?php
  2. namespace refill\tongy;
  3. class config
  4. {
  5. const ORDER_URL = 'http://api.sale.rongyuanruitian.com/v1.0/Pay.ashx';
  6. const QUERY_URL = 'http://api.sale.rongyuanruitian.com/v1.0/QueryOrder.ashx';
  7. const BALANCE_URL = 'http://api.sale.rongyuanruitian.com/v1.0/QueryBalance.ashx';
  8. const SHOP_ID = 300000;
  9. const USER_ID = 100857;
  10. const KEY = 'E80A1761A46507E65202853367C2E760';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tongy.php";
  12. // const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  13. }