Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_epay
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
zhenfei.zhang
fmp_epay
Commits
e65e6b51
Commit
e65e6b51
authored
Sep 04, 2018
by
gujin.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改支付模块数据库生成位置
parent
797bee8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fmp_epay.cpp
+2
-2
res/MANIFEST.MF
+1
-1
No files found.
fmp_epay.cpp
View file @
e65e6b51
...
...
@@ -2,7 +2,7 @@
#include "fmp_epay_def.h"
#include "fmp_pe_handlers.h"
#include <QDateTime>
#include <QApplication>
FMPePay
::
FMPePay
(
const
FMPContext
ctx
)
:
FMPePayInterface
(),
...
...
@@ -11,7 +11,7 @@ FMPePay::FMPePay(const FMPContext ctx)
_inited
(
false
),
//_needanimation(false),
_partner_id
(
QString
(
""
)),
_databasename
(
DEFAULT_EPAY_DATABASENAME
),
_databasename
(
QApplication
::
applicationDirPath
()
+
"/"
+
DEFAULT_EPAY_DATABASENAME
),
_table
(
DEFAULT_EPAY_TABLE
),
_redeem_table
(
DEFAULT_REDEEM_TABLE
),
_businessdate
(
QDateTime
::
currentDateTime
().
toString
(
"yyyy-MM-dd"
)),
...
...
res/MANIFEST.MF
View file @
e65e6b51
Plugin-SymbolicName: fmp.epay
Plugin-Version: 0.1.0
Plugin-Name: fmp.epay
Plugin-Copyright: Freemud Ltd. Copyright (C) 2014-201
7
Plugin-Copyright: Freemud Ltd. Copyright (C) 2014-201
8
Plugin-Vendor: Freemud
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