|
@@ -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
|
|
|
}
|