增加注释
This commit is contained in:
parent
ac88be1837
commit
ab3ab94064
@ -267,7 +267,7 @@ def msg_count():
|
|||||||
@api.route('/api/imgsrc/<path:imgsrc>', methods=["GET", 'POST'])
|
@api.route('/api/imgsrc/<path:imgsrc>', methods=["GET", 'POST'])
|
||||||
def get_imgsrc(imgsrc):
|
def get_imgsrc(imgsrc):
|
||||||
"""
|
"""
|
||||||
获取图片
|
获取图片,从网络获取图片,主要功能只是下载图片,缓存到本地
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
if not imgsrc:
|
if not imgsrc:
|
||||||
|
Loading…
Reference in New Issue
Block a user