接口方法

Index > AppApi > updateIgnoreNull

说明:

InterfaceName: AppApi

MethodName: updateIgnoreNull

ReturnType: Boolean

_token 必须

parameters :

app 参数0 可选 App




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