|
|
@@ -23,7 +23,7 @@ class DeliveryController extends BaseController
|
|
|
{
|
|
|
//闪送授权(商户授权:授权后能为商户下所有门店发单)
|
|
|
$auth = new \common\components\delivery\platform\shanSong\Auth();
|
|
|
- $redirectUrl = 'https://api.shop.hzghd.com/delivery/callback';
|
|
|
+ $redirectUrl = 'https://api.shop.hzghd.com/delivery/auth-callback';
|
|
|
$authUrl = $auth->generateMerchantAuthUrl($this->mainId, $redirectUrl);
|
|
|
|
|
|
// 重定向用户
|