{"auth":{"get_token":"POST /api/auth/token (call JWT service)","jwt_service":"http://47.99.221.251:88","type":"JWT (Remote)","usage":"Authorization: Bearer <token>"},"description":"库存查询REST API，所有库存查询接口需要JWT认证","endpoints":{"auth":{"description":"从砧程 JWT 认证服务获取令牌（代理接口）","method":"POST","params":{"client_id":"客户端ID (必需)","password":"密码 (必需)"},"path":"/api/auth/token","requires_auth":false},"database_inventory_by_sku":{"description":"根据商品编码查询数据库库存","method":"GET/POST","params":{"sku_ids":"商品编码（逗号分隔或JSON数组）"},"path":"/api/inventory/database/by-sku","requires_auth":true},"database_inventory_full":{"description":"获取数据库全量库存数据","method":"GET","params":{"sync":"是否先增量同步聚水潭数据（true/false，默认false）"},"path":"/api/inventory/database","requires_auth":true},"health":{"description":"健康检查（公开接口，无需认证）","method":"GET","path":"/api/health","requires_auth":false},"jushuitan_inventory":{"description":"查询聚水潭库存信息","method":"GET/POST","params":{"sku_ids":"商品编码（逗号分隔或JSON数组）"},"path":"/api/inventory/jushuitan","requires_auth":true}},"name":"库存查询API","version":"1.0.0"}
