stanley-king 1 vuosi sitten
vanhempi
commit
d768862023

+ 2 - 0
helper/refill/api/yl/lansequany/RefillCallBack.php

@@ -2,7 +2,9 @@
 namespace refill\lansequany;
 
 require_once(BASE_HELPER_RAPI_PATH . '/lansequany/config.php');
+
 use refill;
+
 class RefillCallBack implements refill\IRefillCallBack
 {
     public function verify($params): bool

+ 5 - 4
helper/refill/api/yl/lansequany/config.php

@@ -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";
 }