瀏覽代碼

支付渠道下拉,去除返回密钥等配置信息

ith5 5 月之前
父節點
當前提交
bbfe0acc6d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/v1/logic/center/GamePayChannelLogic.php

+ 1 - 1
app/v1/logic/center/GamePayChannelLogic.php

@@ -27,7 +27,7 @@ class GamePayChannelLogic extends BaseLogic
      */
     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();
     }