This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SCP
/
SCPFWBTL
Watch
7
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114
Commits
2
Branches
0
Tags
228 MiB
Tree:
8b018ac3a3
SCP_CYJ
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8b018ac3a3'
${ noResults }
SCPFWBTL
/
UniApiGroup
/
IApi.cs
10 lines
134 B
Raw
Normal View
History
提交
4 years ago
namespace
CK.SCP.GrupUniApi
{
public
interface
IApi
{
void
Get
(
)
;
void
Put
(
)
;
接口程序添加发邮件功能
4 years ago
void
Mail
(
)
;
提交
4 years ago
}
}