首页 > 用PHPStorm的RESTful如何模拟json数据

用PHPStorm的RESTful如何模拟json数据

HI,我尝试使用PHPStorm的REST Client来模拟一条POST数据,数据格式如下:

{
"user_ids":[1,2]
}

我改如何模拟呢?


我用RAW模式模拟了JSON,参看这里https://code.google.com/p/chrome-rest-client/issues/detail?id=228

【热门文章】
【热门文章】