添加卡密页面数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>添加卡密页面数据</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/m/cards/add</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>get </p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code> $final = array(
"sum_max" => $app_sum_addcard_max,//单日最大添加卡密数
"single_max" => $app_addcard_max,//单次最大添加卡密数
"today_card_count" => $today_card_count//今天已添加卡密个数
);</code></pre>
<pre><code>{
"__type": "result",
"state": "ok",
"msg": "",
"data": {
"sum_max": "50000",
"single_max": "20000",
"today_card_count": "19"
},
"time": 1545357986
}</code></pre>