Skip to content

Commit 4c31e3b

Browse files
authored
🤖 Merge PR DefinitelyTyped#73963 fix(wechat-miniprogram): add OnBackgroundFetchDataCallbackResult interface by @simonzhangs
1 parent 3705b36 commit 4c31e3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/wechat-miniprogram/lib.wx.api.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3733,6 +3733,12 @@ innerAudioContext.onError((res) => {
37333733
fetchedData: string;
37343734
/** 客户端拿到缓存数据的时间戳 */
37353735
timeStamp: number;
3736+
/** 小程序页面路径 */
3737+
path: string;
3738+
/** 传给页面的 query 参数 */
3739+
query: string;
3740+
/** 进入小程序的场景值 */
3741+
scene: number;
37363742
}
37373743
interface OnBeaconServiceChangeCallbackResult {
37383744
/** 服务目前是否可用 */

0 commit comments

Comments
 (0)