Skip to content

Commit

Permalink
feat: 更新授权资料
Browse files Browse the repository at this point in the history
  • Loading branch information
mouyong committed Mar 26, 2024
1 parent 1a2e08d commit 918721b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WechatLogin/app/Http/Controllers/WechatController.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ public function wechatLoginUpdateProfile()
'connect_platform_id' => ['nullable', 'integer'],
'account_connect_id' => ['required', 'string'],
'avatar' => ['nullable', 'string'],
'nickname' => ['nullable', 'string'],
]);

$userId = auth()->id();
Expand Down

0 comments on commit 918721b

Please sign in to comment.