123456789101112131415161718 |
- <?php
- namespace refill\dianchong;
- class config
- {
- //955
- const ORDER_URL = 'http://115.28.209.199:8081/api/charge/v2';
- const QUERY_URL = 'http://115.28.209.199:8081/api/order/query';
- const BALANCE_URL = 'http://115.28.209.199:8081/api/order/balance';
- const PARTNER_NO = 'bjyezi';
- const KEY = '44faf8b608de4ffd874b6a9d1f27e942';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_dianchong.php";
- const ExtHeaders = ['Content-Type: application/json'];
- }
|