|
|
@ -842,9 +842,9 @@ func (impl *HondaDemandServiceImplement) bodyInfo(_strArr []string, dateStr stri |
|
|
|
}) |
|
|
|
} |
|
|
|
info.ProductFamilyId = _strArr[2] + "-" + _strArr[3] + "-" + _strArr[4] |
|
|
|
info.ConfigValue = _strArr[3] |
|
|
|
info.ConfigValue = _strArr[2] |
|
|
|
info.ColorValue = _strArr[4] |
|
|
|
info.ModelValue = _strArr[2] |
|
|
|
info.ModelValue = _strArr[3] |
|
|
|
return dateStr, _errList |
|
|
|
} |
|
|
|
func (impl *HondaDemandServiceImplement) bodyRoArr(str string) []string { |
|
|
|