推拉函数与queue
This commit is contained in:
16
app/Models/Post/Structs/PostParamsStruct.php
Normal file
16
app/Models/Post/Structs/PostParamsStruct.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace App\Models\Post\Structs;
|
||||
class PostParamsStruct{
|
||||
const REPOST_ORG_USER_ID = 'repostOrgUserId';
|
||||
const REPOST_ORG_USERNAME = 'repostOrgUsername';
|
||||
const REPOST_ORG_USER_NICKNAME = 'repostOrgUserNickname';
|
||||
const REPOST_ORG_POST_ID = 'repostOrgPostId'; //原推文id
|
||||
|
||||
const COMMENT_ID = 'CommentId';
|
||||
const COMMENT_USER_ID = 'CommentUserId';
|
||||
const COMMENT_USERNAME = 'CommentUsername';
|
||||
const COMMENT_POST_ID = 'CommentPostId';
|
||||
const COMMENT_CONTEXT= 'CommentContext';
|
||||
const COMMENT_CONTEXT_CREATE_TIME= 'CommentContextCreateTime';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user