- <?php
- namespace refill\baidu;
- class config
- {
- const ORDER_URL = 'https://www.baidu.com/';
- const QUERY_URL = 'https://www.baidu.com/';
- const MCHID = 10019;
- const KEY = '953b8e10a70ef4e85b77f09448c0e316';
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/refill_baidu.php";
- }
|