|
@@ -55,7 +55,7 @@ def webhook_get_promoter():
|
|
roll = ReturnPromoterInfoSpider().PromoterInfoSpiderHandler(promoterId, cookie)
|
|
roll = ReturnPromoterInfoSpider().PromoterInfoSpiderHandler(promoterId, cookie)
|
|
|
|
|
|
if json.loads(roll).__contains__("result"):
|
|
if json.loads(roll).__contains__("result"):
|
|
- if json.loads(roll)["result"] == 100110000:
|
|
|
|
|
|
+ if json.loads(roll)["result"] == 109:
|
|
r.zrem('kuaishou_shop_click_token', random_item[0])
|
|
r.zrem('kuaishou_shop_click_token', random_item[0])
|
|
SendFeiShuMsg.send_cookie_robot_msg(
|
|
SendFeiShuMsg.send_cookie_robot_msg(
|
|
"cookie 永久失效 轻更新cookie 唯一电话为{phone_num}".format(phone_num=phone_num))
|
|
"cookie 永久失效 轻更新cookie 唯一电话为{phone_num}".format(phone_num=phone_num))
|