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