- <?php
- namespace refill\yichangt;
- class config
- {
- const ORDER_URL = 'http://youka.5dev.cn/gateway/api.handle/submit';
- const QUERY_URL = 'http://youka.5dev.cn/gateway/api.handle/order';
- const APP_ID = 'app570259129507';
- const APP_SECRET = 'IQL4MOIYQJVWPJVOUM66H5MC7N8LGEE0';
- }
|