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