static Future deleteCommonOpinion(String id) async { return get( "${EcpWidgetPath.delCommonOpinion}/$id", ).transformObj((value) => value); }