### GET /merchant/{id} * method: GET * version: v1.0 * describe: 获取渠道商 ##### 参数说明 |name |type| null | desc | |---- |:---|:---|:----: | id | string | no | id | ##### 示例 ``` { "code": 200, "success": true, "message": null, "data": { "id": "1", "code": "2321", "name": "huodong", "licenseId": "23321", "taxNumber": "000", "bankAccount": "001", "depositBank": "海淀支行", "receiptType": "SPECIAL", "status": "NORMAL", "gmtCreated": 1513304166000, "gmtModified": 1513304166000, "adminList": [] } } ```