Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在电报中创建了一个机器人,并在我的域地址中设置了 webhook。现在我想更改我的域机器人,我忘记了我网站中的 webhook 页面。有没有办法找到我的机器人的 webhook 地址?
我的网站由 asp.net mvc 创建!
https://core.telegram.org/bots/api#getwebhookinfo
你可以试试这个getWebhookInfo方法。它返回 URL 以及其他信息。
getWebhookInfo
参考文档在这里。
我有一个带有集成 CKeditor 的 cms。Ckeditor 替换<?php with <!--?php. 我想在 ckeditor 中编写 php 代码"<div><?php $prod=products($cat_id); ?>....</div>"并将其存储到 MySQL DB.. 并且在查看器的页面上我想输出
<?php with <!--?php
"<div><?php $prod=products($cat_id); ?>....</div>"