(coding) return base64_str # 验证码识别接口 def shibie(img): url = "http://www.detayun.cn/openapi/verify_code_identify/" data = { # 用户的key "key":"nWrzPFUgFuqXQrCJJUME", # 验证码类型 "verify_idf_id":"6", # 样例图片 "img_base64":PIL_base64(img), "img_byte": None, ...
weather_python Add files via upload Oct 22, 2024 LICENSE Initial commit Oct 22, 2024 Repository files navigation MIT license MIT License Copyright (c) 2024 Better Coding on TikTok Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docume...