请求方式:
GET
请求地址:
https://api.eshouhou.cn/open/v2/Client/GetMemberProductByID?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw
请求参数:
参数 | 类型 | 必填 | 名称 | 备注 |
productId | string | 是 | 登记的产品id |
返回参数:
参数 | 类型 | 必填 | 名称 |
ResultCode | String | 是 | 返回编码 |
ErrorMsg | String | 否 | 返回信息 |
ResultValue | Object | 否 | 返回对象 |
ResultValue对象:
参数 | 类型 | 必填 | 名称 | 备注 |
ID | string | 是 | 登记id | 当前会员登记的id |
CustomerProductID | string | 是 | 客户设备id | 审核通过后该参数存在 |
ProductID | string | 否 | 产品id | |
ProductName | string | 否 | 产品名称 | |
ProductCategoryID | string | 否 | 产品分类id | |
ProductCategoryName | string | 是 | 产品分类名称 | |
SerialNumber | string | 是 | 序列号 | |
ProductImgUrl | string | 否 | 产品图片URL | |
AuditResult | string | 否 | 审核状态 | 默认0,1审核中,2审核通过,3审核失败 |
WarrantyEnd | string | 否 | 质保结束时间 | |
WarrantyDay | string | 否 | 质保剩余天数 | |
BrandName | string | 否 | 品牌名称 | |
ProductType | string | 否 | 产品类型 | |
Area | String | 否 | 所属区域 | 所属区域格式为“北京市-北京市-朝阳区” |
InstallationAddress | String | 否 | 安装地址 | |
PurchaseDate | String | 否 | 购买日期 | |
InstallationDate | String | 否 | 安装日期 | |
InvoiceImgPaths | Array | 否 | 购买凭证 |
请求示例:
https://api.eshouhou.cn/open/v2/Client/GetMemberProductByID?access_token= eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTI&productId=1f2e46bc-e5d6-4a19-b492-2bb441a26574
返回成功示例:
{ "ResultCode": 0, "ErrorMsg": "", "ResultValue": { "ID": "1f2e46bc-e5d6-4a19-b492-2bb441a26574", "CustomerProductID": "bf17bfdc-a3c1-4206-bf0a-95bc0ce1336c", "ProductID": "19", "ProductCategoryID": "3", "ProductCategoryName": "[示例]家电", "SerialNumber": "1366", "PurchaseDate": "", "InstallationDate": "", "Area": "北京市-北京市-通州区", "InstallationAddress": "前元化村", "Channel": 0, "AuditResult": 1, "WarrantyDay": 0, "ProductName": "更丰富", "ProductType": "444", "ProductImgUrl": "", "InvoiceImgPaths": null } } |