瀏覽代碼

debug authtoken call

andre 5 年之前
父節點
當前提交
db6c31a08f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/Zm/Account.php

+ 1 - 1
api/Zm/Account.php

@@ -778,7 +778,7 @@ class Zm_Account
 
 		$params = array(
 			new SoapParam($accountId, "id"),
-			new SoapParam($preauthKey, "preauth", XSD_ANYXML),
+			new SoapParam($preauthKey, "preauth"),
 		);
 
 		try