支付宝 接入一系列修改
This commit is contained in:
@@ -93,6 +93,8 @@ var (
|
||||
|
||||
// 玩家不存在
|
||||
PlayerNotExist = NewResultStatus(-1110, "PlayerNotExist")
|
||||
// 玩家uid和服务器id不匹配
|
||||
PlayerNotMatchSever = NewResultStatus(-1111, "PlayerNotMatchSever")
|
||||
|
||||
// 没有合适的玩家
|
||||
NotSuitablePlayer = NewResultStatus(-1155, "NotSuitablePlayer")
|
||||
|
||||
Reference in New Issue
Block a user