Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edenleung authored Sep 29, 2020
1 parent c20df9a commit 899dfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/wechat/controller/Wechat.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function wxlogin()
$user = $oauth->user();

return $this->sendSuccess([
'wxuser' => $user,
'user' => $user,
]);
}
}

0 comments on commit 899dfdb

Please sign in to comment.