Advertisement
Jafar2606

Untitled

Jan 24th, 2023
1,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.49 KB | None | 0 0
  1.   final taxFreeUrl = 'https://mobile.soliq.uz/my3-api/tax-free-api/mobile/';
  2.  
  3.  
  4.       String url = taxFreeUrl +'set-check';
  5.       String url = taxFreeUrl+'user/user-data?user_id=$userId';
  6.       String url = taxFreeUrl+'user/qr/get-token/$qr_code';
  7.       String url = taxFreeUrl+"get-checks?userId=$userId";
  8.       String url = taxFreeUrl + "product/get-product?cashId=$userId";
  9.       String url = taxFreeUrl + 'user/qr/set-active/$qrcode';
  10.       String url = taxFreeUrl + 'set-check/fiscal';
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement