Skip to content

Commit

Permalink
Update kw.py
Browse files Browse the repository at this point in the history
替换回原来的酷我搜索接口
  • Loading branch information
Huibq authored Oct 1, 2023
1 parent 0640969 commit aa28ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaskSystem/API/kw.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@app.get("/kw/search/<searchKey>/<page>/<size>/<rid>/<encId>")
def kwsearch(searchKey: str, page=1, size=100,rid='', encId=''):
lst = kw.search_kw_h5(searchKey, int(page), int(size),rid,encId) # Mac端搜索接口
lst = kw.search_kw_mac(searchKey, int(page), int(size)) # Mac端搜索接口
page = lst['page']
return {
'code': 200,
Expand Down

0 comments on commit aa28ab7

Please sign in to comment.