Update: 2026-05-06 03:09:37
This commit is contained in:
@@ -39,7 +39,9 @@ class WhatsAppProxyService
|
|||||||
|
|
||||||
$payload = [
|
$payload = [
|
||||||
"to" => $to,
|
"to" => $to,
|
||||||
"message" => $message
|
"message" => [
|
||||||
|
"text" => $message
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
$curl = curl_init();
|
$curl = curl_init();
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ class PhoneInputView extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(title: const Text('تسجيل الدخول')),
|
appBar: AppBar(title: const Text('تسجيل الدخول')),
|
||||||
body: Padding(
|
body: Center(
|
||||||
|
child: SingleChildScrollView(
|
||||||
padding: const EdgeInsets.all(24.0),
|
padding: const EdgeInsets.all(24.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
@@ -62,6 +63,7 @@ class PhoneInputView extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user