Commit 0e5320d4 authored by zhangdongying's avatar zhangdongying

测试RPC

parent eaa1fae3
...@@ -22,4 +22,12 @@ interface LingxingServiceInterface ...@@ -22,4 +22,12 @@ interface LingxingServiceInterface
* @return mixed * @return mixed
*/ */
public function createReceiptOrder($attr); public function createReceiptOrder($attr);
/**
* 测试RPC
*
* @param $data
* @return mixed
*/
public function universalRpc($data);
} }
\ 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