|
|
@@ -33,7 +33,7 @@ class DeliveryController extends BaseController
|
|
|
public function actionHuolalaAuth()
|
|
|
{
|
|
|
$huoLalaAuth = new \common\components\delivery\platform\huolala\Auth();
|
|
|
- $redirectUrl = 'https://api.shop.hzghd.com/delivery/huolala-huoLalaAuth-callback';
|
|
|
+ $redirectUrl = 'https://api.shop.hzghd.com/delivery/huolala-auth-callback';
|
|
|
$authUrl = $huoLalaAuth->generateAuthUrl($redirectUrl);
|
|
|
header('Location: ' . $authUrl);
|
|
|
}
|