settter
parent
ea13b7aa3e
commit
18ebd1fcc9
|
@ -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) {
|
} catch (RepositoryException | \Exception $e) {
|
||||||
echo $e->getMessage();
|
echo $e->getMessage();
|
||||||
return $this->json(5001, '优惠卷查询失败!');
|
return $this->json(5001, '优惠卷查询失败!');
|
||||||
|
|
Loading…
Reference in New Issue