| _token | 必须 |
| accountType | 参数0 | 可选 | String | |
| merchantId | 参数1 | 可选 | Integer |
sdk.MerchantPermissionApi().listAccountPermissionMerchantId({
accountType:"" ,
merchantId:""
}).then(function(result) {
alert("success");
}
);