config([ "appid" => sConf("wechat.appid"), "secret" => sConf("wechat.secret"), "account" => sConf("wechat.shop_id"), ])->token()->getStoreCategoryTemplate(6005001); return $this->success("ok",$resp); } catch (\Throwable $th) { return error($th->getMessage()); } } }