123456789101112131415 |
- [2023-07-07 09:42] select count(*) as aggregate from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`authorizer_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` where (`wechat_authorization_infos`.`is_enabled` = 1) | 168.07 ms
- [2023-07-07 09:45] select count(*) as aggregate from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`authorizer_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` where (`wechat_authorization_infos`.`is_enabled` = 1) | 119.14 ms
- [2023-07-07 09:46] select count(*) as aggregate from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`authorizer_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` | 113.73 ms
- [2023-07-07 09:49] select count(*) as aggregate from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`component_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` | 91.06 ms
- [2023-07-07 09:49] select `wechat_authorization_infos`.`nick_name`, `wechat_authorization_infos`.`authorizer_appid`, `miniprogram`.`name` as `xcx_name` from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`component_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` limit 20 offset 0 | 22.04 ms
- [2023-07-07 14:41] select count(*) as aggregate from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`component_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` | 126.77 ms
- [2023-07-07 14:41] select `wechat_authorization_infos`.`nick_name`, `wechat_authorization_infos`.`authorizer_appid`, `miniprogram`.`name` as `xcx_name`, `wechat_authorization_infos`.`authorizer_refresh_token`, `wechat_open_platform_infos`.`app_id`, `wechat_open_platform_infos`.`secret`, `wechat_open_platform_infos`.`token`, `wechat_open_platform_infos`.`aes_key` from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`component_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` limit 20 offset 0 | 31.27 ms
- [2023-07-07 14:42] select count(*) as aggregate from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`component_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` | 91.41 ms
- [2023-07-07 14:42] select `wechat_authorization_infos`.`nick_name`, `wechat_authorization_infos`.`authorizer_appid`, `miniprogram`.`name` as `xcx_name`, `wechat_authorization_infos`.`authorizer_refresh_token`, `wechat_open_platform_infos`.`app_id`, `wechat_open_platform_infos`.`secret`, `wechat_open_platform_infos`.`token`, `wechat_open_platform_infos`.`aes_key` from `wechat_authorization_infos` inner join `wechat_open_platform_infos` on `wechat_open_platform_infos`.`app_id` = `wechat_authorization_infos`.`component_appid` inner join `miniprogram` on `wechat_open_platform_infos`.`xcx_appid` = `miniprogram`.`appid` limit 20 offset 0 | 23.25 ms
|