Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
改进道具直购API的javadoc注释
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
  • Loading branch information
Copilot and binarywang committed Dec 19, 2025
commit 61df058fe64dfb857e3eb9e01b36a1e0fdc80755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.io.Serializable;

/**
* 小游戏道具直购请求.
* 小游戏道具直购API请求.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.io.Serializable;

/**
* 小游戏道具直购响应.
* 小游戏道具直购API响应.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
Expand Down