im/vendor/qcloudsms/qcloudsms_php/docs/Qcloud/Sms/SmsMobileStatusPuller.html

302 lines
10 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Qcloud\Sms\SmsMobileStatusPuller | API</title>
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../css/sami.css">
<script src="../../js/jquery-1.11.1.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<script src="../../js/typeahead.min.js"></script>
<script src="../../sami.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body id="class" data-name="class:Qcloud_Sms_SmsMobileStatusPuller" data-root-path="../../">
<div id="content">
<div id="left-column">
<div id="control-panel">
<script>
$('option[data-version="'+window.projectVersion+'"]').prop('selected', true);
</script>
<form id="search-form" action="../../search.html" method="GET">
<span class="glyphicon glyphicon-search"></span>
<input name="search"
class="typeahead form-control"
type="search"
placeholder="Search">
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../index.html">API</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
<li><a href="../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">class</span></li>
<li><a href="../../Qcloud.html">Qcloud</a></li><li class="backslash">\</li><li><a href="../../Qcloud/Sms.html">Sms</a></li><li class="backslash">\</li><li>SmsMobileStatusPuller</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>
SmsMobileStatusPuller
</h1>
</div>
<p> class
<strong>SmsMobileStatusPuller</strong>
</p>
<div class="description">
<p>拉取单个手机短信状态类</p> </div>
<h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method___construct">__construct</a>(string $appid, string $appkey)
<p>构造函数</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_pullCallback">pullCallback</a>(string $nationCode, string $mobile, int $beginTime, int $endTime, int $max)
<p>拉取回执结果</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_pullReply">pullReply</a>(string $nationCode, string $mobile, int $beginTime, int $endTime, int $max)
<p>拉取回复信息</p> </div>
<div class="col-md-2"></div>
</div>
</div>
<h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location">at line 24</div>
<code>
<strong>__construct</strong>(string $appid, string $appkey)
</code>
</h3>
<div class="details">
<div class="method-description">
<p>构造函数</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>string</td>
<td>$appid</td>
<td>sdkappid</td>
</tr>
<tr>
<td>string</td>
<td>$appkey</td>
<td>sdkappid对应的appkey</td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_pullCallback">
<div class="location">at line 72</div>
<code> string
<strong>pullCallback</strong>(string $nationCode, string $mobile, int $beginTime, int $endTime, int $max)
</code>
</h3>
<div class="details">
<div class="method-description">
<p>拉取回执结果</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>string</td>
<td>$nationCode</td>
<td>国家码,如 86 为中国</td>
</tr>
<tr>
<td>string</td>
<td>$mobile</td>
<td>不带国家码的手机号</td>
</tr>
<tr>
<td>int</td>
<td>$beginTime</td>
<td>开始时间(unix timestamp)</td>
</tr>
<tr>
<td>int</td>
<td>$endTime</td>
<td>结束时间(unix timestamp)</td>
</tr>
<tr>
<td>int</td>
<td>$max</td>
<td>拉取最大条数最多100</td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>string</td>
<td>应答json字符串详细内容参见腾讯云协议文档</td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_pullReply">
<div class="location">at line 87</div>
<code> string
<strong>pullReply</strong>(string $nationCode, string $mobile, int $beginTime, int $endTime, int $max)
</code>
</h3>
<div class="details">
<div class="method-description">
<p>拉取回复信息</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>string</td>
<td>$nationCode</td>
<td>国家码,如 86 为中国</td>
</tr>
<tr>
<td>string</td>
<td>$mobile</td>
<td>不带国家码的手机号</td>
</tr>
<tr>
<td>int</td>
<td>$beginTime</td>
<td>开始时间(unix timestamp)</td>
</tr>
<tr>
<td>int</td>
<td>$endTime</td>
<td>结束时间(unix timestamp)</td>
</tr>
<tr>
<td>int</td>
<td>$max</td>
<td>拉取最大条数最多100</td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>string</td>
<td>应答json字符串详细内容参见腾讯云协议文档</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
</div>
</div>
</div>
</body>
</html>