dlmh_system/VRS/Handler/$$公司应用仿真.txt

130 lines
3.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

尚诚Mr接口
添加巡检记录
http://111.229.30.246:8798/Handler/CheckResultHandler.ashx?action=EditResult
参数
action=EditResult
data=[{},{}] 表示List<CheckResult>的json数组
添加巡检记录文件
http://111.229.30.246:8798/Handler/Files.ashx?action=Add
参数
action=Add
file=唯一文件名 12345678.pdf
用户登录 post
http://172.16.1.254:13010/Handler/user.ashx?action=login
参数 login_name :账号 (test)
参数 password : 密码(12345)
查询终端类型
http://172.16.1.254:13010/Handler/data.ashx?action=softtype
返回
soft_id 类型idsoft_name 类型名称
查询业务场景
http://172.16.1.254:13010/Handler/data.ashx?action=scene
返回
major_id :场景id
major_name : 场景名称
查询场景专业分类
http://172.16.1.254:13010/Handler/data.ashx?action=scenezy&major_id=1745394606
参数 major_id :场景id
返回
subject_id: 专业分类id
subject_name:分类名称
查询软件、课程接口
http://172.16.1.254:13010/Handler/app.ashx?action=queryapp
http://172.16.1.254:13010/Handler/app.ashx?action=queryapp&page_size=1&page_index=1&type=课程
参数 page_size每页大小
参数 page_index 页索引从1开始
参数 soft_id :终端类型id
参数 major_id :场景id
参数 subject_id: 专业分类id
参数 is_hot热门 是、否
参数 type类型 软件、课程
查询单个软件、课程接口
http://172.16.1.254:13010/Handler/app.ashx?action=queryappone
参数 app_id 软件、课程id
软件、课程浏览详情页面接口
http://172.16.1.254:13010/Handler/app.ashx?action=viewapp&app_id=app1745481912
参数 actionviewapp
参数 app_id 软件、课程id
查询公司历程所有年份接口
http://172.16.1.254:13010/Handler/Data.ashx?action=comhistoryyears
参数 无
查询某一年公司历程详情
http://172.16.1.254:13010/Handler/Data.ashx?action=comhistorydetails&year_info=2024
参数 year_info :年份数字
修改用户密码
http://172.16.1.254:13010/Handler/User.ashx?action=changepassword
参数 user_id用户id
参数 old_password 原密码
参数 new_password新密码
查询公司资质
http://172.16.1.254:13010/Handler/Data.ashx?action=comzizhi
参数 无
================================has notb=================================================================
查询公司认证
http://172.16.1.254:13010/Handler/Data.ashx?action=comrenzheng
参数 无
软件、课程查询收藏接口
http://172.16.1.254:13010/Handler/app.ashx?action=appfavorquery&user_id=123
参数 user_id用户id
软件、课程添加收藏接口
http://172.16.1.254:13010/Handler/app.ashx?action=appfavoradd&app_id=app1745481912&user_id=123
参数 user_id用户id
参数 app_id 软件、课程id
软件、课程删除收藏接口
http://172.16.1.254:13010/Handler/app.ashx?action=appfavordel&app_id=app1745481912&user_id=123
参数 user_id用户id
参数 app_id 软件、课程id
查询关于我们
http://172.16.1.254:13010/Handler/Data.ashx?action=comabout
参数 无
查询合作厂商
http://172.16.1.254:13010/Handler/Data.ashx?action=firstcooper
参数 无