1
0
mirror of synced 2025-12-23 10:39:27 +08:00

改进道具直购API的javadoc注释

Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-19 17:27:11 +00:00
parent b5b2151515
commit 61df058fe6
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* 小游戏道具直购请求.
* 小游戏道具直购API请求.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/

View File

@@ -11,7 +11,7 @@ import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* 小游戏道具直购响应.
* 小游戏道具直购API响应.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/