Skip to content

Commit

Permalink
Fixed bug that req cannot work
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Aug 4, 2023
1 parent 7bea277 commit 9280b51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Request/Domain/UnionOpenCategoryGoodsGet/Req.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace ACES\Request\Domain\UnionOpenCategoryGoodsGet;

class Req
use ACES\Request\Domain\AbstractParams;

class Req extends AbstractParams
{
private $params = [
protected $params = [
'parentId' => 0,
'grade' => 0,
];
Expand Down

0 comments on commit 9280b51

Please sign in to comment.