Browse Source

Merge branch 'phoenix' of ssh://120.24.33.109:11022/hyzjshwo/lanzu_api_hyperf into phoenix

master
weigang 5 years ago
parent
commit
6f51210cc6
  1. 1
      app/Service/v3/Implementations/FeiePrintService.php

1
app/Service/v3/Implementations/FeiePrintService.php

@ -66,7 +66,6 @@ class FeiePrintService implements FeiePrintServiceInterface
// } // }
$content = $this->printFormat($data, 4, 14, 7, 7); $content = $this->printFormat($data, 4, 14, 7, 7);
$res = $this->printMsg('920527381', $content, 1); $res = $this->printMsg('920527381', $content, 1);
return $res; return $res;
} }

Loading…
Cancel
Save