123456789101112131415161718192021 |
- <?php
- namespace refill\yuecheng;
- use mtopcard;
- class config
- {
- //993
- const ORDER_URL = 'http://81.71.131.53:48455/recieverOrderAdvanced';
- const QUERY_URL = 'http://81.71.131.53:48455/queryOrder_cp';
- const CID = 'gyhf';
- const KEY = '77de670b7746d735c303f6dcdb089d05';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yuecheng.php";
- const operator = [
- mtopcard\ChinaMobileCard => 'YD',
- mtopcard\ChinaUnicomCard => 'LT',
- mtopcard\ChinaTelecomCard => 'DX'
- ];
- }
|