- <?php
- namespace refill\yifa;
- class config
- {
- const ORDER_URL = 'http://www.xatc.club/api/coder/order';
- const APP_ID= '6d83f6dba50e4eb2fc201812a8a1ae00';
- const APP_SECRET = 'a9305e4db6a8f7e9d2758091940fd6ed4fa1f11f767efaaeb1c91cfbf99d6a9f';
- const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_yifa.php";
- const ExtHeaders = ['Accept:application/json;charset=UTF-8;'];
- }
|