RMC Registration Service - zeroKilo/GROBackendWV GitHub Wiki
Custom RMC service for new account registration.
| Method ID | Method Name |
|---|---|
| 1 | CreateRecruit |
| 2 | MigrateRecruitToUbiAccount |
(1) CreateRecruit
Request
Empty request.
Response
| Type | Name |
|---|---|
| Uint32 | _RecruitID |
| String | _RecruitName |
(2) MigrateRecruitToUbiAccount
Request
| Type | Name |
|---|---|
| Uint32 | _RecruitID |
| Uint32 | _UbiID |
Response
Empty response.