我的问题如下
商品图 入库 正常、检索代码也正常,我是用PHP 的,但是现在有一个问题,不管我用什么图片进行检索,都是返回所有的图片信息。
请大神指点下。
代码如下,代码运行无报错,我把前面的一些省略了
$image = file_get_contents($tupiandizhi);
$mingpianrescult = $client->productSearch($image);
$words = $mingpianrescult['result'];
$count=count($words);
for ($i=0;$i{
echo str_replace('}','',str_replace('"','',explode(":",explode(",",$words[array_keys($words)[$i]]['brief'])[1])[1]))."@TF";}
}
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
你好,商品图搜索默认返回前300个结果,如商品图不足300,则返回全部商品图片