lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
b6a9ba1b06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/service/matchSign.js

+ 1 - 1
app/service/matchSign.js

@@ -36,7 +36,7 @@ class MatchSignService extends CrudService {
   }
 
   async checkFit(body) {
-    const { match_id, group_id, project_id, user_id, card = '22010319950601161X' } = body;
+    const { match_id, group_id, project_id, user_id, card } = body;
     await this.checkHas(body);
     const { pass, msg, gender: cardGender, age: cardAge } = this.idCodeValid(card);
     if (!pass) throw new BusinessError(ErrorCode.SERVICE_FAULT, msg);