1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-03 22:04:24 +00:00

Support json param type.

This commit is contained in:
Shuai Lin
2016-06-28 12:00:44 +08:00
parent 5fd3bb7176
commit 53a1663d0d
5 changed files with 58 additions and 4 deletions

View File

@@ -8,4 +8,5 @@ func_table = [
[ "object", ["string"] ],
[ "objlist", ["string", "int"] ],
[ "json", ["string", "int"] ],
[ "json", ["json"]],
]