- <?php
- namespace refill\amingjd;
- class config
- {
- const ORDER_URL = 'http://121.43.141.241:8082/api/telpay';
- const QUERY_URL = 'http://121.43.141.241:8082/api/telpay/query';
- const MCHID = 10003;
- const KEY = '14d5ede552830bff5f25d6ae069aad12';
- const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/amingjd.php";
- const TIMEOUT = 1800;
- }
|