mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
feat:
This commit is contained in:
parent
92e9f33663
commit
6831dbb2e4
@ -60,7 +60,7 @@ class ShopsController extends Controller
|
|||||||
$platList = $shop->getPlatList();
|
$platList = $shop->getPlatList();
|
||||||
$shop = $shop->find($shopId);
|
$shop = $shop->find($shopId);
|
||||||
if ($platList[$platId] === $shop->plat_id) {
|
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 {
|
} else {
|
||||||
$this->res = [
|
$this->res = [
|
||||||
'httpCode' => 403,
|
'httpCode' => 403,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user