|
|
@@ -3,9 +3,9 @@ namespace crmeb\services;
|
|
|
class NewSmsServer
|
|
|
{
|
|
|
const url = 'https://api-shss.zthysms.com/v2/sendSms';
|
|
|
- private static $username = 'xisiyan';
|
|
|
- private static $password = 'CX2%W@o$UYlk2tSd';
|
|
|
- private static $sign = '高新区狮山熙思研美容中心';
|
|
|
+ private static $username = '3Tmuyingjie';
|
|
|
+ private static $password = 'edxme7Yfz5jTy6X8';
|
|
|
+ private static $sign = '母婴界上海科技有限公司';
|
|
|
public static function send($phone,$code)
|
|
|
{
|
|
|
// var_dump($phone,$code);
|