Commit 9e7eefea authored by 周智鹏's avatar 周智鹏

修改flow rpc

parent 00a952d0
......@@ -8,10 +8,11 @@ interface ProcessFormServiceInterface
{
/**
* 创建流程申请
* @param $processId 流程id
* @param $url 表单图片地址
* @param $data 表单详细内容
* @param integer $processId 流程id
* @param string $url 表单图片地址
* @param array $data 表单详细内容
* @param string $user 当前用户信息
* @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