dashboard
repositories
filestore
activity
search
login
main
/
pregnancy_guard_api
孕妇哨后台api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
登录接口增加info返回
colly
2017-07-29
5259017d89926804c51560714685f3ca259b7fa5
[pregnancy_guard_api.git]
/
Library
/
Alidayu
/
Config
/
app.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
* 短信配置
*/
return array(
'alidayu' => array(
//短信签名
'sign_name' => '七星博士',
//模版列表
'templates' => array(
'register' => '71245307'
)
)
);