Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daixianceng committed Mar 19, 2016
1 parent 1184fe2 commit 189dcf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ return [
'class' => 'daixianceng\smser\CloudSmser',
'username' => 'username',
'password' => 'password',
'useFileTransport' => false
'fileMode' => false
]
],
];
Expand All @@ -55,7 +55,7 @@ return [
// 云片网
'class' => 'daixianceng\smser\YunpianSmser',
'apikey' => '9b11127a9701975c734b8aee81ee3526', // 请替换成您的apikey
'useFileTransport' => false
'fileMode' => false
]
],
];
Expand Down

0 comments on commit 189dcf1

Please sign in to comment.