public async void PostOrder(HttpRequestMessage request) { String responseBodyAsText = await request.Content.ReadAsStringAsync(); //LogHelper.WriteLog(responseBodyAsText); }
public async void PostOrder(HttpRequestMessage request) { String responseBodyAsText = await request.Content.ReadAsStringAsync(); //LogHelper.WriteLog(responseBodyAsText); }
转载于:https://www.cnblogs.com/jys509/p/3574835.html