| 123456789101112131415161718 |
- {
- "collectConnected": {"uri": "/jaxrs/collect/connect"},
- "getCollectConfig": {"uri": "/jaxrs/collect"},
- "collectValidate": {"uri": "/jaxrs/collect/validate"},
- "updateCollect": {"uri": "/jaxrs/collect", "method": "PUT"},
- "createCollect": {"uri": "/jaxrs/collect", "method": "POST"},
- "collectValidateInput": {"uri": "/jaxrs/collect/validate/direct", "method": "PUT"},
- "getCode": {"uri": "/jaxrs/collect/code/mobile/{mobile}"},
- "codeValidate": {"uri": "/jaxrs/collect/validate/codeanswer", "method": "PUT"},
- "resetPassword": {"uri": "/jaxrs/collect/resetpassword", "method": "PUT"},
- "nameExist": {"uri": "/jaxrs/collect/name/{name}/exist"},
- "passwordValidate": {"uri": "/jaxrs/collect/validate/password", "method": "PUT"}
- }
|