repo.or.cz
/
PumpkinHouse.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
活动页面添加参赛作品瀑布流
[PumpkinHouse.git]
/
OAuth2
/
Config
/
Endpoints.cs
blob
ca383547b77b23d65eff6f7f25ccffc4654adbbb
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
using
System
.
Linq
;
4
using
System
.
Text
;
5
6
namespace
QAuth2
.
Config
7
{
8
class
Endpoints
9
{
10
/// <summary>
11
/// QQ互联API的基础地址
12
/// </summary>
13
public static readonly string
ApiBaseUrl
=
"https://oauth.taobao.com"
;
14
15
}
16
}