- <?php
- namespace refill\moxj;
- class config
- {
- const ORDER_URL = 'http://118.31.40.52:9009/Order/Api/invest';
- const QUERY_URL = 'http://118.31.40.52:9009/Order/Api/queryStatus';
- const SID = '16238461944863972345';
- const KEY = 'J824e7NHy4fXnxiGNVqlrIY2FPkxwIdSthd9g94SwAiAhGpitl8sUdOx6Vn6rWX7';
- const NOTIFY_URL = BASE_SITE_URL."/mobile/callback/refill_moxj.php";
- }
|