feat:
This commit is contained in:
parent
92e9f33663
commit
6831dbb2e4
@ -60,7 +60,7 @@ class ShopsController extends Controller
|
||||
$platList = $shop->getPlatList();
|
||||
$shop = $shop->find($shopId);
|
||||
if ($platList[$platId] === $shop->plat_id) {
|
||||
BusinessFactory::init()->make($shop->plat_id)->authCallback($request->get('code'), $shop->id);
|
||||
BusinessFactory::init()->make($shop->plat_id)->authCallback($request->get('code'), $shop);
|
||||
} else {
|
||||
$this->res = [
|
||||
'httpCode' => 403,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user