## EtongApi_10007_获取套餐列表
+++
post:域名/getProductList
*string:appKey=etong2016#API接口登录帐号
*string:sign=1k9gb7a1i0t21nmf5hiaae6al0#API接口请求签名
*string:timeStamp=20160121133920#API接口请求时间 ( 格式:yyyyMMddHHmmss )
*string:customerIdentityNo=410223197812061211#体检人身份证号
<<<
#请求成功
{
"status": 200,
"message": "成功",
"result": [
{
"productId":12,
"productName":'医通-测试套餐A',
……
},
]
}
<<<
#请求失败
{
"status": 400,
"message": "错误详细信息",
"result":null
}
+++