Example #1
0
        /// <summary>
        /// 修改颜色
        /// </summary>
        /// <returns></returns>
        public CommColorUptResponse ColorUpt(CommColorUptRequest request)
        {
            CommColorUptResponse response = new CommColorUptResponse();

            return(response);
        }
Example #2
0
 /// <summary>
 /// 修改颜色
 /// </summary>
 /// <returns></returns>
 public CommColorUptResponse ColorUpt(CommColorUptRequest request)
 {
     return(ApiRequestHelper.Post <CommColorUptRequest, CommColorUptResponse>(request));
 }
Example #3
0
 public CommColorUptResponse UptColor(CommColorUptRequest request)
 {
     return(CommodityBll.Instance.ColorUpt(request));
 }