1234567891011121314151617 |
- <?php
- namespace refill\tongykami;
- class config
- {
- const ORDER_URL = 'http://api.sale.rongyuanruitian.com/v1.0/Pay.ashx';
- const QUERY_URL = 'http://api.sale.rongyuanruitian.com/v1.0/QueryOrder.ashx';
- const BALANCE_URL = 'http://api.sale.rongyuanruitian.com/v1.0/QueryBalance.ashx';
- const SHOP_ID = 300000;
- const USER_ID = 100903;
- const KEY = '2A26F8368E6BEA4D16F39DC5D069679C';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_tongykami.php";
- }
|