提交 694551f9 编写于 作者: 打打卡夫卡's avatar 打打卡夫卡

修复 入门示例部分参数类型报错的问题

上级 6823fba2
...@@ -10,7 +10,7 @@ type inputJSON = { ...@@ -10,7 +10,7 @@ type inputJSON = {
*/ */
type JsonParamOptions = { type JsonParamOptions = {
input: inputJSON; input: inputJSON;
success: (res: string) => void; success: (res: inputJSON) => void;
fail: (res: string) => void; fail: (res: string) => void;
complete: (res: string) => void; complete: (res: string) => void;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册