mirror of
https://github.com/zhongshmx/JX3BOT.git
synced 2025-05-25 17:35:23 +00:00
Update content.py
This commit is contained in:
parent
648303ffb4
commit
7f244c5952
@ -330,29 +330,6 @@ class seasun:
|
||||
result = await extend.count(await extend.local(data, 1012))
|
||||
return result
|
||||
|
||||
@staticmethod
|
||||
async def price(session):
|
||||
data = await extend.select(await common.value(session))
|
||||
content = await common.subtext(session)
|
||||
if not content:
|
||||
return "请输入关键字!"
|
||||
if await extend.local(data, 1013) <= await extend.local(data, 1080):
|
||||
data = await submit.content(
|
||||
url=f"https://m.dololo.top/getAllItem/bjsj/0/2019-11-29/1/{content[0]}/x/x/x/x/x/0")
|
||||
data = data['content']
|
||||
result = ""
|
||||
if len(data) > 0:
|
||||
for each in data[:5]:
|
||||
date, price, buyer, itemname = each['bjsj'], each['jg'], each['lx'], each['wpqc']
|
||||
result += f"{date} 有人 {price:.0f} {buyer} {itemname}\n"
|
||||
result = result.strip()
|
||||
await extend.update(await common.value(session), 1013, 30)
|
||||
else:
|
||||
result = "请输入正确的关键字!"
|
||||
else:
|
||||
result = await extend.count(await extend.local(data, 1013))
|
||||
return result
|
||||
|
||||
@staticmethod
|
||||
async def method(session):
|
||||
data = await extend.select(await common.value(session))
|
||||
|
Loading…
x
Reference in New Issue
Block a user