|
@@ -27,7 +27,7 @@ class GamePayChannelLogic extends BaseLogic
|
|
|
*/
|
|
*/
|
|
|
public function getPaySubject()
|
|
public function getPaySubject()
|
|
|
{
|
|
{
|
|
|
- return Db::connect('db_center')->name('pay_channel')->where('status', 1)->select()->toArray();
|
|
|
|
|
|
|
+ return Db::connect('db_center')->name('pay_channel')->hidden(['config'])->where('status', 1)->select()->toArray();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|