Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
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
黄奎
Education
Commits
dc30ed83
Commit
dc30ed83
authored
Jan 17, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7da18522
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
MarketConsultantModule.cs
Edu.Module.Customer/MarketConsultantModule.cs
+1
-1
SchoolGardenController.cs
...bApi/Controllers/LearningGarden/SchoolGardenController.cs
+4
-0
No files found.
Edu.Module.Customer/MarketConsultantModule.cs
View file @
dc30ed83
...
...
@@ -290,7 +290,7 @@ namespace Edu.Module.Customer
var
studentList
=
studentRepository
.
GetStudentStaticRepository
(
EmpIds
,
StartTime
,
EndTime
);
//试听列表
var
trialLessonList
=
visitor_ReserveRepository
.
GetVisitorReserveStaticRepository
(
new
Model
.
ViewModel
.
Reserve
.
RB_Visitor_Reserve_Extend
()
var
trialLessonList
=
visitor_ReserveRepository
.
GetVisitorReserveStaticRepository
(
new
RB_Visitor_Reserve_Extend
()
{
QCreateByIds
=
EmpIds
,
StartClassDate
=
StartTime
,
...
...
Edu.WebApi/Controllers/LearningGarden/SchoolGardenController.cs
View file @
dc30ed83
...
...
@@ -169,12 +169,16 @@ namespace Edu.WebApi.Controllers.LearningGarden
{
token
=
"49_j9OOoNVD3jcqJPXX3nb6jalJ9L4AlsltW60JCULR0PikrvW-CYzoFJXK9iS7sK3ygztuf0q5DRGmdJwU7MTqH8tNDtqsMthLHbuiHVVlWIAcycqq24kLKS9K4-FxFMoR-tzLdQOpkYZvDWrEXOFaABAMDU"
;
}
Common
.
Plugin
.
LogHelper
.
Write
(
"GetGoodsData_Common.Config.IsLocal:"
+
Common
.
Config
.
IsLocal
);
if
(
string
.
IsNullOrEmpty
(
token
))
{
Common
.
Plugin
.
LogHelper
.
Write
(
"GetGoodsData_getToken"
);
token
=
Common
.
Plugin
.
WeChatHelper
.
GetAccessToken
(
Common
.
Config
.
WeChatAccountAppId
,
Common
.
Config
.
WeChatAccountAppSecret
);
Common
.
Plugin
.
LogHelper
.
Write
(
"GetGoodsData_token:"
+
token
);
Cache
.
WeChat
.
WeChatReidsCache2
.
Set
(
tokenKey
,
token
);
}
var
resultTotalCount
=
HttpHelper
.
HttpGet
(
"https://api.weixin.qq.com/cgi-bin/material/get_materialcount?access_token="
+
token
);
Common
.
Plugin
.
LogHelper
.
Write
(
"GetGoodsData_resultTotalCount:"
+
resultTotalCount
);
JObject
parm
=
JObject
.
Parse
(
resultTotalCount
);
List
<
WeChatLearningGardenItem
>
allList
=
new
List
<
WeChatLearningGardenItem
>();
...
...
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