action.json 947 B

1234567891011121314151617181920212223
  1. {
  2. //根据身份获取人员
  3. "getPersonByIdentity": {"uri": "/jaxrs/person/identity/{name}"},
  4. //根据人员获取身份
  5. "listIdentityByPerson": {"uri": "/jaxrs/identity/list/person/{name}"},
  6. //获取人员
  7. "getPerson": {"uri": "/jaxrs/person/{name}"},
  8. //根据当前人员获取可能替代的身份
  9. "listMyRelief": {"uri": "/jaxrs/okrconfigsecretary/list/my"},
  10. //获取配置表信息
  11. "getProfiles":{"uri":"/jaxrs/baseconfig/getconfig/{type}","method":"PUT"},
  12. //customer
  13. "getCustomerInfo" : {"uri":"/jaxrs/customer/baseinfo/getbyid/{id}","method":"GET"},
  14. "getCustomerListNext":{"uri":"/jaxrs/customer/baseinfo/listall/{id}/next/{count}","method":"PUT"},
  15. "getCustomerListPrev":{"uri":"/jaxrs/customer/baseinfo/listall/{id}/prev/{count}","method":"PUT"},
  16. "saveCustomer" : {"uri":"/jaxrs/customer/baseinfo/create","method":"PUT"},
  17. "gettest":{"uri":"/jaxrs/customer/baseinfo/iswork","method":"GET"}
  18. //customer
  19. }