Comment
评论展示场景。
APP 端所有页面固定为� �开浏览区(public),即评论区显示开� �� �闭的评论一律屏蔽。 Web 端在子类中重写,可按页面传� � seo 场景。 protected function getDisplayScene(): string { return CommentLogic::DISPLAY_SCENE_PUBLIC; } 是否弹出正常评论引导
响应契约:ListPage。
需要登录。 需要请求签名。 响应会经过加密中间件。
认证要求:需要登录。
签名要求:需要请求签名。
响应处理:默认会经过响应加密。
get/commentGuide
Query parameters
sceneinteger
Headers
langstring
语言代码,例如 en、zh、es。
语言代码,例如 en、zh、es。
device_numberstring
设备唯一标识。
设备唯一标识。
app_versionstring
客户端版本号。
客户端版本号。
timestampinteger
请求时间戳(秒)。
请求时间戳(秒)。
signaturestring
接口签名。
接口签名。
Response
请求成功
Example response
{
"msg": "成功"
}