6 lines
196 B
Python
6 lines
196 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
class Mp2shushu():
|
|
def __init__(self, channel, gameid):
|
|
self.mp_url = f"https://mp.kingsome.cn/api/open/promotion/co-list?channelid={channel}&gameid={gameid}"
|