- <?php
- namespace refill\amingyd;
- class config
- {
- const ORDER_URL = 'http://8.135.98.236:8080/morgan/boss/agent/preOrder';
- const QUERY_URL = 'http://8.135.98.236:8080/morgan/boss/agent/query';
- const AppKey = '40695059';
- const AppSecret = 'FAQLV7PAEHLJPTUFZ06DSBIBRB77A568';
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/amingyd.php";
- const ExtHeaders = ['Content-Type: application/json;'];
- }
|