【店小二】公告:

在線mock json
3395  |   |   |  95

功能介紹

1.將輸入的 json 串作為返回參數
2.支持 url 參數
3.生成的 url 主要通過 token 參數來確定輸出, 切勿修改 token

使用示例

1.無請求參數

[
    {
        "id": 1,
        "name": "test",
        "age": 10,
        "cls_name": "初一",
        "addr": "四川成都"
    },
    {
        "id": 2,
        "name": "test",
        "age": 10,
        "cls_name": "初二",
        "addr": "四川成都"
    }
]

處理後

http://localhost:9000/toolapi/mockjson?come_from=2&token=d491e4e9771c051021fdcf568cc369c4

2.有參數

{
    "id": 1,
    "name": "test",
    "age": 10,
    "cls_name": "初一",
    "addr": "四川成都"
}

處理後

http://localhost:9000/toolapi/mockjson?come_from=2&user_id=1&token=c7e6d7031b9911793b0b5ae83f50a9a8