Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2017-02-27 16:37:04 +0800
Commit
b439759405990bd3f712737780f61163b63cb3ff
2 parents
bf19fbda
16b9c93b
Merge branch 'feature/cart' into 'release/5.4.1'
wechat-api-modified See merge request
!318
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/cart/helpers/pay/wechat.js
apps/cart/helpers/pay/wechat.js
View file @
b439759
...
...
@@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2017-01-03 17:42:41
* @Last Modified by: Targaryen
* @Last Modified time: 2017-02-2
0 17:46:16
* @Last Modified time: 2017-02-2
7 16:34:09
*/
'use strict'
;
...
...
@@ -173,7 +173,7 @@ const Wechat = {
ip
:
ip
});
if
(
unifiedOrderResult
)
{
if
(
unifiedOrderResult
&&
unifiedOrderResult
.
appid
&&
unifiedOrderResult
.
prepay_id
)
{
let
nonceStr
=
common
.
nonceStr
();
let
resParams
=
{
...
...
Please
register
or
login
to post a comment