renyupeng 1 년 전
부모
커밋
ef79893176
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/douyin_cookie_update.py

+ 1 - 1
utils/douyin_cookie_update.py

@@ -20,7 +20,7 @@ class douyin_cookie_update:
 
     @staticmethod
     def update_cookie_handler(phone_num):
-        sql = "update kwai_promoter.douyin_supply_chain_cookie set status=1 where phone_num={phone_num}".format(
+        sql = "update kwai_promoter.douyin_supply_chain_cookie set status=2 where phone_num={phone_num}".format(
             phone_num=phone_num)
         MysqlUtils().Operate(sql=sql, params=None, DML=True)