在我的应用程序中,我必须将请求参数作为原始数据发送,但我不知道如何使用VolleyRequest发送它。
请求参数:
{
"category" : [
{
"itemcat_id": "a382e6f2-86d9-44e9-9e95-ad0007629000",
"itemcat_outlet_id": "10",
"itemcat_name": "Oreo Enak",
"itemcat_status": "1",
"itemcat_is_editable": "1",
"itemcat_cdate" : "2018-04-17 15:35:20",
"itemcat_ldate" : null
}
]
}
以及如何发送此数据?