|
@@ -32,8 +32,6 @@ class BaseController extends PublicController
|
|
|
$header = httpUtil::getHeader();
|
|
$header = httpUtil::getHeader();
|
|
|
$account = isset($header['account']) ? $header['account'] : 0;
|
|
$account = isset($header['account']) ? $header['account'] : 0;
|
|
|
$shopId = isset($header['shopId']) ? $header['shopId'] : 0;
|
|
$shopId = isset($header['shopId']) ? $header['shopId'] : 0;
|
|
|
- $account = 12362;
|
|
|
|
|
- $userId = 12543743;
|
|
|
|
|
if (empty($account)) {
|
|
if (empty($account)) {
|
|
|
util::fail('商家无效');
|
|
util::fail('商家无效');
|
|
|
}
|
|
}
|