markdown的使用

标题

标题

标题

标题

标题
标题

加粗

斜体

颜色

markdown在线编辑器

https://note.youdao.com/

删除线

引用明人名言

插入php代码,如果是html代码```html

<?php
namespace app\index\controller;

class Test
{
    public function index()
    {
        $res = Db::query('select version()');
        return $res;
    }
}

行内代码

header 1 header 2 header 3
row 1 col 1 row 1 col 2 row 1 col 2
row 2 col 1 row 2 col 2 row 1 col 2
  • 无序列表
    • 无序列表
  • 无序列表
    • 无序列表
  1. 有序列表
    1. 有序列表
  2. 有序列表
    1. 有序列表
  3. 有序列表

不可以在新窗口中打开
百度
可以在新窗口中打开

麦田里的码农

用qq或者微信剪切的图片可以直接在这里ctrl+v,图片即可上传并插入
图片

post www.test.com/api api.test.com

参数 必选 类型 说明
time true int 时间戳(用于确定接口的访问时间)
token true string 确定访问者身份(MD5(USER_MD5(time)_USER))
username true string 只接受手机号
password true string 用户密码
    {
        "ret": 200, // 返回结果状态。200:接口正常请求并返回/40*:服务端的数据有误/500:服务器运行错误
        "data": {
            "user_id": "27", // 用户id
            "user_tag": "1" // 用户身份
        },
        "msg": "" // 401:用户名不存在!/402:手机号不存在!/403:密码不正确!
    }
posted @ 2020-07-03 23:02  HaimaBlog  阅读(135)  评论(0编辑  收藏  举报