|
@@ -163,6 +163,10 @@ class AccountService extends BaseService
|
|
|
'logo'=> get_image_url(ConfigService::make()->getConfigByCode('app_logo'))
|
|
'logo'=> get_image_url(ConfigService::make()->getConfigByCode('app_logo'))
|
|
|
];
|
|
];
|
|
|
$info['meal']['goods_name'] = ['','话费充值','电费充值','燃气充值'][$info['meal']['type']];
|
|
$info['meal']['goods_name'] = ['','话费充值','电费充值','燃气充值'][$info['meal']['type']];
|
|
|
|
|
+ $info['meal']['sku_type'] = 1;
|
|
|
|
|
+ $info['meal']['unit'] = '次';
|
|
|
|
|
+ $info['meal']['num'] = 1;
|
|
|
|
|
+ $info['meal']['price'] = $info['pay_total'];
|
|
|
$info['meal']['thumb'] = get_image_url('/images/goods/goods.jpeg');
|
|
$info['meal']['thumb'] = get_image_url('/images/goods/goods.jpeg');
|
|
|
$info['order_goods'] = [$info['meal']];
|
|
$info['order_goods'] = [$info['meal']];
|
|
|
unset($info['meal']);
|
|
unset($info['meal']);
|