config.php 272 B

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