mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Ok for SMS count
This commit is contained in:
@@ -39,7 +39,7 @@ class SmsController extends Controller {
|
||||
*/
|
||||
public function push($smsCount, $smsDatas) {
|
||||
if ($smsCount != count($smsDatas)) {
|
||||
return "ERROR";
|
||||
return "Error: sms count invalid";
|
||||
}
|
||||
return array("test" => "test2");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user