1234567891011121314151617 |
- <?php
- namespace refill\tongy;
- 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 SHOP_ID = 300000;
- const USER_ID = 100857;
- const KEY = 'E80A1761A46507E65202853367C2E760';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tongy.php";
- // const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- }
|