接口方法

Index > PlatformAccountService > updatePassword_2

说明:

InterfaceName: PlatformAccountService

MethodName: updatePassword_2

ReturnType: Serializable

_app_key [?] 必须
_app_secret 必须
_token 非必须

parameters :

id 参数0 可选 Integer
oldPassword 参数1 可选 String
newPassword 参数2 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PlatformAccountService().updatePassword_2({
        id:"" , 
        oldPassword:"" , 
        newPassword:"" 
    }).then(function(result) {
            alert("success");
        }
    );