作者 何书鹏
1 个管道 的构建 通过 耗费 2 秒

api更新

... ... @@ -668,6 +668,10 @@ class User extends Api
->where('a.id',$id)
->field('a.id,a.score,a.user_id,a.study_id,a.createtime,b.yinimage,b.workname,c.studynum,b.class_hour,c.image,c.card,c.nickname')
->find();
// 考试不合格,无法下载证书
if($data['score'] < 60){
$this->error('考试不合格,无法下载证书');
}
$year = date('Y',$data['createtime']);
$data['createtime'] = date('Y年m月d日',$data['createtime']);
... ...
... ... @@ -180,6 +180,7 @@ class Index extends Api
"content": "关于建造师内容", //资讯内容
"createtime": "1970.01.01", //发布时间
"read_num": 120 //阅读量
"is_top": 1 //是否置顶:0=否,1=是
}
})
*/
... ...
... ... @@ -809,6 +809,12 @@
<td></td>
<td>每页显示数据个数(默认10)</td>
</tr>
<tr>
<td>type</td>
<td>string</td>
<td></td>
<td>类型:1=报考咨询,2=政策信息,3=通知公告,4=行业资讯</td>
</tr>
</tbody>
</table>
</div>
... ... @@ -836,6 +842,10 @@
<input type="inter" class="form-control input-sm" id="page_num" placeholder="每页显示数据个数(默认10)" name="page_num">
</div>
<div class="form-group">
<label class="control-label" for="type">type</label>
<input type="string" class="form-control input-sm" id="type" placeholder="类型:1=报考咨询,2=政策信息,3=通知公告,4=行业资讯" name="type">
</div>
<div class="form-group">
<button type="submit" class="btn btn-success send" rel="63">提交</button>
<button type="reset" class="btn btn-info" rel="63">重置</button>
</div>
... ... @@ -876,6 +886,7 @@
"content": "关于建造师内容", //资讯内容
"createtime": "1970.01.01", //发布时间
"read_num": 120 //阅读量
"is_top": 1 //是否置顶:0=否,1=是
}
}</pre>
</div>
... ... @@ -23888,7 +23899,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2021-04-01 15:08:34 </div>
Generated on 2021-04-24 16:09:50 </div>
<div class="col-md-6" align="right">
<a href="./" target="_blank">企智帮</a>
</div>
... ...