Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
_site-res
system
Commits
6507283c
Commit
6507283c
authored
Aug 17, 2018
by
ZhuChunYang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
58049bc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
TableConst.php
classes/fpf/cache/TableConst.php
+11
-0
No files found.
classes/fpf/cache/TableConst.php
View file @
6507283c
...
@@ -20,11 +20,18 @@ class TableConstant
...
@@ -20,11 +20,18 @@ class TableConstant
const
TABLE_SIMPLE_USD_CNY_RATE
=
'USD_CNY_RATE'
;
const
TABLE_SIMPLE_USD_CNY_RATE
=
'USD_CNY_RATE'
;
const
TABLE_HASH_IP_INTER
=
'IP_INTER'
;
const
TABLE_HASH_IP_INTER
=
'IP_INTER'
;
const
TABLE_ORDER_CANCLE_TIMES
=
'ORDER_CANCLE_TIMES'
;
//订单取消次数
const
TABLE_ORDER_STATUS
=
'ORDER_STATUS'
;
//订单状态
const
TABLE_ORDER_APPEAL
=
'ORDER_APPEAL'
;
//订单申诉
/**
/**
* db name list
* db name list
*/
*/
const
DB_MARKET_SERVICE
=
'market-service'
;
const
DB_MARKET_SERVICE
=
'market-service'
;
const
DB_ZHAOBI_API
=
'zhaobi-api'
;
const
DB_ZHAOBI_API
=
'zhaobi-api'
;
const
DB_OTC_SERVICE
=
'otc-service'
;
/**
/**
* table check
* table check
*/
*/
...
@@ -38,5 +45,9 @@ class TableConstant
...
@@ -38,5 +45,9 @@ class TableConstant
self
::
DB_MARKET_SERVICE
.
self
::
CONNECTOR_TAG
.
self
::
TABLE_SIMPLE_USD_CNY_RATE
=>
true
,
self
::
DB_MARKET_SERVICE
.
self
::
CONNECTOR_TAG
.
self
::
TABLE_SIMPLE_USD_CNY_RATE
=>
true
,
self
::
DB_ZHAOBI_API
.
self
::
CONNECTOR_TAG
.
self
::
TABLE_HASH_IP_INTER
=>
true
,
self
::
DB_ZHAOBI_API
.
self
::
CONNECTOR_TAG
.
self
::
TABLE_HASH_IP_INTER
=>
true
,
self
::
DB_OTC_SERVICE
.
self
::
CONNECTOR_TAG
.
self
::
TABLE_ORDER_CANCLE_TIMES
=>
true
,
self
::
DB_OTC_SERVICE
.
self
::
CONNECTOR_TAG
.
self
::
TABLE_ORDER_STATUS
=>
true
,
self
::
DB_OTC_SERVICE
.
self
::
CONNECTOR_TAG
.
self
::
TABLE_ORDER_APPEAL
=>
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