亲爱的,我正在使用Loopj并且非常喜欢它。它让我的生活更轻松。现在我想在帖子请求的正文中发布 json。请检查我做错了什么我的代码在下面。
params.put("SaleOrderItems", mJsonArrayOfObject.toString());
params.put("CustomerReferenceNumber", "asdf");
// /*mSaleOrder.getmCustomerReferenceNo()*/);
params.put("RecordType", "HOS");
params.put("DeliveryDate", "2012-12-28T12:04:27.3553985+01:00"); // mSaleOrder.getmDeliveryDate());
params.put("SellToCustomerNumber", "user");
然后我这样打电话。
mAsyncHttpClient.post(WEBCONSTANTS.ORDER_SERVICE_SAVE_ORDER, mParams,
new AsyncHttpResponseHandler(){};
我收到了这个错误
{"Message":"No HTTP resource was found that matches the request URI}
请告诉我如何使用 LoopJ 在 post 请求的正文中发送对象的 json 数组。此致,