This commit is contained in:
wangwei01 2019-07-19 13:57:49 +08:00
parent cf326445ef
commit 1c70125c97

View File

@ -25,7 +25,7 @@ class RoleController{
$d = array( $d = array(
'drop_id' => $drop_meta['drop_id'], 'drop_id' => $drop_meta['drop_id'],
'item_id' => $drop_meta['item_id'], 'item_id' => $drop_meta['item_id'],
'num' => $drop_meta['num'], 'num' => $drop_meta['num'],
'weight' => $drop_meta['weight'], 'weight' => $drop_meta['weight'],
'type' => $drop_meta['type'] 'type' => $drop_meta['type']
); );