feature/main20240421
guojia 7 months ago
parent 833d38f0f3
commit 6c422ce41e
  1. 5
      app/api/controller/Controller.php

@ -75,10 +75,9 @@ class Controller extends BaseController
*/
protected function getMerchantId()
{
$user = UserService::getCurrentLoginUser(true);
if (!empty($user)) {
/* if (!empty($user)) {
$this->merchantId = $user['user_name'];
}
}*/
}
/**

Loading…
Cancel
Save