feat: 微信公众号扫码登录

This commit is contained in:
landaiqing
2024-07-03 12:59:51 +08:00
parent 5b4e23c71d
commit c18505f3da
14 changed files with 240 additions and 25 deletions

View File

@@ -137,7 +137,6 @@ public class SchisandraOssAliController {
* @throws XmlParserException
* @throws InternalException
*/
@PostMapping("seleteBucket")
public Result<String> seleteBucket(@RequestParam String userId) throws ServerException, InsufficientDataException, ErrorResponseException, IOException, NoSuchAlgorithmException, InvalidKeyException, InvalidResponseException, XmlParserException, InternalException {
Preconditions.checkNotNull(userId, "不能为空");