Skip to content

Commit 68cc9ad

Browse files
committed
将api_v2分支合并到master分支
2 parents 8e9bee0 + fba3583 commit 68cc9ad

File tree

290 files changed

+28643
-6629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+28643
-6629
lines changed

.gitignore

+13-19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Thumbs.db
1+
Thunbs.db
2+
.vs
23
*.obj
34
*.exe
45
*.pdb
@@ -10,7 +11,6 @@ Thumbs.db
1011
*_p.c
1112
*.ncb
1213
*.suo
13-
*.sln.docstates
1414
*.tlb
1515
*.tlh
1616
*.bak
@@ -22,22 +22,16 @@ Thumbs.db
2222
*.lib
2323
*.sbr
2424
obj/
25-
packages*/
2625
[Rr]elease*/
2726
_ReSharper*/
28-
[Tt]est[Rr]esult*
29-
*.vssscc
30-
$tf*/
31-
*.rar
32-
**/tpl/*.js
33-
**/node_modules/*
34-
Wechat.API/*
35-
Wechat.API.Demo/*
36-
*.txt
37-
**/uploads/*
38-
**/mvc/*
39-
api.demo/*
40-
API.MP/*
41-
LiveTV/*
42-
LiveTV*/*
43-
*.[Dd]emo/*
27+
Api.Demo.ConsoleApp/
28+
API.Demo/
29+
packages/
30+
API/
31+
*.API/
32+
A[P][I].*/
33+
WechatAPI.sln
34+
Wechat.*/
35+
API.Mp/
36+
API.Qy/
37+
Api.Weixin.Demo0/

API/API.csproj

-244
This file was deleted.

API/APIHelper.cs

-45
This file was deleted.

API/Enums/APIType.cs

-20
This file was deleted.

0 commit comments

Comments
 (0)