@@ -2764,7 +2764,7 @@ public class ApiController {
// 两家都失败了,就中止
if (errorMap.size() == 2) {
- return R.failed(errorMap);
+ return R.failed(errorMap,msg);
}