Merge branch 'sprint/return' into 'master'

* Fix return value declaration error of getFeishuData.

See merge request easycorp/zentaopms!5260
This commit is contained in:
朱金勇
2022-09-05 00:19:14 +00:00
+1 -1
View File
@@ -598,7 +598,7 @@ class webhookModel extends model
* @param string $title
* @param string $text
* @access public
* @return string
* @return object
*/
public function getFeishuData($title, $text)
{