ソースを参照

debug authtoken call

andre 5 年 前
コミット
cacd2f18a7
1 ファイル変更1 行追加0 行削除
  1. 1 0
      api/Zm/Account.php

+ 1 - 0
api/Zm/Account.php

@@ -779,6 +779,7 @@ class Zm_Account
 		$params = array(
 			new SoapParam($accountId, "id"),
 			new SoapParam($preauthKey, "preauth"),
+			new SoapParam(1000, "expire"),
 		);
 
 		try