- <?php
- namespace refill\hongxudagy996;
- 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 = 'bjgy2';
- const KEY = '38e7271536d6e95a3b907e8003c0ad7c';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudagy996.php";
- const PRICE = 0.996;
- }
|