Kaynağa Gözat

贡献值接口增加返回内容

sunxbiao 1 yıl önce
ebeveyn
işleme
005c7ba127
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      app/controller/api/user/User.php

+ 2 - 0
app/controller/api/user/User.php

@@ -328,6 +328,8 @@ class User extends BaseController
328 328
                 'team_gongxian_num' => $result['arriveNumTeam'],
329 329
                 'zhitui' => $result['perContribute'],
330 330
                 'total_source' => $result['contribute'],
331
+                'largeContribute' => $result['largeContribute'],
332
+                'subordinate' => $result['subordinate'],
331 333
                 'isNormalUser' => $isNormalUser
332 334
             ];
333 335
             return app('json')->success($data);