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

面板小程序开发相关产品技术讨论,包括面板小程序、智能小程序、React Native、Ray跨端框架、Panel SDK、微信小程序、小程序开发工具(IDE)及其他开发技术相关等话题


Post Reply
xww
Posts: 52

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

crisiron
Posts: 47

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

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

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

Post Reply