action.json 1.4 KB

12345678910111213141516171819202122232425262728
  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. "getProvinceList":{"uri":"/jaxrs/region/provincelist","method":"PUT"},
  13. "getCityList":{"uri":"/jaxrs/region/citylist","method":"PUT"},
  14. "getCityListByName":{"uri":"/jaxrs/region/citylistbyname","method":"PUT"},
  15. "getAreaList":{"uri":"/jaxrs/region/countylist","method":"PUT"},
  16. "getAreaListByName":{"uri":"/jaxrs/region/countylistbyname","method":"PUT"},
  17. //customer
  18. "getCustomerInfo" : {"uri":"/jaxrs/customer/baseinfo/getbyid/{id}","method":"GET"},
  19. "getCustomerListNext":{"uri":"/jaxrs/customer/baseinfo/listall/{id}/next/{count}","method":"PUT"},
  20. "getCustomerListPrev":{"uri":"/jaxrs/customer/baseinfo/listall/{id}/prev/{count}","method":"PUT"},
  21. "getCustomerListPage":{"uri":"/jaxrs/customer/baseinfo/page/{page}/count/{count}","method":"PUT"},
  22. "saveCustomer" : {"uri":"/jaxrs/customer/baseinfo/create","method":"PUT"},
  23. "gettest":{"uri":"/jaxrs/customer/baseinfo/iswork","method":"GET"}
  24. //customer
  25. }