- 创建企业群发 chat sender missing?
企业微信创建群发任务 https://qyapi.weixin.qq.com/cgi-bin/externalcontact/add_msg_template?access_token=ACCESS_TOKEN 提交参数: { "chat_type": "group", "sender": "158******17", "external_userid": [ "wr1r0qCAAALqU**VNtTYtPc2sS*****", "wr1r0qCAAAp***V2Ej9OhZzXQ*****" ], "content": { "miniprogram": { "title": "邀请您对我们本周服务评价", "pic_media_id": "3omdpSvs-Au0RzD8TjroZKp_VOIK****YLve_QZ_1s*******", "appid": "wxf8******59f8", "page": "/pages/ev***ate" } }, "sendtime": 1609932058 } 返回内容 chat sender missing, hint: [1609931209_154_ba1883e4***3539604456ff12fc], from ip: ****, more info at https://open.work.weixin.qq.com/devtool/query?e=86213 当不传 external_userid 时可以正常提交 请问这是什么原因? 不能做指定群发送吗?
2021-01-06 - request:failurlnotindomainlist
能否给出具体的错误信息,现在是一头雾水.不知道从哪里去修改 域名已加入白名单[图片] 小程序关于开发与正式环境相关代码 const bizlogic = { // 本地测试地址 // localTest: 'http://api.deyuny.com/', localTest: 'http://api.deyuny.com/', localTestImg: 'http://api.deyuny.com/', // 测试服务器地址 serverTest: 'https://testapiny.jishizhuanghz.com/', serverTestImg: 'https://testapiny.jishizhuanghz.com/', // 正式服务器接口地址 serverFormal: 'https://api.ny.jishizhuanghz.com/', serverFormalImg: 'https://api.ny.jishizhuanghz.com/', }; let domin = ''; let imgHost = ''; // 定义域名配置 // const envVersion = 'release'; const envVersion = __wxConfig.envVersion; switch (envVersion) { case 'develop': domin = bizlogic.localTest; imgHost = bizlogic.localTestImg; break; case 'trial': domin = bizlogic.serverTest; imgHost = bizlogic.serverTestImg; break; case 'release': domin = bizlogic.serverFormal; imgHost = bizlogic.serverFormalImg; logDebug = false; break; default: domin = bizlogic.serverFormal; imgHost = bizlogic.serverFormalImg; logDebug = false; break; } 为什么就是审核不通过呢?
2020-05-11 - 微信开发者工具,编辑器出不来内容,也不可预览小程序
[图片] 编辑器出不来内容
2019-08-22