Commit f61d12f0 by Ramesh Babu Puvvadi

added

parent e2657fa9
......@@ -21,8 +21,7 @@ class RemoteData {
String ChangePassword = 'http://vaman.plutokm.com/changePassword';
String FootFallVerify = 'http://vaman.plutokm.com/footfall_verify_flutter';
String EmployeeStatus = 'http://vaman.plutokm.com/employees_status';
String DepartmentSearch =
'http://vaman.plutokm.com/employees_status_department_instore';
String DepartmentSearch = 'http://vaman.plutokm.com/employees_status_department_instore';
String IssueVideos = 'http://vaman.plutokm.com/video_alert_page';
String UpdateIssueVideos = 'http://vaman.plutokm.com/update_video_alert';
String UpdateIssueVideos1 = 'http://vaman.plutokm.com/L2_update_video_alert';
......@@ -367,7 +366,9 @@ class RemoteData {
var client = http.Client();
var res = await client.post(Uri.parse(UpdateIssueVideos1),
headers: {Type: App_json}, body: json.encode(body));
if (kDebugMode) {
print('Status Code :$res.statusCode');
}
if (res.statusCode == 200) {
return res.body;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment