Skip to content

Commit

Permalink
Apply fixes from StyleCI (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: iMactool <[email protected]>
  • Loading branch information
iMactool and iMactool authored Jul 6, 2021
1 parent d115a1f commit bb37ea8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Btas/Btas.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function listBrand($params)
return $this->post('btas/listBrand', $params);
}


//下载bic订单码
public function downloadOrderCodeByShop($order_id)
{
Expand All @@ -64,5 +63,4 @@ public function erpShopBindOrderCode($params)
{
return $this->post('orderCode/erpShopBindOrderCode', $params);
}

}

0 comments on commit bb37ea8

Please sign in to comment.