|
|
@@ -14,13 +14,13 @@
|
|
|
<option value="post">POST</option>
|
|
|
<option value="get">GET</option>
|
|
|
</select>
|
|
|
- <input type="text" id="url" placeholder="接口地址" value="http://wx.91anbu.com/ecmobile/controller/user/signin.php">
|
|
|
+ <input type="text" id="url" placeholder="接口地址" >
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="control-group">
|
|
|
<div class="controls">
|
|
|
<label >参数(如:user_id=121&age=22&date=2016-06-02)</label>
|
|
|
- <input type="text" id="params" placeholder="参数" value="name=13152126786&password=123456&type=1">
|
|
|
+ <input type="text" id="params" placeholder="参数" >
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="control-group">
|