Commit 763b2bff authored by carlos's avatar carlos

留言rpc接口

parent c2153a09
......@@ -2,6 +2,8 @@
namespace Meibuyu\Rpc\Service\Interfaces\Production;
use Meibuyu\Micro\Exceptions\HttpResponseException;
interface ProductionServiceInterface
{
......@@ -192,4 +194,18 @@ interface ProductionServiceInterface
*/
public function repairReturn($params);
/**
* 发送留言-小货
* @param $params
* @throws HttpResponseException
*/
public function pushOutsideMessage($params);
/**
* Notes: 获取小货-留言
* User: carlos
* DateTime: 2022/11/26 10:40
*/
public function getOutsideMessage($id);
}
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