浏览代码

format code

stanley-king 1 年之前
父节点
当前提交
d768862023
共有 2 个文件被更改,包括 7 次插入4 次删除
  1. 2 0
      helper/refill/api/yl/lansequany/RefillCallBack.php
  2. 5 4
      helper/refill/api/yl/lansequany/config.php

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

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

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

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