Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
2107b866
Commit
2107b866
authored
Feb 16, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
2caaa803
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
center-app/app/base/service/impl/utilsSve/utilstlbankSve.js
+2
-2
No files found.
center-app/app/base/service/impl/utilsSve/utilstlbankSve.js
View file @
2107b866
...
...
@@ -108,14 +108,14 @@ class utilsTlBankSve {
-400:请求接口请求返回值错误
-410:请求结算接口返回空
*/
async
getQrCode
(
app_id
,
order_num
,
total_fee
,
body_desc
,
op
T
ype
)
{
//获取微信支付二维码
async
getQrCode
(
app_id
,
order_num
,
total_fee
,
body_desc
,
op
_t
ype
)
{
//获取微信支付二维码
// var payParam = await this.companypayparamDao.getOneByCompanyId(company_id, 1);
var
payParam
=
await
this
.
getpaymentinfo
(
app_id
);
if
(
!
payParam
)
{
return
{
status
:
-
210
,
msg
:
"应用没有对应的支付凭证"
}
}
var
reqMethod
=
this
.
wxMethod
;
if
(
op
T
ype
==
"alipay"
)
{
if
(
op
_t
ype
==
"alipay"
)
{
reqMethod
=
this
.
aliMethod
;
}
var
timestamp
=
Date
.
now
();
...
...
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