Commit 20e246bc by feixiang

买家服务接口修改

parent 821969d2
...@@ -57,10 +57,10 @@ interface NoticeInterface ...@@ -57,10 +57,10 @@ interface NoticeInterface
]; ];
* *
* @param int $sendType * @param array $sendTypes
* @param array $data * @param array $data
* @param int $sendTime * @param int $sendTime //发送时间,立即返送填0
* @return mixed * @return mixed
*/ */
public function send(int $sendType, array $data, int $sendTime); public function send(array $sendTypes, array $data, int $sendTime) : bool ;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment