作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

1

@@ -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(__('尺寸信息不存在'));