config.php 275 B

12345678910111213
  1. <?php
  2. namespace refill\youjuntf;
  3. class config
  4. {
  5. const ORDER_URL = 'https://co-api.zylife.co/mobile/index.php';
  6. const MCH_ID = 49;
  7. const KEY = '5a0dc9a1a2f9042d5ed2a7c8518f9390';
  8. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_youjuntf.php";
  9. }