Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
801fdc81
Commit
801fdc81
authored
Sep 16, 2018
by
wwccw0591
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc
parent
7dd15728
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
DescribeConst.php
application/library/Our/DescribeConst.php
+1
-0
Order.php
application/models/DAO/Order/Order.php
+5
-3
No files found.
application/library/Our/DescribeConst.php
View file @
801fdc81
...
...
@@ -95,6 +95,7 @@ class DescribeConst
const
afterPay
=
'货到付款'
;
const
alipay
=
'支付宝支付'
;
const
tenPay
=
'qq支付'
;
const
wxProgrom
=
'微信小程序支付'
;
//运费类型
const
serviceFee
=
'服务费'
;
const
freightFee
=
'运费'
;
...
...
application/models/DAO/Order/Order.php
View file @
801fdc81
...
...
@@ -279,9 +279,11 @@ class OrderModel extends \DAO\AbstractModel
case
ApiConst
::
alipay
:
$payName
=
DescribeConst
::
alipay
;
break
;
case
$payName
=
ApiConst
::
tenpay
:
DescribeConst
::
tenPay
;
case
ApiConst
::
tenpay
:
$payName
=
DescribeConst
::
tenPay
;
break
;
case
ApiConst
::
wxProgram
:
$payName
=
DescribeConst
::
wxProgrom
;
break
;
default
:
break
;
...
...
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