Merge pull request 'by Robin at 20240403' (#225) from dev-feat-IRONFANS-70-Robin into feat-IRONFANS-70
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/225
This commit is contained in:
commit
0ca69e75d2
|
@ -14,8 +14,8 @@ const (
|
|||
|
||||
const (
|
||||
AccountPunishment_BlockFromCreatingMoment = 0 // 禁止发贴
|
||||
AccountPunishment_BlockFromCreatingFreeZoneMoment = 0 // 禁止发免费空间贴
|
||||
AccountPunishment_BlockFromCreatingPaidZoneMoment = 0 // 禁止发付费空间贴
|
||||
AccountPunishment_BlockFromCreatingFreeZoneMoment = 1 // 禁止发免费空间贴
|
||||
AccountPunishment_BlockFromCreatingPaidZoneMoment = 2 // 禁止发付费空间贴
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue