Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. require __DIR__ . "/holodilnik.ru/login/dblogin_only.php";
  2. require_once 'holodilnik.ru/classes/delivery/DeliveryCdek.php';
  3. //$res = DeliveryCdek::infoRequest(null, '1127165770');
  4. for($from = 15;$from>12;$from-=3) {
  5. //echo $from.' days ago:'.PHP_EOL;
  6. $res = DeliveryCdek::statusReport(2, $from, 2);//'1127165770'
  7. var_dump($res);exit;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement