|
@@ -1,13 +1,14 @@
|
|
|
<?php
|
|
|
|
|
|
namespace refill\lansequany;
|
|
|
-# YL蓝色:权益
|
|
|
+
|
|
|
class config
|
|
|
{
|
|
|
- const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
|
|
|
-
|
|
|
+ # YL蓝色:权益
|
|
|
+ # 提单到椰子
|
|
|
const MCH_ID = 10480;
|
|
|
const KEY = '6bbd9a9e6a9dbca06a37f9c6ded3c7d1';
|
|
|
- const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_lansequany.php";
|
|
|
|
|
|
+ const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
|
|
|
+ const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_lansequany.php";
|
|
|
}
|