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

1

... ... @@ -515,6 +515,7 @@ class User extends Api
public function sizeEdit()
{
$post = $this->request->post();
$this->success(json_encode($post));
$model = UserSize::detail($this->user['id'], $post['user_size_id']);
if(empty($model)){
$this->error(__('尺寸信息不存在'));
... ...