Browse Source

在实现测试环境下,对货拉拉跑腿进行线上账号测试进行的修改,后继要修改为回来

shizhongqi 8 months ago
parent
commit
e3df0eb62c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      common/components/delivery/platform/huolala/Huolala.php

+ 2 - 1
common/components/delivery/platform/huolala/Huolala.php

@@ -25,7 +25,8 @@ class Huolala
                 'base_url' => 'https://openapi.huolala.cn/v1',
                 'app_key' => 'gBhmCdWtX7hi7qnljduk0yK21XgQg8w3',
                 'secret' => 'bARxI68FFHpEXAcCQ23fxVQyxtJ9RONU',
-                'notify_url' => 'https://api.shop.wixhb.com/delivery/huolala-callback',
+                //'notify_url' => 'https://api.shop.wixhb.com/delivery/huolala-callback', // TODO
+                'notify_url' => 'https://api.shop.hzghd.com/delivery/huolala-callback',
             ];
             $this->isSandbox = false;
         } else {