shizhongqi 9 ماه پیش
والد
کامیت
33041c9e8b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app-ghs/controllers/DeliveryController.php

+ 1 - 1
app-ghs/controllers/DeliveryController.php

@@ -219,7 +219,7 @@ class DeliveryController extends BaseController
         $mainId = $get['mainId'];
 
         // 获取AccessToken
-        $auth = new \common\components\delivery\platform\huolala\Auth();
+        $auth = new \common\components\delivery\platform\huoLala\Auth();
         $result = $auth->getAccessToken($code);
 
         if (!$result['success']) {