...
|
...
|
@@ -701,8 +701,10 @@ class CartModel |
|
|
/* 发票内容 */
|
|
|
if (!empty($pay['data']['invoices']['invoiceContentList'])) {
|
|
|
foreach ($pay['data']['invoices']['invoiceContentList'] as $value) {
|
|
|
$result['piaoTypes'][$value['invoices_type_id']]['id'] = $value['invoices_type_id'];
|
|
|
$result['piaoTypes'][$value['invoices_type_id']]['name'] = $value['invoices_type_name'];
|
|
|
$result['piaoTypes'][] = array(
|
|
|
'id' => $value['invoices_type_id'],
|
|
|
'name' => $value['invoices_type_name']
|
|
|
);
|
|
|
}
|
|
|
$result['receiverMobile'] = isset($userInfo['data']['mobile']) && $userInfo['data']['mobile'] ? $userInfo['data']['mobile'] : '';
|
|
|
$result['invoiceUrl'] = 'http://www.yohobuy.com/help?category_id=99';
|
...
|
...
|
|