Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
Setup
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
黄树航
Setup
Commits
1742c880
Commit
1742c880
authored
Jan 25, 2024
by
黄树航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
del
parent
d8851b56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
ApiHelper.cs
Common/ApiHelper.cs
+0
-1
Encrypt.cs
Common/Encrypt.cs
+0
-1
No files found.
Common/ApiHelper.cs
View file @
1742c880
...
...
@@ -10,7 +10,6 @@ namespace Setup.Common
{
internal
class
ApiHelper
{
//private const string _url = "https://b.dqukj.com/api/client/product/list?productId=P00687";
private
static
readonly
string
_ossRequestHost
=
"https://autofile2023.oss-cn-shanghai.aliyuncs.com/crm"
;
private
static
readonly
HttpClient
_httpClient
=
new
HttpClient
();
...
...
Common/Encrypt.cs
View file @
1742c880
...
...
@@ -8,7 +8,6 @@ namespace Dqkj.Setup
public
static
class
Encrypt
{
static
DES
des
=
new
DES
();
//static string key = "GZCZKJABCDEFG";
static
string
key
=
"GZCZKJABCDEFG001"
;
public
static
string
DesEncrypt
(
string
normalTxt
)
...
...
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