config.php 456 B

1234567891011121314151617
  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 SHOP_ID = 300000;
  8. const USER_ID = 100857;
  9. const KEY = 'E80A1761A46507E65202853367C2E760';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tongy.php";
  11. // const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. }