正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -514,6 +514,7 @@ class ProductController extends BaseController | @@ -514,6 +514,7 @@ class ProductController extends BaseController | ||
| 514 | if($info === false){ | 514 | if($info === false){ |
| 515 | $info = []; | 515 | $info = []; |
| 516 | } | 516 | } |
| 517 | + $info['data'] = json_decode($info['data']); | ||
| 517 | $this->response('success',Code::SUCCESS,$info); | 518 | $this->response('success',Code::SUCCESS,$info); |
| 518 | } | 519 | } |
| 519 | } | 520 | } |
-
请 注册 或 登录 后发表评论