-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bill li
authored and
bill li
committed
Jan 23, 2018
1 parent
8d3effb
commit d942e9f
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,14 @@ | |
use AnomalyLab\LuminousSMS\Contracts\MessagerInterface; | ||
use AnomalyLab\LuminousSMS\Support\Configure; | ||
|
||
/** | ||
* Class Yunpian | ||
* | ||
* @link https://anomaly.ink | ||
* @author Anomaly lab, Inc <[email protected]> | ||
* @author Bill Li <[email protected]> | ||
* @package AnomalyLab\LuminousSMS\Handlers\Qclod | ||
*/ | ||
class Yunpian extends Handler | ||
{ | ||
protected const REQUEST_TEMPLATE = 'https://%s.yunpian.com/%s/%s/%s.%s'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters