feat: 完善
parent
e4e36ad392
commit
6e2b617c7c
|
@ -308,7 +308,10 @@ class GoodsLogic extends Logic
|
|||
if (count($paramPair) === 2) {
|
||||
$key = trim($paramPair[0]);
|
||||
$value = trim($paramPair[1]);
|
||||
$result[] = [$key => $value];
|
||||
$result[] = [
|
||||
'key' => $key,
|
||||
'value' => $value,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue