config.php 279 B

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