From f41c8d8c0879df729e891c62ec7255a2e7eb95ef Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 15 Oct 2019 15:32:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A02001=20b=5FN=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_channel/mp2shushu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_channel/mp2shushu.py b/data_channel/mp2shushu.py index 8a0a986..a75fa92 100644 --- a/data_channel/mp2shushu.py +++ b/data_channel/mp2shushu.py @@ -7,7 +7,7 @@ import pdb class Mp2shushu(): def __init__(self, channel, gameid): - self.mp_url = f"https://mp.kingsome.cn/api/open/promotion/co-list?channelid={channel}&gameid={gameid}" + self.mp_url = f"http://10.10.5.4:2333/api/open/promotion/co-list?channelid={channel}&gameid={gameid}" self.filename = "/data/git/ops_interface/ops/csv/2001_b_n.csv" def get_ad_list(self):