Commit 4f77e593 authored by 王源's avatar 王源 🎧

Merge remote-tracking branch 'origin/flow-rpc' into test

parents 00a952d0 9e7eefea
...@@ -8,10 +8,11 @@ interface ProcessFormServiceInterface ...@@ -8,10 +8,11 @@ interface ProcessFormServiceInterface
{ {
/** /**
* 创建流程申请 * 创建流程申请
* @param $processId 流程id * @param integer $processId 流程id
* @param $url 表单图片地址 * @param string $url 表单图片地址
* @param $data 表单详细内容 * @param array $data 表单详细内容
* @param string $user 当前用户信息
* @return mixed * @return mixed
*/ */
public function createProcessForm($processId,$url,$data); public function createProcessForm($processId, $url, array $data,$user);
} }
\ 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