|
@@ -95,9 +95,10 @@ class NewSMSService
|
|
|
'type' => 'send',
|
|
|
'username' => '16520929823',
|
|
|
'password' => strtoupper(md5('16520929823')),
|
|
|
- 'gwid' => 'geyjla16',
|
|
|
+ 'gwid' => '9e3cdfdd',
|
|
|
'mobile' => $phone,
|
|
|
'message' => $content,
|
|
|
+ 'rece' => 'json',
|
|
|
];
|
|
|
//// $post_data = "sname=dlycwl01&spwd=ycwl123456&scorpid=&sprdid=1012818&sdst=" . $phone . "&smsg=" . rawurlencode($content);
|
|
|
// $post_data = "?username=16520929823&password=" . strtoupper(md5('6520929823')) . "&gwid=c2i00vx1&mobile=" . $phone . "&message=" . $content;
|