فهرست منبع

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