- 报告ocr.driverLicense文档中的一个BUG
ocr.driverLicense的返回结果文档中,出现了两个“name”属性,其中后一个应该为“nationality”(民族)。 https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/ocr/ocr.driverLicense.html
2020-11-07 - 报告ocr.vehicleLicense文档中的一个小BUG
ocr.vehicleLicense返回结果中vin的说明少了一个字,应该为“车辆识别代码”,而不是“车辆识别代”。 https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/ocr/ocr.vehicleLicense.html
2020-11-07 - 小程序物流助手生成运单,返回“add_source=2时,wx_appid和当前小程序不同主体“?
请教大佬。 小程序物流助手生成运单,返回“9300534 add_source=2时,wx_appid和当前小程序不同主体“。 实际上,小程序和微信公众号属于同一主体,而且已经绑定了。 公众号原始id:gh_0853c2cc15ae 公众号appid:wxa4e690ed68bbf5e6 小程序原始id:gh_3596b67dfc5c 小程序appid:wx64e8118b66d90d96 提交的json如下: {"add_source":2,"wx_appid":"wxa4e690ed68bbf5e6","order_id":"0","openid":"","delivery_id":"BEST","biz_id":"510100_0066","custom_remark":"","sender":{"name":"王先荣","tel":"","mobile":"13500000000","company":"","post_code":"","country":"","province":"湖南省","city":"张家界市","area":"永定区","address":"xxxxxx"},"receiver":{"name":"刘万里","tel":"","mobile":"15800000000","company":"","post_code":"","country":"","province":"湖南省","city":"怀化市","area":"鹤城区","address":"yyyyyyy"},"cargo":{"count":1,"weight":0.5,"space_x":0.1,"space_y":0.1,"space_z":0.1,"detail_list":[{"name":"文件","count":1}]},"shop":{"wxa_path":"wx_path","img_url":"img_url","goods_name":"文件","goods_count":1},"insured":{"use_insured":0,"insured_value":0},"service":{"service_type":1,"service_name":"test_service_name"},"expect_time":0}
2020-10-21 - 小程序订阅消息-获取帐号所属类目下的公共模板标题的文档有错误
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.getPubTemplateTitleList.html 小程序订阅消息-获取帐号所属类目下的公共模板标题的文档有错误 https:/api.weixin.qq.com/wxaapi/newtmpl/getpubtemplatetitles"ids""2,616""start"0"limit"1https:/api.weixin.qq.com/wxaapi/newtmpl/getpubtemplatetitles?access_token=ACCESS_TOKEN&ids=IDS&start=START&limit=LIMIT 可以获取到正确的结果。 请修改此处的文档为上述请求地址,或者将请求类型改为POST以支持发送数据。 小程序订阅消息中获取公共模板关键词的文档也有类似的错误: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.getPubTemplateKeyWordsById.html
2020-10-14