|
|
@@ -139,7 +139,7 @@ public class TtCalllbackController extends BaseController { |
|
|
|
String reason = ""; |
|
|
|
for (int i = 0;i < auditResults.size(); i++) { |
|
|
|
JsonObject obj = auditResults.get(i).getAsJsonObject(); |
|
|
|
if(("toutiao").equals(GsonHelper.getString(obj,"hostName"))){ |
|
|
|
if(("douyin").equals(GsonHelper.getString(obj,"hostName"))){ |
|
|
|
status = GsonHelper.getInteger(obj,"status"); |
|
|
|
reason = GsonHelper.getString(obj,"auditDetail"); |
|
|
|
break; |
|
|
|