Commit 6be0cc8c081ed802d4e317f9e9f7fc72babbda9d
1 parent
6d4a388a
测肤优化,会员每日使用次数
Showing
1 changed file
with
2 additions
and
1 deletions
packageD/pages/AI-test-skin/analyse/analyse.js
... | ... | @@ -217,7 +217,8 @@ Page({ |
217 | 217 | "image": getApp().globalData.face_SourceImg, |
218 | 218 | "face_field": "age,expression,face_shape,gender,glasses,landmark,landmark150,quality,eye_status,emotion,face_type,mask,spoofing", |
219 | 219 | "image_type": "URL", |
220 | - "store_id":setting.stoid | |
220 | + "store_id":setting.stoid, | |
221 | + "user_id":getApp().globalData.user_id | |
221 | 222 | } |
222 | 223 | //开始调用百度接口,进行对图片进行判断是否符合标准 |
223 | 224 | this.json_post("/api/weshop/baidubce/face/skindetect", data, function (res) { | ... | ... |