larksuite/oapi-sdk-python

bug report

lt-xu opened this issue · 1 comments

lt-xu commented

if val.expire < int(time.time()):

expire 是离过期还有多少秒,是一个时间段,time.time()获得的是当前的绝对时间,两者不能进行比较

谢谢反馈,已经修复:pip install larksuite-oapi==1.0.33