Giter VIP home page Giter VIP logo

wecharface's Introduction

微信刷脸小程序接口文档##

[TOC]

1、老师账号登陆接口

  • 请求URL

http://test.ourvend.com/FaceAppletsApi/FaceTeacherLogin

  • 请求方式

POST

  • 请求参数
请求参数 必选 类型 参数说明
Account string 账号
  • 返回参数
返回参数 参数类型 参数说明
Code int 状态码(200 成功 其他失败)
IsLoin int 是否首次登陆(1 已修改密码 0 未修改过)
Msg String 失败时返回错误
teacherInfo Object 返回学校等内容
SchoolName string 学校名称
GradeName string 年级名称
ClassName string 班级名称
FCID int 班级ID
DefaultPassword string 家长登陆默认密码
  • 返回示例
{
    "Code": 200,
    "IsLoin": 1,
    "Msg": "登录成功",
    "teacherInfo": {
        "SchoolName": "测试学校857",
        "GradeName": "初中一年级",
        "ClassName": "72班",
        "FCID": 1,
        "DefaultPassword": "000000"
    }
}

wecharface's People

Contributors

liuwanghua001 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.