feat: add posts

This commit is contained in:
Rogee
2025-01-10 19:22:39 +08:00
parent f3ae895fec
commit ab576706e7
10 changed files with 558 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ func (s *ServiceTestSuite) Test_GetUserIDByOpenID() {
Channel: fields.AuthChannelWeChat,
UserID: 1,
OpenID: "test_open_id",
AccessKey: "test_access_key",
AccessToken: "test_access_token",
RefreshToken: "test_refresh_token",
ExpireAt: time.Now().Add(time.Hour),