@@ -65,12 +65,8 @@ class Product extends Api{
// $this->verify_sign();
// 验证参数
$request->scene('get_detail')->validate();
- try {
- // 检查登录
- $uid = $this->checkLogin();
- } catch (\Throwable $th) {
- }
-
+ // 检查登录
+ $uid = $this->checkLogin();
// 接收参数
$id = request('id',0);
// 显示