1234567891011121314151617 |
- <?php
- namespace refill\xinyang;
- class config
- {
- const ORDER_URL = 'http://47.105.185.167:8003/v1.0/Pay.ashx';
- const QUERY_URL = 'http://47.105.185.167:8003/v1.0/QueryOrder.ashx';
- const BALANCE_URL = 'http://47.105.185.167:8003/v1.0/QueryBalance.ashx';
- const SHOP_ID = 300000;
- const USER_ID = 100029;
- const KEY = '85A4869CD560B4EFA036DAD236C23528';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xinyang.php";
- }
|