|
@@ -107,9 +107,9 @@ class Demo:
|
|
|
# 微信号
|
|
|
@classmethod
|
|
|
def get_sheet(cls):
|
|
|
- hour_sheet = Feishu.get_values_batch("person", "xiaoniangao", "k6ldje")
|
|
|
+ hour_sheet = Feishu.get_values_batch("hour", "xiaoniangao", "ba0da4")
|
|
|
# print(hour_sheet)
|
|
|
- print(hour_sheet[2][7])
|
|
|
+ print(hour_sheet)
|
|
|
|
|
|
@classmethod
|
|
|
def check_date(cls):
|
|
@@ -387,5 +387,5 @@ class Demo:
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
demo = Demo()
|
|
|
- demo.demo1()
|
|
|
+ demo.get_sheet()
|
|
|
# demo.video_detail_info("99999106", "99999999106", "43995175")
|