Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
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
黄奎
mall.oytour.com
Commits
063e1208
Commit
063e1208
authored
Jun 01, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
83ffc508
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ResponseHandler.cs
Mall.Common/Pay/WeChatPat/ResponseHandler.cs
+1
-1
WeChatNotifyController.cs
...WebApi/Controllers/AppletWeChat/WeChatNotifyController.cs
+1
-1
No files found.
Mall.Common/Pay/WeChatPat/ResponseHandler.cs
View file @
063e1208
...
@@ -36,7 +36,7 @@ namespace Mall.Common.Pay.WeChatPat
...
@@ -36,7 +36,7 @@ namespace Mall.Common.Pay.WeChatPat
/// <param name="_accessor"></param>
/// <param name="_accessor"></param>
public
ResponseHandler
(
IHttpContextAccessor
_accessor
)
public
ResponseHandler
(
IHttpContextAccessor
_accessor
)
{
{
x
mlMap
=
new
Hashtable
();
X
mlMap
=
new
Hashtable
();
#
region
#
region
//注意:如果用以下读取流的方法,.net core 3.0 以后一定要加下边那段
//注意:如果用以下读取流的方法,.net core 3.0 以后一定要加下边那段
//.net core 3.0以后需加下边这段,否则Stream会报错
//.net core 3.0以后需加下边这段,否则Stream会报错
...
...
Mall.WebApi/Controllers/AppletWeChat/WeChatNotifyController.cs
View file @
063e1208
...
@@ -63,7 +63,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat
...
@@ -63,7 +63,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat
int
UserId
=
Convert
.
ToInt32
(
dic
[
"bIsRecharge"
]);
int
UserId
=
Convert
.
ToInt32
(
dic
[
"bIsRecharge"
]);
string
TransactionId
=
dic
[
"sTradeNo"
];
string
TransactionId
=
dic
[
"sTradeNo"
];
string
PayType
=
dic
[
"OrderPayType"
];
string
PayType
=
dic
[
"OrderPayType"
];
DateTime
PayDate
=
Convert
.
ToDateTime
(
dic
[
"PayDate"
]);
DateTime
PayDate
=
DateTime
.
ParseExact
(
dic
[
"PayDate"
],
"yyyyMMddHHmmss"
,
System
.
Globalization
.
CultureInfo
.
CurrentCulture
);
//转换时间//
Convert.ToDateTime(dic["PayDate"]);
#
region
新增订单支付信息
#
region
新增订单支付信息
...
...
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