Browse Source

🎈 perf: 更新输出

Pchen. 7 months ago
parent
commit
edb7d99942
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apis/Lepao/Face/BeginFaceReco.js

+ 2 - 2
apis/Lepao/Face/BeginFaceReco.js

@@ -76,10 +76,10 @@ class BeginFaceReco extends API {
             if(rows[0].state !== 1)
                 return res.json({
                     ...BaseStdResponse.ERR,
-                    msg: '账号状态为未登录,请用登录器更新账号状态后再进行人脸识别'
+                    msg: '账号状态为未登录,请用乐跑登录器更新账号状态后再进行人脸识别'
                 })
 
-            const face_img = await this.getImageBase64('https://lepao-cloud.xxoo365.top/view.php/d0b85269c3683ed48da1fc5e468108c7.jpg')
+            const face_img = await this.getImageBase64('https://lepao-cloud.xxoo365.top/view.php/a517e6d3b4cf9834c99ff819b473d58d.jpg')
             // 此时应该从乐跑获取人脸照片
 
             const key = uuidv4()