|
@@ -36,7 +36,6 @@ class Sms extends BaseController
|
|
|
*/
|
|
*/
|
|
|
function send(){
|
|
function send(){
|
|
|
|
|
|
|
|
-
|
|
|
|
|
$input = file_get_contents("php://input");
|
|
$input = file_get_contents("php://input");
|
|
|
$input = json_decode($input,true);
|
|
$input = json_decode($input,true);
|
|
|
$countryID = $input['countryID']; //CN,SG
|
|
$countryID = $input['countryID']; //CN,SG
|