コード例 #1
0
ファイル: OrderController.cs プロジェクト: tangqun/App_WeChat
 public ActionResult Create(OrderModel model)
 {
     return(Content(orderBLL.Create(AuthorizerAppID, CookieHelper.GetCookie("uid"), model, IP).ToString(), "application/json"));
 }