diff --git a/uni_modules/uts-helloworld/utssdk/app-android/index.uts b/uni_modules/uts-helloworld/utssdk/app-android/index.uts index e42147d6364ff99715cf8cf1530f0f5342dfb082..1daa916f8e6936c9e2a8e170cb28780f71092242 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; };