Skip to main content / 跳转到主要内容
TrustDecision
EN
v3
API Reference
Terminal SDK
Search
⌘K
Like - TrustDecision Docs
Copy Page
Like
Previous
Invite
Next
Comment
Was this page helpful?
Yes
No
Data Type: Like
Parameter
Type
Description
Required/Optional
Notes
like_id
String
Like-Object ID
conditionally required: required under the 'Like' situation
like_type
String
Like-Object Type
optional (strongly recommended)
enumeration:
merchandise
feed
article
comment
other
author_account_id
String
Author Account ID of Like-Object
conditionally required: required when Like-Object is created by users
Empty when Like-Object is not created by users. Example: merchandise
JSON
Copy
{
"like_id"
:
"NHDKDOMO837"
,
"like_type"
:
"feed"
,
"author_account_id"
:
"123456"
}