添加2001 b_N上传方法

This commit is contained in:
pengtao 2019-10-15 15:32:07 +08:00
parent 08fcd4fbad
commit f41c8d8c08

View File

@ -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):