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
548fc4d6
Commit
548fc4d6
authored
Nov 07, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/Kui2/mall.oytour.com
parents
143e4fc3
ef3c0da8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
AdapayController.cs
Mall.WebApi/Controllers/Adapay/AdapayController.cs
+1
-0
MessageController.cs
Mall.WebApi/Controllers/Adapay/MessageController.cs
+4
-2
No files found.
Mall.WebApi/Controllers/Adapay/AdapayController.cs
View file @
548fc4d6
...
@@ -84,6 +84,7 @@ namespace Mall.WebApi.Controllers.Adapay
...
@@ -84,6 +84,7 @@ namespace Mall.WebApi.Controllers.Adapay
if
(
pay_channel
==
"alipay_qr"
)
if
(
pay_channel
==
"alipay_qr"
)
{
{
pay_info
=
JObject
.
Parse
(
expend
.
ToString
()).
GetStringValue
(
"qrcode_url"
);
pay_info
=
JObject
.
Parse
(
expend
.
ToString
()).
GetStringValue
(
"qrcode_url"
);
}
}
else
else
{
{
...
...
Mall.WebApi/Controllers/Adapay/MessageController.cs
View file @
548fc4d6
...
@@ -16,9 +16,11 @@ namespace Mall.WebApi.Controllers.Adapay
...
@@ -16,9 +16,11 @@ namespace Mall.WebApi.Controllers.Adapay
[
EnableCors
(
"AllowCors"
)]
[
EnableCors
(
"AllowCors"
)]
public
class
MessageController
:
ControllerBase
public
class
MessageController
:
ControllerBase
{
{
public
ApiResult
GetWeChatMessage
()
[
HttpGet
]
[
HttpPost
]
public
bool
GetWeChatMessage
()
{
{
return
ApiResult
.
Success
()
;
return
true
;
}
}
}
}
}
}
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