- 博客(3)
- 收藏
- 关注
原创 Thinkphp api接口篇
第一步首先我们要知道Restful Api 的编码规范 从这里开始我们的编码规范都按照这个Restful来生成标准Apiabstract class Base{ protected function create($data, $msg = '', $code = 200, $type = 'json') { //返回 api 结果 $result = [ //状态码 'code' => $code, //自定义消息 'msg' => $msg,
2021-07-30 20:01:08 1925
原创 我的think还有php
我的ThinkPHP笔记1、前端提交数据给数据库<form id="changepwd-form" class="form-horizontal" method="POST" action=""> <input type="text" name="isname" placeholder="123456"> <input type="submit"></form>// 判断是否是post请求if ($this->request-
2021-07-14 16:34:37 211 3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人