- <?php
- namespace refill\hongxudagy;
- 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 = 'bjgyfl';
- const KEY = '2b0c17cb64106110f53152fc5bf67896';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudagy.php";
- const PRICE = 0.992;
- }
|