fix styles

This commit is contained in:
yansongda 2018-01-11 19:02:07 +08:00
parent 0bc9e721ad
commit edce78a5f9

View File

@ -102,7 +102,7 @@ class Support
$payload = array_merge($payload, $order);
$type = isset($order['type']) ? ($order['type'] . ($order['type'] != 'app' ?: '_') . 'id') : 'app_id';
$type = isset($order['type']) ? ($order['type'].($order['type'] != 'app' ?: '_').'id') : 'app_id';
$payload['appid'] = $config->get($type, '');