Skip to content

Commit

Permalink
Merge pull request #185 from wangcheng70kg/patch-1
Browse files Browse the repository at this point in the history
Update interface.md
  • Loading branch information
mingzhenliu authored Apr 14, 2020
2 parents 02d451a + 14a15c1 commit c6dcf78
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 c6dcf78

Please sign in to comment.