shish hace 6 años
padre
commit
efe3d83c20
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      app/client/controllers/BaseController.php

+ 0 - 2
app/client/controllers/BaseController.php

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