- <?php
- namespace refill\lingzhdl;
- class config
- {
- const PAY_PHONE_URL = 'http://121.89.212.167/racc/index.php';
- const QUERY_URL = 'http://121.89.212.167/racc/index.php';
- const USR = 9618;
- const KEY = 'fa0a841bdb424b6e1ac76148e9fdc7a8';
- const API_IP = NET_IP;
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_lingzhdl.php";
- }
|