config.php 392 B

123456789101112131415
  1. <?php
  2. namespace refill\binghc;
  3. class config
  4. {
  5. const ORDER_URL = 'http://8.136.239.223:9009/Order/Api/invest';
  6. const QUERY_URL = 'http://8.136.239.223:9009/Order/Api/queryStatus';
  7. const SID = '16133049250783350350';
  8. const KEY = 'f2vxbLarSpPfcpxPXqwfUYcFCvCiyj3a3jY0Lp292OgD1ic25AQUhlTQ9e7lV8O5';
  9. const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/binghc.php";
  10. }