johnpoint
johnpoint
fix #4
#5 #9 image has been updated to docker johnpoint/wxwork
**描述** **如何复现** 步骤: 1、企业微信后台创建两个应用A、B 2、先使用 A 的配置进行API调用,此时行为正常 3、将配置替换为 B 的配置,此时发消息等API调用行为仍为B应用 **原因** https://github.com/silenceper/wechat/blob/v2/credential/default_access_token.go#L201C31-L201C31 在这行缓存中,仅区分了 corp_id 而没有区分应用导致的
支持小程序调用OCR接口 https://github.com/silenceper/wechat/issues/647 1. [通用印刷体识别](https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/img-ocr/ocr/printedTextOCR.html) 2. [行驶证识别](https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/img-ocr/ocr/vehicleLicenseOCR.html) 3. [银行卡识别](https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/img-ocr/ocr/bankCardOCR.html) 4. [营业执照识别](https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/img-ocr/ocr/businessLicenseOCR.html) 5. [驾驶证识别](https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/img-ocr/ocr/driverLicenseOCR.html) 6. [身份证识别](https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/img-ocr/ocr/idCardOCR.html)