- 小程序只有appid,公众号在哪儿?
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Web_Developer_Tools.html [图片] [图片] 这个只是一个小程序的appid,对应的公众号是什么?哪儿来的公众号?
2023-11-01 - 小程序如果使用对应的appid的公众号?
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Web_Developer_Tools.html 使用 appid 对应的公众号登录公众号管理后台我有小程序的appid,在小程序里面用的<web-view>,上面使用appid对应的公众号,是什么公众号?要怎么弄? 还需要绑定为授权登录时使用的 appid 对应的公众号的开发者 这个绑定授权登录时使用的appid是指什么id? [图片] 就是截图上面这一段要怎么弄?
2023-03-02 - 小程序订阅消息phrase5数据怎么错误?
{ "touser": "xxxxxx", "template_id": "xxxx", "page": "/page/gongdan/index", "data": { "thing7": { "value": "商务通海" }, "thing6": { "value": "查看服务" }, "thing2": { "value": "工商局递" }, "phrase5": { "value": "待报名" } } } 13:22:36.062 [main] DEBUG org.springframework.web.client.RestTemplate - HTTP GET https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=xxxxxx&secret=xxxxx 13:22:36.110 [main] DEBUG org.springframework.web.client.RestTemplate - Accept=[application/xml, text/xml, application/json, application/*+xml, application/*+json] 13:22:36.450 [main] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK 13:22:36.452 [main] DEBUG org.springframework.web.client.RestTemplate - Reading to [xin.zhulin.component.weapp.subscribe.message.AccessToken] {"touser":"xxxxx","template_id":"xxxxx","page":"/page/gongdan/index","data":{"thing7":{"value":"商务通海"},"thing6":{"value":"查看服务"},"thing2":{"value":"工商局递"},"phrase5":{"value":"待报名"}}} 13:22:36.511 [main] DEBUG org.springframework.web.client.RestTemplate - HTTP POST https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=.... 13:22:36.511 [main] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/xml, text/xml, application/json, application/*+xml, application/*+json, */*] 13:22:36.512 [main] DEBUG org.springframework.web.client.RestTemplate - Writing [{"touser":"xxxxx","template_id":"xxxxx","page":"/page/gongdan/index","data":{"thing7":{"value":"商务通海"},"thing6":{"value":"查看服务"},"thing2":{"value":"工商局递"},"phrase5":{"value":"待报名"}}}] with org.springframework.http.converter.StringHttpMessageConverter 13:22:36.656 [main] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK 13:22:36.657 [main] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;encoding=utf-8" {"errcode":47003,"errmsg":"argument invalid! data.phrase5.value invalid rid: 6138489e-2737e3e3-5f80c795"}
2021-09-08 - 企业小程序微信认证和公众平台的开发平台开发认证是一体的么?
我企业申请了微信公众平台的开发认证,正在审核中,已经付费了,我这边小程序申请就没有小额汇款选项了,只能走微信认证,微信认证需要300元费用,我想问一下我企业是不是需要等微信公众平台认证后,小程序认证就不需要这个费用了,这两个认证是相互关联的么?
2020-07-19