Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ZbarSDK 通过扫描产品条形码来获取产品详细信息,但我只得到条形码没有条形码,但我需要产品详细信息,如产品名称、价格等。请帮我解决这个问题。
谢谢
扫描条形码编号后的最终结果。您必须然后搜索此条形码以获取产品详细信息。尝试以下 api 来搜索产品详细信息
http://www.searchupc.com/handlers/upcsearch.ashx?request_type=3&access_token= {my_token}&upc={scanned_code}