config.php 303 B

12345678910111213
  1. <?php
  2. namespace refill\Ryuequanyi;
  3. # 百保(权益)
  4. class config
  5. {
  6. const MCH_ID = 10476;
  7. const KEY = 'cbae165ae6dc5c45219c6bf65d7e9ed9';
  8. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  9. const NOTIFY_URL = BASE_SITE_URL . '/mobile/callback/refill_Ryuequanyi.php';
  10. }