Browse Source

debug authtoken call

andre 5 năm trước cách đây
mục cha
commit
cacd2f18a7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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