- <?php
- namespace refill\hongxudayz;
- class config
- {
- const ORDER_URL = 'http://8.134.12.246:8090/recieverOrder';
- const QUERY_URL = 'http://8.134.12.246:8090/queryOrder';
- const BALANCE_URL = 'http://8.134.12.246:8090/queryAccount';
- const MER_ID = 'yzhfcz';
- const KEY = '05375eae5804db4515e1bd0ff0adfe10';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudayz.php";
- const PRICE = 0.992;
- }
|