新增发送短信log记录
This commit is contained in:
@@ -850,4 +850,24 @@ class PatientFamilyService extends BaseService
|
||||
|
||||
return success();
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取家庭成员用药记录列表
|
||||
* @return array
|
||||
*/
|
||||
public function getFamilyProductRecord(): array
|
||||
{
|
||||
$user_info = $this->request->getAttribute("userInfo");
|
||||
|
||||
$family_id = $this->request->input('family_id');
|
||||
$page = $this->request->input('page', 1);
|
||||
$per_page = $this->request->input('per_page', 10);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return success();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user