微信开发
  1. 小程序表单相关
微信开发
  • 微信小程序
    • 微信小程序支付
      • 获取小程序用户openid
      • 获取小程序支付需要的签名数据
    • 注册登录
      • 注册
      • 请求登陆
    • 小程序表单相关
      • 其他
        • 开发者--删除账号
        • 开发者--查看所有账号
        • 开发者--查看账号明细
        • 查看交费信息
        • 查看学员申请状态
        • 获取学员明细
      • 申请入学
        POST
      • 申请占座
        POST
  • 微信公众号
    • 注册
      GET
    • 获取用户信息
      GET
    • 获取openId
      GET
    • 查看已注册列表
      GET
    • 查看注册人员明细信息
      GET
    • 获取jssdk注入配置信息
      GET
    • jsapi 支付
      GET
  1. 小程序表单相关

申请入学

开发中
POST
/admin/xy/lite/student/orderRu

请求参数

Query 参数
xyUserLite.id
string 
可选
小程序登录之后返回的id
xyUserLite.name
string 
学员名称
可选
xyUserLite.wxAppId
string 
微信appid
可选
xyUserLite.age
number 
年龄
可选
xyUserLite.tel
number 
电话
可选
xyUserLite.tel2
string 
紧急联系人
可选
xyUserLite.sex
number 
可选
性别 0 男 1 女
xyUserLite.manID
string 
身份证
可选
xyUserLite.city
string 
可选
地市编码,字符串,逗号隔开
示例值:
410000,411400,411403
xyUserLite.cityText
string 
可选
地市内容,字符串,逗号隔开
示例值:
河南省,商丘市,睢阳区
xyUserLite.classId
string 
班级id
可选
xyUserLite.dormId
string 
宿舍id
可选
xyUserLite.address
string 
自住地址
可选
xyUserLite.dormStartTime
string 
宿舍入住时间
可选
xyUserLite.dormEndTime
string 
宿舍退租时间
可选
xyUserLite.qq
string 
可选
xyUserLite.wx
string 
可选
xyUserLite.education
number 
可选
学历,0 高中 1 大专 2 本科 3 本科以上
xyUserLite.major
string 
专业
可选
xyUserLite.deposit
string 
订金
可选
xyUserLite.oldJob
string 
之前的职业
可选
xyUserLite.shool
string 
学校
可选
Body 参数application/x-www-form-urlencoded
object {0}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://bufantec.com/admin/xy/lite/student/orderRu?xyUserLite.id=&xyUserLite.name=&xyUserLite.wxAppId=&xyUserLite.age=&xyUserLite.tel=&xyUserLite.tel2=&xyUserLite.sex=&xyUserLite.manID=&xyUserLite.city=410000,411400,411403&xyUserLite.cityText=河南省,商丘市,睢阳区&xyUserLite.classId=&xyUserLite.dormId=&xyUserLite.address=&xyUserLite.dormStartTime=&xyUserLite.dormEndTime=&xyUserLite.qq=&xyUserLite.wx=&xyUserLite.education=&xyUserLite.major=&xyUserLite.deposit=&xyUserLite.oldJob=&xyUserLite.shool='

返回响应

🟢200成功
application/json
Body
code
string 
必需
data
string 
必需
示例
{
    "code": "success",
    "data": "入学申请已发送,请等待后台人工确认..."
}
修改于 2023-01-05 03:15:54
上一页
获取学员明细
下一页
申请占座
Built with