关区业务关系表API

2016-11-18  本文已影响0人  cltclt

单条数据查询

url:rest/bns_port/{id}/get

method:get

request:id传入

response:TST_PORT_BUSINESS对象

列表数据查询

url:rest/bns_port/list

method:get

request:业务类型code传入

response:TST_PORT_BUSINESS对象列表

新增数据

url:rest/bns_port/{id=0}/create

method:post

request:id=0 传入

response:新增TST_PORT_BUSINESS对象

更新

url:rest/bns_port/{id}/update"

method:post

request:id传入

response:更新TST_PORT_BUSINESS对象

删除

url:rest/bns_port/{id}/del

method:post

request:id传入

response:删除TST_PORT_BUSINESS对象

上一篇 下一篇

猜你喜欢

热点阅读