config.php 502 B

1234567891011121314151617
  1. <?php
  2. namespace refill\tongykami;
  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 = 100903;
  10. const KEY = '2A26F8368E6BEA4D16F39DC5D069679C';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_tongykami.php";
  12. }