12345678910111213141516171819 |
- <?php
- namespace refill\shengchuang;
- class config
- {
- const ORDER_URL = 'http://www.hkswif.com/orderApi/orderPay.html';
- const QUERY_URL = 'http://www.hkswif.com/orderApi/orderQuery.html';
- const userId = '010001617934663602';
- const APP_KEY = 'ZTDtdrAk3VzXp0kIMW0161';
- // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_saihu.php";
- const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
- const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
- const commoditySellId = 202101281526122703;
- }
|