Kirin 3 lat temu
rodzic
commit
8bff015e42
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/api/controller/user/UserController.php

+ 1 - 0
app/api/controller/user/UserController.php

@@ -634,6 +634,7 @@ class UserController
         } else {
             $info['grade_info'] = MemberGrade::where(['type' => $info['type'], 'grade' => $info['grade']])->find();
             $info['id'] = str_pad($info['check_id'], '6', '0', STR_PAD_LEFT);
+            $info['imgs'] = explode(',', $info['imgs']);
             return app('json')->success('ok', ['data' => $info]);
         }
     }