AllenCHM
Results
1
issues of
AllenCHM
``` @xcx_login_route.post("/login") @json_validate(WechatLoginRequest) async def wechat_login( request: Request, parsed_data:dict, *args, **kwargs ) -> HTTPResponse: """微信小程序登录 code 小程序wx.login()获取 openapi: --- tags: - 微信小程序 ``` After testing, the tag is not effective。...