@@ -417,7 +417,7 @@ class User extends Api
}
//dump($data);
if(empty($data)){
- $this->error('没有任何改变');
+ $this->success();
Db::startTrans();