123456789101112131415161718192021 |
- <?php
- namespace refill\tiancheng;
- use mtopcard;
- class config
- {
- const ORDER_URL = 'http://39.99.151.213:18080/api/order/invest';
- const QUERY_URL = 'http://39.99.151.213:18080/api/order/queryStatus';
- const BALANCE_URL = 'http://39.99.151.213:18080/api/order/queryBalance';
- const SID = '16193208193424561706';
- const KEY = 'CwVAoQboguX2DZkdDXk0AIA2csWWnAp1gmKS0KyKKVoX8cX8qJLQa3exEfGevM5J';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_tiancheng.php";
- const operator = [
- mtopcard\ChinaMobileCard => 1,
- mtopcard\ChinaUnicomCard => 2,
- mtopcard\ChinaTelecomCard => 3
- ];
- }
|