main.py 421 B

123456789101112
  1. import detail
  2. global STATUS
  3. global URL_SEND_DATA
  4. URL_SEND_DATA = "http://10.8.230.200:8099/v1/bpm/save_clue"
  5. URL_SEND_WECHAT_INFO= "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=02b34c67-6a00-4cf9-885a-6857ba056aed"
  6. if __name__ == "__main__":
  7. url_detail = 'https://leads.cluerich.com/pc/sales/clue/list'
  8. url_login = 'https://leads.cluerich.com/pc/auth/login'
  9. detail.get_detail(url_login, url_detail)