Page 1 of 1

使用rn开发小程序,调用定时接口的入参问题

Posted: 2023年 Jun 1日 17:47
by xww

请问调用lampApi.timingApi.removeCloudTimer以及lampApi.timingApi.getCategoryTimerList的入参是什么,有该接口的文档调用的文档嘛


Re: 使用rn开发小程序,调用定时接口的入参问题

Posted: 2023年 Jun 7日 11:43
by crisiron

timingApi: {
removeCloudTimer: (timerId: string, category: string, devInfo?: any) => Promise<unknown>;
getCategoryTimerList: (category: string) => Promise<any>;

category=> 使用addTimer 时 入参的category 值;timerId => 需要被删除的Id