Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntek committed Apr 9, 2019
1 parent 5550944 commit 4503bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def api_pcSteal_steal(cookies, sid=None):

# 获取星域存储相关信息
def ubus_cd(session_id, account_id, out_params, url_param=None):
url = "http://kjapi.peiluyou.com:5171/ubus_cd?account_id=%s&session_id=%s" % (account_id, session_id)
url = "http://ocapi.peiluyou.com:8008/ubus_cd?account_id=%s&session_id=%s" % (account_id, session_id)
if url_param is not None:
url += url_param

Expand Down

0 comments on commit 4503bc1

Please sign in to comment.