- <?php
- namespace refill\yibao;
- class config
- {
- const ORDER_URL = 'http://hxx.nvtu.ren/gateway/recharge';
- const QUERY_URL = 'http://hxx.nvtu.ren/gateway/recharge/order';
- const APP_ID = 'RC6f3bd0202e3e4489876ca876854ef813';
- const KEY = 'ab2f6127ca8b4fe2b848228c1fceb12c';
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/yibao.php";
- const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;'];
- }
|