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
tao.mo
2023-06-14 17:11:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cfb7ed819e92679ec44de7ff5800f92a1941ad4b
cfb7ed81
1 parent
8815eb8b
iknowu接口调整
mt 2023年6月14日17:11:06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
doc/接口secrity明文.txt
sql/202306/2023-06-14.sql
doc/接口secrity明文.txt
View file @
cfb7ed8
...
...
@@ -42,6 +42,13 @@ md5 小写 16位
FSMLiClearExportCTest
FSMLiClearExportCProd
IKNOWU的Secret
md5 小写 16位
明文:
IKNOWUiClearExportCDev
IKNOWUiClearExportCTest
IKNOWUiClearExportCProd
1、接口数据模型调研 2
2、设计数据接口 2
...
...
sql/202306/2023-06-14.sql
0 → 100644
View file @
cfb7ed8
INSERT
INTO
T_ICLEAR_API_APPINFO
(
APPID
,
APPKEY
,
SECURITY
,
CREATE_TIME
,
IS_ENABLE
)
VALUES
(
'IKNOWU'
,
'iClearExportIKNOWU'
,
'471590f574058007'
,
GETDATE
(),
'1'
);
\ No newline at end of file
Please
register
or
login
to post a comment