Skip to content

Commit

Permalink
Update interface.md
Browse files Browse the repository at this point in the history
WeBASE-Front/trans/handle接口的示例部分,将userId改为user。
  • Loading branch information
wangcheng70kg authored Apr 10, 2020
1 parent 02d451a commit 14a15c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WeBASE-Front/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ HTTP POST

```
curl -l -H "Content-type: application/json" -X POST -d '{"contractName":
"HelloWorld", "funcName": "set", "funcParam": ["Hi,Welcome!"], "userId": 700001, "useAes": false, "contractAddress":"dasdfav23rf213vbcdvadf3bcdf2fc23rqde","groupId": 1}' http://10.0.0.1:5002/WeBASE-Front/trans/handle
"HelloWorld", "funcName": "set", "funcParam": ["Hi,Welcome!"], "user": 700001, "useAes": false, "contractAddress":"dasdfav23rf213vbcdvadf3bcdf2fc23rqde","groupId": 1}' http://10.0.0.1:5002/WeBASE-Front/trans/handle
```

传入合约abi:
Expand Down

0 comments on commit 14a15c1

Please sign in to comment.