CS0168The variable 'ex' is declared but never usedDSPlat.CommonE:无人仓无人仓web-apiDSPlat.CommonJsonHelper.cs53活动
你定义了这个变量,但是从来没有使用过比如try{...}catch(Exception ex){//这里没有代码}就会有这个警告。这个可以忽略
实际上你直接写try{...}catch { }就可以了。