add workflow 天润Smart-ccc会话数据,dev
This commit is contained in:
parent
bb808598bc
commit
e6463ffbd8
|
@ -128,7 +128,7 @@ def request_detail_signature_get(id):
|
||||||
i = i + 1
|
i = i + 1
|
||||||
resD=json.loads(resText)
|
resD=json.loads(resText)
|
||||||
if i==5 and 'error' in resText:
|
if i==5 and 'error' in resText:
|
||||||
print(f'请求会话详情失败,异常信息:{resText['error']}')
|
print(f'请求会话详情失败,异常信息:{resD['error']}')
|
||||||
return resD
|
return resD
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue