浏览代码

三个通话前配置接口

lizhen_gitee 10 月之前
父节点
当前提交
c1cf678504
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/api/controller/Match.php

+ 3 - 0
application/api/controller/Match.php

@@ -83,6 +83,9 @@ class Match extends Api
             'avatar' => localpath_to_netpath(Db::name('user')->where('id',$user_id)->value('avatar')),
             'man_wallet' => $man_wallet,
             'woman_price' => $woman_price,
+            'video_butie' => '10', //视频补贴价格
+            'audio_butie' => '10', //语音补贴价格
+            'typing_butie' => '0.1',//私聊补贴价格
         ];
 
         $this->success(1,$result);