mirror of
https://github.com/xingsu1021/pthelper.git
synced 2026-06-27 23:47:37 +08:00
修复天空签到失败bug,调整签到统一
This commit is contained in:
@@ -135,8 +135,8 @@ def emailtest(request):
|
||||
|
||||
#response_msg = json.loads(response)
|
||||
response_data={"code":1,"msg":response}
|
||||
except:
|
||||
response_data={"code":0,"msg":response }
|
||||
except Exception as e:
|
||||
response_data={"code":0,"msg":str(e) }
|
||||
|
||||
return JsonResponse(response_data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user