mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
【feat】完成tcp,http的设备上报,及模拟设备测试
This commit is contained in:
@@ -76,7 +76,6 @@ func (p *RuleChainApi) InsertRuleChain(rc *restfulx.ReqCtx) {
|
||||
func (p *RuleChainApi) UpdateRuleChain(rc *restfulx.ReqCtx) {
|
||||
var data entity.RuleChain
|
||||
restfulx.BindJsonAndValid(rc, &data)
|
||||
|
||||
p.RuleChainApp.Update(data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user