|
@@ -435,7 +435,8 @@ def get_zhangzhongyun_order(st, et):
|
|
|
|
|
|
futures = []
|
|
|
for account in account_list:
|
|
|
- url = 'https://openapi.818tu.com/partners/channel/channels/list?'
|
|
|
+ #url = 'https://openapi.818tu.com/partners/channel/channels/list?'
|
|
|
+ url = 'https://inovel.818tu.com/partners/channel/channels/list?'
|
|
|
key = account[0]
|
|
|
secert = account[1]
|
|
|
sign = md5(secert + 'key=' + key)
|