Пример #1
0
 /// <summary>
 /// 判断当前选中的所有订单是否已经支付
 /// </summary>
 /// <param name="orderids"></param>
 /// <returns></returns>
 public bool CheckOrderPay(string orderids)
 {
     return(storeOrderServer.CheckOrderPay(orderids));
 }