💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 商品搜索 ~~~[api] get:http://global.aumalls.com/apigoods/search *search# 搜索关键字 page#页码 <<< success { "code":20000, "msg":"商品列表信息", "data":{"goods":[{"id":null,"name":null,"img":null,"sell_price":null,"market_price":null,"sell_point":null,"type":null,"is_self":null}],"seller":{"id":null,"true_name":null,"head_ico":null},"end":true} <<< error { "code": 40002, "msg": "接口验证失败", } ~~~ #### 说明 1. 以上参数均为非必须参数,不传递参数,将显示所有商品列表(支持分页); 例如:根据商品分类ID:cid请求,将显示该搜索条件下商品 2. 该接口暂时只支持商品搜索