This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[log] URL: https://mobile.soliq.uz/my3-api/general-api/catalog/fiz-np1-by-pinfl/32606986400022 | |
[log] Headers: {authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJNeXNvbGlxLWF1dGhvcml6YXRpb24iLCJzdWIiOiI5MTFCN0U5RUM1ODA0QUMzOTM2MEU2NkY1QzBFOUExRSIsImlhdCI6MTQ2Njc5NjgyMiwianRpIjoiOTExQjdFOUVDNTgwNEFDMzkzNjBFNjZGNUMwRTlBMUUifQ.LZBB58W-BjJNLb80HT65hASSWIzFW9KOguedmbFSg_o, content-type: application/json; charset=UTF-8, ADRUM_1: isMobile:true, ADRUM: isAjax:true} | |
[log] Params: null | |
[log] Status code: 200 | |
[log] Response body: {"tin":"554121360","ns10Code":24,"ns10NameUz":null,"ns10NameRu":null,"ns11Code":6,"ns11NameUz":null,"ns11NameRu":null,"surName":"TEM ***","firstName":"JAâ ***","middleName":"SOXIB ***","birthDate":null,"sex":null,"sexNameUz":null,"sexNameRu":null,"passSeries":"AB","passNumber":"3308032","passDate":null,"passOrg":"СÐÐХУÐÐÐÐРТУР***","phone":null,"zipCode":null,"address":"Sayxunobod tumani СÑÑдаÑÑинÑÐºÐ°Ñ Ð¾Ð±Ð»Ð°ÑÑÑ, Ð¡Ð°Ð¹Ñ ÑнабадÑкий ***","ns13Code": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"responseCode": 200, | |
"nextStep": "29FFB21535BC4BD48B3944330BDA3D2B", | |
"code": 1, | |
"success": true, | |
"message": "ok", | |
"data": [ | |
{ | |
"name": "Yuridik shaxslar", | |
"pageType": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// sign through Eimzo app | |
Future<bool?> callbackEimzo(CustomDocumentResponse data) async { | |
String direct = Platform.isAndroid ? "uz.yt.idcard.eimzo" : "1563416406"; | |
if (Platform.isAndroid || Platform.isIOS) { | |
bool isInstalled = false; | |
if (Platform.isIOS) { | |
isInstalled = true; | |
} else { | |
isInstalled = await DeviceApps.isAppInstalled(direct); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String url = "$baseGeneralUrl/certificate-api/fiz/save/objects/new/bypinfl"; | |
///request | |
jsonEncode({ | |
"lang": lang, "ns10": ns10, | |
"ns11": ns11, "objectCode": objectCode, | |
"source": "MobileApp", "placeToShow": lang == 'uz' | |
? "talab etilgan korxona (idora)ga" : lang == 'ru' | |
? "по месту требования" : "талаб этилган корхона (идора)га" | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PODS: | |
- "app_settings (3.0.0+1)": | |
- Flutter | |
- appdynamics_agent (22.12.0-beta.1): | |
- AppDynamicsAgent (~> 2022.5) | |
- Flutter | |
- AppDynamicsAgent (2022.5.0) | |
- blue_thermal_printer (0.0.1): | |
- Flutter | |
- bluetooth_print (0.0.1): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Providers; | |
use Illuminate\Cache\RateLimiting\Limit; | |
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider; | |
use Illuminate\Http\Request; | |
use Illuminate\Support\Facades\RateLimiter; | |
use Illuminate\Support\Facades\Route; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Models; | |
use Illuminate\Database\Eloquent\Factories\HasFactory; | |
use Illuminate\Database\Eloquent\Model; | |
class User extends Model | |
{ | |
use HasFactory; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"create_lease_info" : "O’z.Res.ning 2022 yil 22-dekabrdagi O’RQ-813-son Qonuni 8-ilovasiga muvofiq ijaraga beruvchi jismoniy shaxslar uchun belgilangan ijara to’lovining eng kam stavkalari qo’llaniladi", | |
"min_capacity" : "1 m2 uchun minimal moqdor", | |
"min_amount" : "Minimal oylik ijara summasi", | |
"basic_quantity" : "BHM (Bazaviy hisoblash miqdori)", | |
"select_quantity" : "Miqdorni tanlang", | |
"amount_of_agreement" : "Shartnoma summasi", | |
"renting_place" : "Ijara maydoni" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Map<String, dynamic> params = Map<String, dynamic>(); | |
params["address"] = widget.address == "" ? addressController.text.toString() : widget.address; | |
params["clientIp"] = "10.252.134.201"; | |
params["files"] = files; | |
params["evidenceFiles"] = evidenceFiles; | |
params["lang"] = lang; | |
params["location"] = locationMap; | |
params["message"] = noteController.text.isEmpty ? "" : noteController.text.toString(); | |
params["ns12Code"] = ns12Real == 0 ? 1401 : ns12Real; | |
params["ns12Name"] = "maxalla yo'q"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Tax Free o'tkazgan cheklardagi summa holatlari | |
"data":{ | |
"checkSum": 0.00, // Umumiy keshbek summa | |
"paySum":0, // To'lovga tadiqlangan | |
"paidSum": 0.00, // To'langan | |
} | |