Files
2025-10-22 07:50:31 +08:00

14 lines
492 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 运行方法右键云函数根目录如router目录并点击【运行-本地云函数】即可。
// 若函数需要登录才能访问则填写uni_id_token的值值为对应用户的token可直接从数据库中复制1个过来
// $url 是 云函数运行路径,如 user/pub/checkToken
// data 是 请求参数为标准json格式属性名需要加双引号
{
"uni_id_token":"",
"$url":"template/openapi/weixin/pub/getTemplateList",
"data":{
}
}