用 API 不会加密签名?

Web.Page(Web.Contents("https://1024tools.com/hash?query=PQ")){0}[Data]

file
file
还有sql格式化接口

Json.Document(Text.FromBinary(Web.Contents("https://1024tools.com/sqlformat",
[Headers=[#"Content-Type"="application/json"],
Content=Json.FromValue([query="SQL语句",type="format"])])))[result]

base64编码与解码

Json.Document(Web.Contents("https://1024tools.com/base64",
[Headers=[#"Content-Type"="application/json"],
Content=Json.FromValue([query="畅心",type="encode",encoding="UTF-8"])]))[result]
//type="encode"编码,解码type="decode"

UUID批量生成

Json.Document(Web.Contents("https://1024tools.com/uuid",
[Headers=[#"Content-Type"="application/json"],
Content=Json.FromValue([num=10])]))[result]

道高一尺 魔高一丈
https://pbihub.cn/users/44
M与DAX的恩怨纠葛