WxOpen icon indicating copy to clipboard operation
WxOpen copied to clipboard

微信小程序 C# SDK,Senparc.Weixin.WxOpen.dll

Results 4 WxOpen issues
Sort by recently updated
recently updated
newest added

缺少动态消息接口 - updatableMessage.createActivityId - updatableMessage.setUpdatableMsg https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/updatable-message/updatableMessage.createActivityId.html

enhancement

问下, 有没有完成物流助手那块的接口呢?

关闭服务后,点击按钮“WebSocket”还是会提示“WebSocket 连接成功!” ![image](https://user-images.githubusercontent.com/31410582/84969652-b2e16180-b14b-11ea-98f7-0aaa84f23235.png) 发送文字,调试器会打印错误信息。 Error: Cannot send data if the connection is not in the 'Connected' State. 请问您有没有计划对这块逻辑进行完善?

` [ApiBind(Senparc.NeuChar.PlatformType.WeChat_MiniProgram, "WxAppApi.GetWxaCode", true)] public static WxJsonResult GetWxaCode( string accessTokenOrAppId, string filePath, string path, int width = 430, bool auto_color = false, LineColor lineColor = null, bool isHyaline = false,...