|
@@ -131,7 +131,7 @@ class authCodeView(TemplateView):
|
|
|
return response.json(10, '生成缓存系统错误')
|
|
|
|
|
|
else:
|
|
|
- return response.json(0, {'identifyingCode': identifyingCode})
|
|
|
+ return response.json(89, {'identifyingCode': identifyingCode})
|
|
|
else:
|
|
|
return response.json(107)
|
|
|
|