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