dongxianghui3709 2013-10-02 06:12
浏览 55
已采纳

如何获取日期数组作为POST参数

it looks like it is not possible to have array of dates as a parameter, like:

@param array $dates Dates array {@type date} {@from body}

Is there any way to make Restler to validate input of array of dates, for example:

{
   "dates": ["2013-01-01", "2013-01-02"]
}

Right now I am getting: Class 'date' not found in ...

  • 写回答

1条回答 默认 最新

  • dongshaidu2456 2013-10-03 07:09
    关注

    This works just fine with the latest in master branch! Just added the code to test it in Type class

    Check it out here http://restler3.luracast.com/tests/param/explorer/index.html#!/type/createDates_post

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?