用PHPStorm的RESTful如何模拟json数据
HI,我尝试使用PHPStorm的REST Client来模拟一条POST数据,数据格式如下:
{
"user_ids":[1,2]
}
我改如何模拟呢?
jpshoo
10 years, 1 month ago
Answers
我用RAW模式模拟了JSON,参看这里 https://code.google.com/p/chrome-rest-client/issues/detail?id=228
自爆袭击者
answered 10 years, 1 month ago