action.json 747 B

123456789101112131415161718
  1. {
  2. "collectConnected": {"uri": "/jaxrs/collect/connect"},
  3. "getCollectConfig": {"uri": "/jaxrs/collect"},
  4. "collectValidate": {"uri": "/jaxrs/collect/validate"},
  5. "updateCollect": {"uri": "/jaxrs/collect", "method": "PUT"},
  6. "createCollect": {"uri": "/jaxrs/collect", "method": "POST"},
  7. "collectValidateInput": {"uri": "/jaxrs/collect/validate/direct", "method": "PUT"},
  8. "getCode": {"uri": "/jaxrs/collect/code/mobile/{mobile}"},
  9. "codeValidate": {"uri": "/jaxrs/collect/validate/codeanswer", "method": "PUT"},
  10. "resetPassword": {"uri": "/jaxrs/collect/resetpassword", "method": "PUT"},
  11. "nameExist": {"uri": "/jaxrs/collect/name/{name}/exist"},
  12. "passwordValidate": {"uri": "/jaxrs/collect/validate/password", "method": "PUT"}
  13. }