正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -515,6 +515,7 @@ class User extends Api | @@ -515,6 +515,7 @@ class User extends Api | ||
515 | public function sizeEdit() | 515 | public function sizeEdit() |
516 | { | 516 | { |
517 | $post = $this->request->post(); | 517 | $post = $this->request->post(); |
518 | + $this->success(json_encode($post)); | ||
518 | $model = UserSize::detail($this->user['id'], $post['user_size_id']); | 519 | $model = UserSize::detail($this->user['id'], $post['user_size_id']); |
519 | if(empty($model)){ | 520 | if(empty($model)){ |
520 | $this->error(__('尺寸信息不存在')); | 521 | $this->error(__('尺寸信息不存在')); |
-
请 注册 或 登录 后发表评论