Commit 4de2a24a by 庄欣

分类修改

parent 07301e85
...@@ -33,7 +33,7 @@ class Category extends ControllerBase ...@@ -33,7 +33,7 @@ class Category extends ControllerBase
{ {
try { try {
$client = app("client"); $client = app("client");
$client->setUrl($this->prefix."/$id/pretty"); $client->setUrl($this->prefix."/$id/child");
$client->setMethod("get"); $client->setMethod("get");
$res = $client->curl(); $res = $client->curl();
return Response::success($res); return Response::success($res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment