config.php 387 B

123456789101112131415
  1. <?php
  2. namespace refill\moxj;
  3. class config
  4. {
  5. const ORDER_URL = 'http://118.31.40.52:9009/Order/Api/invest';
  6. const QUERY_URL = 'http://118.31.40.52:9009/Order/Api/queryStatus';
  7. const SID = '16238461944863972345';
  8. const KEY = 'J824e7NHy4fXnxiGNVqlrIY2FPkxwIdSthd9g94SwAiAhGpitl8sUdOx6Vn6rWX7';
  9. const NOTIFY_URL = BASE_SITE_URL."/mobile/callback/refill_moxj.php";
  10. }