config.php 336 B

1234567891011121314
  1. <?php
  2. namespace refill\youlaicomet;
  3. # 游来3(非银)
  4. # youlaicomet -> 向榜样提单
  5. class config
  6. {
  7. const MCH_ID = 134;
  8. const KEY = 'f2ba2d6ff9c0004dd18cd349e3fdc71b';
  9. const ORDER_URL = 'https://co-api.zylife.co/mobile/index.php';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_youlaicomet.php";
  11. }