diff --git a/class/core/site_api.py b/class/core/site_api.py index 148ab5d13..7915c9907 100755 --- a/class/core/site_api.py +++ b/class/core/site_api.py @@ -676,6 +676,12 @@ class site_api: msg = data['msg'] if type(data['msg']) != str: msg = data['msg'][0] + + '
响应状态:' + \ + data['msg'][1]['challenges'][0]['error']['status'] + '
' + + '错误类型:' + \ + data['msg'][1]['challenges'][0]['error']['type'] + '
' + + '错误代码:' + \ + data['msg'][1]['challenges'][0]['error']['detail'] + '
' return mw.returnJson(data['status'], msg, data['msg']) src_letpath = mw.getServerDir() + '/web_conf/letsencrypt/' + siteName