- <?php
- namespace refill\shengtonghfy;
- # 盛通汇(非银)
- class config
- {
- #zy shengtonghfy -> 向叶子提单
- const MCH_ID = 10478;
- const KEY = '59a9945ea2f74816e6d7716233de8b9e';
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_shengtonghfy.php";
- }
|