123456789101112131415161718192021 |
- <?php
- namespace refill\wantong;
- use mtopcard;
- class config
- {
- const ORDER_URL = 'http://8.134.58.151:8088/1/api/oper/order';
- const QUERY_URL = 'http://8.134.58.151:8088/1/api/oper/query_order';
- const UID = 97396885;
- const KEY = 'b9ba9c6fa15f1e026fb816b75be2d925';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_wantong.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const operator = [
- mtopcard\ChinaMobileCard => 1,
- mtopcard\ChinaUnicomCard => 2,
- mtopcard\ChinaTelecomCard => 3
- ];
- }
|