AlihealthService.php 265 B

123456789101112131415
  1. <?php
  2. namespace App\Services;
  3. class AlihealthService
  4. {
  5. /**
  6. * 查询上传报告信息接口
  7. * @link https://open.taobao.com/api.htm?docId=70145&docType=2&scopeId=30361
  8. * @return void
  9. */
  10. public function querySealDrugReport() {
  11. }
  12. }