摘要: 审核后台删除接口 public function del_video() { $input = $this->getinput->json(array('id')); $this->db->where('id', $input['id']); $this->db->delete('video'); 阅读全文
posted @ 2020-06-14 21:34 孟~先~生 阅读(429) 评论(0) 推荐(0)