Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
d5e7c1fe
Commit
d5e7c1fe
authored
Oct 12, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
161c999e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
1 deletion
+44
-1
index.vue
pages/index/index.vue
+44
-1
No files found.
pages/index/index.vue
View file @
d5e7c1fe
...
...
@@ -1362,10 +1362,53 @@ export default {
testJJSWApi
()
{
var
that
=
this
;
var
testCmd
=
"
/api/WeChatPublic/GetStuSchoolClass
"
;
var
testCmd
=
""
;
var
postMsg
=
{
};
//获取就读学校 开始
testCmd
=
"/api/WeChatPublic/GetStuSchoolClass"
;
postMsg
=
{
Type
:
1
};
//获取就读学校 结束
//获取年级 开始
testCmd
=
"/api/WeChatPublic/GetStuSchoolClass"
;
postMsg
=
{
Type
:
2
};
//获取年级 结束
//获取校区 开始
testCmd
=
"/api/WeChatPublic/GetSchoolList"
postMsg
=
{}
//获取校区 结束
//学生注册
// testCmd="/api/WeChatPublic/CreateStudent";
// postMsg={
// OpenId:"oyiQo5OrTpUFPlKO9jluvr2KLl50",// openId 是 [string] 查看
// UnionId:"oV5Rm1J_MpkEVvE0VPEicwCDG1Zo",
// StuSex:"0",// 学生性别 0男 1女 是 [string] 查看
// StuName:"HK测试",// 学生姓名 是 [string] 查看
// StuBirth:"1990-09-09",// 学生生日 是 [string] 查看
// StuTel:"13551126755",// 手机号码 是 [string] 查看
// BaseCondition:"大面小学",// 就读学校 是 [string] 查看
// DemandPoint:"11",// 班级 是 [string] 查看
// ConsultingResults:"网上",// 如何知道进阶思维 是 [string] 查看
// School_Id:"1",// 校区 是 [string]
// Group_Id:"100001"
// }
//学生注册结束
//获取校区 开始
testCmd
=
"/api/WeChatPublic/GetStuList"
postMsg
=
{
UnionId
:
"oV5Rm1J_MpkEVvE0VPEicwCDG1Zo"
}
//获取校区 结束
//这里请求接口
that
.
requestJJSWAdmin
(
testCmd
,
postMsg
,
(
res
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment