GET api/v1/ECRCard/getCardInfo?memNO={memNO}&accFlag={accFlag}&isSave={isSave}
得到会员卡
请求信息
URI 参数
参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
memNO |
卡编号 |
string |
Required |
accFlag |
是否会员卡(0-是,1-权限卡) |
string |
Required |
isSave |
是否会员权限(1-是,1-否) |
string |
Required |
Body 参数
None.
响应信息
响应描述
得到会员卡
IHttpActionResultNone.
响应格式
application/json, text/json, text/html
Sample:
Sample not available.