- <?php
- namespace refill\beixt;
- class config
- {
- const REQUEST_URL = 'http://8.129.76.127/APIHfKc/v2/';
- const API_USER_NAME= '2cf54e1fcd1944e102114c56cf9fe4ca';
- const API_CERT = '2f889d471d2e34a8219dce36e51621c8';
- const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_beixt.php";
- const API_IP = NET_IP;
- }
|