config.php 388 B

123456789101112131415
  1. <?php
  2. namespace refill\binghc;
  3. class config
  4. {
  5. const ORDER_URL = 'http://118.31.122.203:9009/Order/Api/invest';
  6. const QUERY_URL = 'http://118.31.122.203:9009/Order/Api/queryStatus';
  7. const SID = 15859027006319913957;
  8. const KEY = '2Kyk7wuYB1HIzGXdk17VAwjCbtL0mJbDggqUTBW3U4tdhqHI7CSfayT1ebT3S6Z5';
  9. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  10. }