12345678910111213141516171819 |
- <?php
- namespace refill\xianzhibb;
- class config
- {
- const ORDER_URL = 'http://125.77.166.131:7100/home/recharge';
- const QUERY_URL = 'http://125.77.166.131:7100/home/query';
- const BALANCE_URL = 'http://125.77.166.131:7100/home/getbalance';
- const MER_ID = '5167';
- const KEY = 'abb2734aa4f962185a422e449b777ccf';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xianzhibb.php";
- const ERR_NOS = [
- '001','002','003','004','005','006','007','008','009','010','012','013','015'
- ];
- }
|