摘要: @api_view(["POST"])#有页面返回了所以去掉getdef api_login(request): username = request.POST.get("username") pwd = request.POST.get("password") is_login = request 阅读全文
posted @ 2020-06-01 22:29 钱小多多多 阅读(202) 评论(0) 推荐(0)