更换点歌API
This commit is contained in:
@@ -73,24 +73,33 @@ MUSIC_XML = """
|
|||||||
<fileext />
|
<fileext />
|
||||||
<aeskey></aeskey>
|
<aeskey></aeskey>
|
||||||
</appattach>
|
</appattach>
|
||||||
<webviewshared>
|
<webviewshared>
|
||||||
<publisherId />
|
<shareUrlOriginal/>
|
||||||
<publisherReqId>0</publisherReqId>
|
<shareUrlOpen/>
|
||||||
|
<jsAppId/>
|
||||||
|
<publisherId/>
|
||||||
|
<publisherReqId/>
|
||||||
</webviewshared>
|
</webviewshared>
|
||||||
<weappinfo>
|
<weappinfo>
|
||||||
<pagepath />
|
<username/>
|
||||||
<username />
|
<appid/>
|
||||||
<appid />
|
<appservicetype>0</appservicetype>
|
||||||
<appservicetype>0</appservicetype>
|
<secflagforsinglepagemode>0</secflagforsinglepagemode>
|
||||||
|
<videopageinfo>
|
||||||
|
<thumbwidth>0</thumbwidth>
|
||||||
|
<thumbheight>0</thumbheight>
|
||||||
|
<fromopensdk>0</fromopensdk>
|
||||||
|
</videopageinfo>
|
||||||
</weappinfo>
|
</weappinfo>
|
||||||
<websearch />
|
<websearch />
|
||||||
<songalbumurl>{singer_pic}</songalbumurl>
|
<songalbumurl>{singer_pic}</songalbumurl>
|
||||||
</appmsg>
|
</appmsg>
|
||||||
<scene>0</scene>
|
<scene>0</scene>
|
||||||
<appinfo>
|
<fromusername>wxid_72ow1edm3kea22</fromusername>
|
||||||
<version>49</version>
|
<appinfo>
|
||||||
<appname>网易云音乐</appname>
|
<version>1</version>
|
||||||
</appinfo>
|
<appname/>
|
||||||
|
</appinfo>
|
||||||
<commenturl />
|
<commenturl />
|
||||||
"""
|
"""
|
||||||
LINK_XML_NORMAL = """
|
LINK_XML_NORMAL = """
|
||||||
@@ -185,7 +194,6 @@ VIDEO_XML_MESSAGE = """
|
|||||||
<commenturl></commenturl>
|
<commenturl></commenturl>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
LINK_XML_NEWS = """
|
LINK_XML_NEWS = """
|
||||||
<appmsg appid="" sdkver="1">
|
<appmsg appid="" sdkver="1">
|
||||||
<title>实时新闻热点</title>
|
<title>实时新闻热点</title>
|
||||||
@@ -232,4 +240,4 @@ LINK_XML_NEWS = """
|
|||||||
<appname></appname>
|
<appname></appname>
|
||||||
</appinfo>
|
</appinfo>
|
||||||
<commenturl></commenturl>
|
<commenturl></commenturl>
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user