config.php 551 B

12345678910111213141516171819
  1. <?php
  2. namespace refill\shengchuang;
  3. class config
  4. {
  5. const ORDER_URL = 'http://www.hkswif.com/orderApi/orderPay.html';
  6. const QUERY_URL = 'http://www.hkswif.com/orderApi/orderQuery.html';
  7. const userId = '010001617934663602';
  8. const APP_KEY = 'ZTDtdrAk3VzXp0kIMW0161';
  9. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_saihu.php";
  10. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  11. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  12. const commoditySellId = 202101281526122703;
  13. }