|
@@ -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)
|
|
|
|