-
Notifications
You must be signed in to change notification settings - Fork 0
InMall API Specification
atsanan edited this page Oct 29, 2018
·
59 revisions
- 0. Authentication
- 1. Player (Delete player not yet implement.)
- 2. Costume
- 3. TeamPlayer
- 4. Sticker
- 5. Monster
- 5A. WildMonster
- 5B. MonsterDefault
- 6. ZoneType
- 7. ItemPlayer, ItemDefault, categoryItem
- 7A. WildItem
- 8. Mall, MallFloor
- 8A. Shop
- 9. Channel
- 10. User
- 11. Friend
- 12. News
- 13. NewsType
- 14. ShopMode
- 15. shopAsserts
- 16. shopAds
- 17. ShopCategory
- 18. PrivilegeGroup
- 19. PrivilegeDefaultPlayers
- 20. PrivilegeDefaultShops
- PrivacyPolicy
For geospatial please review https://docs.mongodb.com/manual/reference/geojson/#overview
DateTime referrence
// 2006-01-02T15:04:05Z
// 2006-01-02T15:04:05+07:00
t, _ = time.Parse(time.RFC3339, "2006-01-02T15:04:05Z")
t, _ = time.Parse(time.RFC3339, "2006-01-02T15:04:05+07:00")