This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
commit bc670f7661c7c8def54d096af1e544be4fb10ee8 Author: KomachiSion <[email protected]> AuthorDate: Mon Sep 3 16:00:50 2018 +0800 SCB-864 modify document for support multiple parameters for each sql. --- docs/api/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/api.md b/docs/api/api.md index ef89c22..581ab23 100755 --- a/docs/api/api.md +++ b/docs/api/api.md @@ -213,13 +213,13 @@ There are a `maven` example "transaction": { "sql": "", "params": [ - + [] ] }, "compensation": { "sql": "", "params": [ - + [] ] } }
