12345678910111213141516171819202122232425 |
- <?php
- namespace refill\lechong_high;
- use mtopcard;
- class config
- {
- const ORDER_URL = 'http://121.196.177.34:1012/api/md5/submitorder';
- const QUERY_URL= 'http://121.196.177.34:1012/api/md5/queryorder';
- const BALANCE_URL= 'http://121.196.177.34:1012/api/md5/getbalance';
- const AgentCode= '202210131253';
- const KEY = 'A388AB4D691A474903084D7E0B9A5F57';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_lechong_high.php";
- const operator = [
- mtopcard\ChinaMobileCard => [
- 50 => 'HUAFEI_YIDONG_QUANGUO_50_DJ',
- 100 => 'HUAFEI_YIDONG_QUANGUO_100_DJ',
- 200 => 'HUAFEI_YIDONG_QUANGUO_200_DJ'
- ],
- ];
- const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
- }
|