- <?php
- namespace refill\moxj_yd;
- class config
- {
- const ORDER_URL = 'http://47.107.49.200/api/recharge/order/add';
- const QUERY_URL = 'http://47.107.49.200/api/recharge/order/find';
- const BALANCE_URL = 'http://47.107.49.200/api/recharge/balance/get';
- const MCH_ID = '76505818';
- const KEY = 'e10f918a7a6649ba985f6460b09d1015';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_moxj_yd.php";
- const ExtHeaders = ['Content-Type: application/json'];
- }
|