接口方法

Index > ThirdPartyAccountApi > updateIgnoreNull

说明:

InterfaceName: ThirdPartyAccountApi

MethodName: updateIgnoreNull

ReturnType: Boolean

_token 必须

parameters :

thirdPartyAccount 参数0 可选 ThirdPartyAccount




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.ThirdPartyAccountApi().updateIgnoreNull({
        thirdPartyAccount:{} // ThirdPartyAccount 对象  
    }).then(function(result) {
            alert("success");
        }
    );