Judge whether a weibo post is related to a certain person in the database or not.
Parameters | Necessity | Type | Description |
---|---|---|---|
weibo_id | required | string | the unique id for each weibo post |
pid | required | int | the serial number of a certain person in the database |
Parameters | Type | Description |
---|---|---|
related | bool | True if the post is related to the person, false otherwise |