Commit 621afb73 authored by carlos's avatar carlos

留言rpc

parent 4f46381e
......@@ -126,4 +126,25 @@ interface ProductionServiceInterface
*/
public function getMessageProductionOrderIds();
/**
* 发送留言
* @return mixed
*/
public function pushProductionMessage(array $params);
/**
* 获取留言
* @return mixed
*/
public function getProductionMessage(array $params);
/**
* 已读标记
* @return mixed
*/
public function isReadProductionMessage(array $params);
}
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