|
@@ -58,8 +58,9 @@ def webhook_get_promoter():
|
|
|
if json.loads(roll)["result"] == 100110000:
|
|
|
r.zrem('kuaishou_shop_click_token', random_item[0])
|
|
|
SendFeiShuMsg.send_cookie_robot_msg(
|
|
|
- "cookie 永久失w效 轻更新cookie 唯一电话为{phone_num}".format(phone_num=phone_num))
|
|
|
+ "cookie 永久失效 轻更新cookie 唯一电话为{phone_num}".format(phone_num=phone_num))
|
|
|
retry_item = cookie_update.r.zrange('kuaishou_shop_click_token', 0, -1, withscores=True)
|
|
|
+ print(retry_item[0],'-----cookie-----')
|
|
|
retry_cookie = retry_item[0].decode('utf-8')
|
|
|
cookie_update.update_cookie_handler(phone_num)
|
|
|
rollback = ReturnPromoterInfoSpider().PromoterInfoSpiderHandler(promoterId, retry_cookie)
|