|
|
@@ -23,6 +23,7 @@ import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Controller; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
import reactor.core.publisher.Flux; |
|
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest; |
|
|
|
import javax.servlet.http.HttpServletResponse; |
|
|
@@ -141,7 +142,7 @@ public class TtCalllbackController extends BaseController { |
|
|
|
JsonObject obj = auditResults.get(i).getAsJsonObject(); |
|
|
|
if(("douyin").equals(GsonHelper.getString(obj,"hostName"))){ |
|
|
|
status = GsonHelper.getInteger(obj,"status"); |
|
|
|
reason = GsonHelper.getString(obj,"reason"); |
|
|
|
reason = obj.get("reason").toString(); |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|