예제 #1
0
 /**
  * @brief ajax更新订单中商品的数据
  * */
 public function order_pri_num()
 {
     $type = IFilter::act(IReq::get('type'));
     $va = IFilter::act(IReq::get('va'));
     $ogid = IFilter::act(IReq::get('ogid'), 'int');
     $ord_class = new Order_Class();
     $ord_class->get_order_pri_num($type, $va, $ogid);
     echo 1;
 }