Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李俊
2022-07-29 16:20:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
067f74f53a1784a41367725c77eb5f5e246d2c01
067f74f5
1 parent
67c38533
BASF校验接口
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
sql/BASF校验接口.sql
sql/BASF校验接口.sql
View file @
067f74f
create
table
T_ICLEAR_API_CHECK_LOG
(
ID
bigint
primary
key
identity
(
1
,
1
),
request_appid
varchar
(
200
),
request_appkey
varchar
(
200
),
request_token
varchar
(
200
),
consignment_code
varchar
(
200
),
request_text
text
,
response_text
text
,
request_ip
varchar
(
200
),
create_time
datetime
,
success
int
,
code
varchar
(
200
),
)
...
...
Please
register
or
login
to post a comment