|
|
@ -76,6 +76,7 @@ class PaymentMerchantController extends ThinkController
|
|
|
|
'account' => $item['account'],
|
|
|
|
'account' => $item['account'],
|
|
|
|
'status' => $item['status'],
|
|
|
|
'status' => $item['status'],
|
|
|
|
'channel' => $item['channel'],
|
|
|
|
'channel' => $item['channel'],
|
|
|
|
|
|
|
|
'is_master' => $item['is_master'],
|
|
|
|
'wayNames' => implode('、', $paymentMerchantService->getWaysName($item['ways'])),
|
|
|
|
'wayNames' => implode('、', $paymentMerchantService->getWaysName($item['ways'])),
|
|
|
|
'status_text' => $paymentMerchantService->getStatusText($item['status']),
|
|
|
|
'status_text' => $paymentMerchantService->getStatusText($item['status']),
|
|
|
|
'channel_text' => $paymentMerchantService->getChannelText($item['channel']),
|
|
|
|
'channel_text' => $paymentMerchantService->getChannelText($item['channel']),
|
|
|
|