liuxiulin 2 年之前
父节点
当前提交
b66900030d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pkg/models/rulechain.go

+ 2 - 2
pkg/models/rulechain.go

@@ -21,8 +21,8 @@ type RuleChain struct {
 
 // RuleChainParams 更新规则链参数
 type RuleChainParams struct {
-	VendorId string      `json:"vendor_id"` // 厂商id
-	RecordId string      `json:"record_id"` // 记录id
+	VendorId string      `json:"VendorID"` // 厂商id
+	RecordId string      `json:"RecordId"` // 记录id
 	Cell     interface{} `json:"cell"`
 	Cells    []*Cell
 }