|
@@ -217,10 +217,10 @@ class User extends Base
|
|
|
* return app_show(0, "获取成功", $data);
|
|
|
* **/
|
|
|
|
|
|
- $id = $this->request->post('id/d', 0, "trim");
|
|
|
+// $id = $this->request->post('id/d', 0, "trim");
|
|
|
|
|
|
$userCommon = new CommonUser();
|
|
|
- $rs = json_decode($userCommon->GetUserInfo(['id' => $id]), true);
|
|
|
+ $rs = json_decode($userCommon->GetUserInfo(['id' => $this->uid]), true);
|
|
|
|
|
|
return json_show($rs['code'], $rs['message'], $rs['data']);
|
|
|
|