master
wangxinglong 2021-12-23 15:02:41 +08:00
parent ea13b7aa3e
commit 18ebd1fcc9
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ class Coupon extends Base
});
return $this->json(0, 'success', $res["list"]);
return $this->json(0, 'success', $res);
} catch (RepositoryException | \Exception $e) {
echo $e->getMessage();
return $this->json(5001, '优惠卷查询失败!');