單條數(shù)據(jù)查詢
url:rest/bns_port/{id}/get
method:get
request:id傳入
response:TST_PORT_BUSINESS對象
列表數(shù)據(jù)查詢
url:rest/bns_port/list
method:get
request:業(yè)務(wù)類型code傳入
response:TST_PORT_BUSINESS對象列表
新增數(shù)據(jù)
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對象