lrf402788946 4 년 전
부모
커밋
91cfa8f90a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/service/user.js

+ 1 - 0
app/service/user.js

@@ -168,6 +168,7 @@ class UserService extends CrudService {
   // 学生小程序绑定
   async appbind(data) {
     const { name, mobile, appopenid } = data;
+    console.error(`appBind: name=>${name} / mobile=>${mobile} / appopenid = ${appopenid}`);
     assert(name, '缺少姓名');
     assert(mobile, '缺少手机号');
     assert(appopenid, '缺少小程序openid');