- <?php
- namespace refill\youjunyinys;
- class config
- {
- const ORDER_URL = 'https://co-api.zylife.co/mobile/index.php';
- const MCH_ID = 32;
- const KEY = '932a77220e54173714df44b2a9b52747';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_youjunyinys.php";
- }
|