config.php 281 B

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