|
@@ -11,7 +11,8 @@ engine = create_engine(db_con_str, connect_args={'charset': 'utf8'})
|
|
|
|
|
|
|
|
|
|
def send_request(account_id):
|
|
def send_request(account_id):
|
|
- url = 'http://139.186.27.96:31012/ai_high_quality_material'
|
|
|
|
|
|
+ url = 'http://192.168.1.193:31012/ai_high_quality_material'
|
|
|
|
+ # url = 'http://139.186.27.96:31012/ai_high_quality_material'
|
|
request_data = json.dumps({"account_id": account_id})
|
|
request_data = json.dumps({"account_id": account_id})
|
|
request = requests.post(url, request_data)
|
|
request = requests.post(url, request_data)
|
|
return json.loads(request.text)
|
|
return json.loads(request.text)
|
|
@@ -31,7 +32,8 @@ print(acc_list)
|
|
# 233账号: 9864909 登陆账号: jy20201254@163.com 密码:jysz12345
|
|
# 233账号: 9864909 登陆账号: jy20201254@163.com 密码:jysz12345
|
|
# 消消消账号: 6020747 登陆账号: 15715158532 密码:xxx@112233
|
|
# 消消消账号: 6020747 登陆账号: 15715158532 密码:xxx@112233
|
|
# 斗地主账号:8067888 登陆账号: 13699377642 密码:yg@12345
|
|
# 斗地主账号:8067888 登陆账号: 13699377642 密码:yg@12345
|
|
-acc_list = [9792538, 9864909, 6020747, 8067888]
|
|
|
|
|
|
+# acc_list = [9792538, 9864909, 6020747, 8067888]
|
|
|
|
+acc_list = [9881494,9881495,9881496,9881497,9881498,9881499, 9881500,9881502,9881504,9881505,9881506,9881507]
|
|
print(acc_list)
|
|
print(acc_list)
|
|
|
|
|
|
# 2、 5个账户一组进行发送请求
|
|
# 2、 5个账户一组进行发送请求
|