接口方法

Index > MerchantPermissionApi > findSecurityLevelByMerchantId

说明: 查询商家安全等级

InterfaceName: MerchantPermissionApi

MethodName: findSecurityLevelByMerchantId

ReturnType: Integer

_token 必须

parameters :

merchantId 参数0 可选 Integer




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.MerchantPermissionApi().findSecurityLevelByMerchantId({
        merchantId:"" 
    }).then(function(result) {
            alert("success");
        }
    );