cloverstd

Results 9 issues of cloverstd

一个微信公众号可以绑定多个微信小程序,所以微信小程序的 app_id 还有 secret 与微信公众号的不一致 我看到目前的 `wechatpy.client` 中的 [wxa.py](https://github.com/jxtech/wechatpy/blob/master/wechatpy/client/api/wxa.py) 使用的是 wechatpy.client (微信公众号)的 app_id 和 secret,这样在一个 client 中是无法同时使用微信公众号的 API。目前在 [wxa.py](https://github.com/jxtech/wechatpy/blob/master/wechatpy/client/api/wxa.py) 中没有登录之类的和 app_id 和 secret 密切相关的接口。 所以,对于小程序是否可以采用下面的二(三)种解决方案 1. 跟微信企业号一样,不与 `wechatpy.client` 集成在一起,单独一个 `wechatpy.wxa`...

design
T: 小程序

Accoding to RFC 4252 section 5.1, the server rejects the authentication request with 'partial success' will contain the name-list of method name that can continue to auth. The client should...

cla: yes

今天升级了 iOS 8.3 正式版,发现失效了

support add extra params to push url.

```bash > JSON.parse("01") SyntaxError: Unexpected number in JSON at position 1 > JSON.parse("-01") SyntaxError: Unexpected number in JSON at position 2 > JSONBig.parse("-01") -1 > JSONBig.parse("01") 1 ``` I try...

Hi, I am writing a realtime web application with `SockJSSubscriber`. When I send a unicode string that exceed ASCII's coding range, like Chinese character, there will raise `UnicodeEncodeError` Exception on...

![page-spy-web version](https://github.com/HuolalaTech/page-spy-web/assets/1229983/78994b95-5b6f-4b6e-86c6-b7804f8ca2aa)

Hi, I have an Airmx fresh air machine. Since Airmx has gone bankrupt, I can't control it via the app anymore. I referred to this repository that allows the fresh...