- <?php
- namespace refill\tianx;
- class config
- {
- const ORDER_URL = 'http://8.136.183.28:8082/api/telpay';
- const QUERY_URL = 'http://8.136.183.28:8082/api/telpay/query';
- const MCHID = 10129;
- const KEY = '13deaf699da2d81bf9ca2c15a0d1c171';
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/refill_tianx.php";
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
- }
|