Commit e8b698cc authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of https://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 4d2e8a2d 763b2bff
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
namespace Meibuyu\Rpc\Service\Interfaces\Production; namespace Meibuyu\Rpc\Service\Interfaces\Production;
use Meibuyu\Micro\Exceptions\HttpResponseException;
interface ProductionServiceInterface interface ProductionServiceInterface
{ {
...@@ -192,4 +194,18 @@ interface ProductionServiceInterface ...@@ -192,4 +194,18 @@ interface ProductionServiceInterface
*/ */
public function repairReturn($params); 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