zhaojs
2023-07-31 d4b1c654014f391ff69c04e6491d3e892e5551bf
application/api/controller/Taoke.php
@@ -172,6 +172,7 @@
    }
    public function wx_get_goods_things(){
        $this->success('获取成功',['list'=>[]]);
        $type = request()->param('type',1);
        $page = request()->param('pageId',1);
        $page_size = request()->param('pageSize',10);