From 694551f9acd7507764881decf499f749c106337b Mon Sep 17 00:00:00 2001 From: duqingquan-jpc Date: Tue, 27 Sep 2022 21:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=85=A5=E9=97=A8?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E9=83=A8=E5=88=86=E5=8F=82=E6=95=B0=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uts-helloworld/utssdk/app-android/index.uts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uts-helloworld/utssdk/app-android/index.uts b/uni_modules/uts-helloworld/utssdk/app-android/index.uts index e42147d..1daa916 100644 --- a/uni_modules/uts-helloworld/utssdk/app-android/index.uts +++ b/uni_modules/uts-helloworld/utssdk/app-android/index.uts @@ -10,7 +10,7 @@ type inputJSON = { */ type JsonParamOptions = { input: inputJSON; - success: (res: string) => void; + success: (res: inputJSON) => void; fail: (res: string) => void; complete: (res: string) => void; }; -- GitLab