- 获取订阅消息模板标题重复,而且部分标题没有,怎么回事?
通过开放平台接口获取已授权小程序的订阅消息模板标题重复,而且一部分订阅消息模板在登录微信小程序后台直接创建是可以找到的,但通过接口就找不到。 之前一直是好的,最近也没有修改,今天发现有问题。 第三方平台的appid为:wx61333c497297f24f 要获取订阅消息模板标题的小程序 appid为:wxa5651f893dc21da5 麻烦看下是啥情况? 以下是两次不同请求的日志: 接口URL为:https://api.weixin.qq.com/wxaapi/newtmpl/getpubtemplatetitles 请求1:"qs":{"ids":"620,413,698","start":0,"limit":15} {"count":1913,"data":[{"categoryId":"620","tid":1165,"title":"打卡提醒","type":2},{"categoryId":"698","tid":1956,"title":"签到提醒","type":2},{"categoryId":"698","tid":2568,"title":"排队提醒","type":2},{"categoryId":"620","tid":2645,"title":"会议通知","type":2},{"categoryId":"620","tid":3139,"title":"发货通知","type":2},{"categoryId":"620","tid":3141,"title":"催货提醒","type":2},{"categoryId":"698","tid":3644,"title":"退款通知","type":2},{"categoryId":"620","tid":4023,"title":"催单通知","type":2},{"categoryId":"620","tid":4198,"title":"催办提醒","type":2},{"categoryId":"698","tid":4437,"title":"收款提醒","type":2},{"categoryId":"698","tid":4714,"title":"送站提醒","type":2},{"categoryId":"698","tid":4715,"title":"接站提醒","type":2},{"categoryId":"413","tid":5369,"title":"日程提醒","type":2},{"categoryId":"413","tid":5564,"title":"提货通知","type":2},{"categoryId":"698","tid":5685,"title":"留言通知","type":2}],"errmsg":"ok","errcode":0} 请求2:"qs":{"ids":"620,413,698","start":15,"limit":15} {"count":1913,"data":[{"categoryId":"620","tid":3139,"title":"发货通知","type":2},{"categoryId":"620","tid":3141,"title":"催货提醒","type":2},{"categoryId":"698","tid":3471,"title":"已签约通知","type":2},{"categoryId":"698","tid":3644,"title":"退款通知","type":2},{"categoryId":"620","tid":4023,"title":"催单通知","type":2},{"categoryId":"413","tid":4154,"title":"缴费提醒","type":2},{"categoryId":"620","tid":4198,"title":"催办提醒","type":2},{"categoryId":"698","tid":4273,"title":"下单成功提醒","type":2},{"categoryId":"698","tid":4282,"title":"新订单提醒","type":2},{"categoryId":"698","tid":4437,"title":"收款提醒","type":2},{"categoryId":"698","tid":4714,"title":"送站提醒","type":2},{"categoryId":"698","tid":4715,"title":"接站提醒","type":2},{"categoryId":"413","tid":5369,"title":"日程提醒","type":2},{"categoryId":"413","tid":5376,"title":"签到提醒","type":2},{"categoryId":"413","tid":5564,"title":"提货通知","type":2}],"errmsg":"ok","errcode":0}
2021-03-11 - 小程序三方平台主体转移,但更多资料里仍显示原来的主体
小程序授权给第三方平台,第三方平台的主体由原来的A转移到B,登录开放平台,显示的资料都是正确的转移后的主体信息。 但是打开小程序的更多资料,开发者资料没问题,但有一栏信息是“该帐号部分功能由以下服务商提供”,这里显示的却仍然是原来的第三方平台主体。 这个小程序是在主体转移之后创建并授权的,不应该显示原来的第三方主体啊? 请问是哪里需要修改设置吗?
2020-07-31