https://mp.weixin.qq.com/advanced/advanced?action=dev&t=advanced/dev&token=249583406&lang=zh_CN
https://rg1008.com/bs/api/v3/dev/wechat/auth/rg
https://bt.sandieji.tech/bs/api/v3/dev/wechat/config/bt/wxstate
/// <summary>
/// 获取微信公众号配置认证信息 config
/// </summary>
/// <param name="ownerId"></param>
/// <param name="state"></param>
/// <param name="body">传递url</param>
/// <returns></returns>
[HttpPost("config/{ownerId}/{state}")]
public async Task<ResultDetail<WeChatConfig>> GetWeChatConfigByWeChatAsync(string ownerId, string state, [FromBody] WeChatConfig body)
{
return await _weChatService.GetWeChatConfigByWeChatAsync(ownerId, null, state, body.Url);
}
文档更新时间: 2023-05-08 23:39 作者:admin