- <?php
- namespace refill\bxtwt;
- class config
- {
- const REQUEST_URL = 'http://8.129.76.127/APIHfKc/v2/';
- const API_USER_NAME= '08aa9b2e2ef44b14bc6ac53fe8253b36';
- const API_CERT = '44143b70ec8cca16cdb533e3c637f410';
- const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_bxtwt.php";
- const API_IP = NET_IP;
- }
|