- <?php
- namespace refill\hongxudayz996;
- 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 = 'bjyz2';
- const KEY = '17b10ba72d34d55a2312285616f131e4';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudayz996.php";
- const PRICE = 0.996;
- }
|