fix: 修复DouyinContentAdapter代码格式
- 修正console.log语句的缩进和分号格式
This commit is contained in:
parent
96ae77471c
commit
ca8710686b
|
|
@ -259,7 +259,7 @@ export class DouyinContentAdapter extends BaseContentAdapter {
|
||||||
// SDK v3的响应格式不同,需要根据实际返回结果进行适配
|
// SDK v3的响应格式不同,需要根据实际返回结果进行适配
|
||||||
const isHit =
|
const isHit =
|
||||||
responseData.predicts?.some((predict) => predict.hit) || false;
|
responseData.predicts?.some((predict) => predict.hit) || false;
|
||||||
console.log(responseData.predicts)
|
console.log(responseData.predicts);
|
||||||
const conclusion = isHit ? 2 : 1; // 2: 不合规, 1: 合规
|
const conclusion = isHit ? 2 : 1; // 2: 不合规, 1: 合规
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue