添加小程序普通二维码规则失败?二维码规则被占用~
https://developers.weixin.qq.com/miniprogram/introduction/qrcode.htmlhttps://developers.weixin.qq.com/miniprogram/introduction/qrcode.htmlhttps://developers.weixin.qq.com/miniprogram/introduction/qrcode.html 【请求地址】: https://api.weixin.qq.com/cgi-bin/wxopen/qrcodejumpadd?access_token= 第一:新的小程序添加规则还是提示占用。这个如何处理? array(7) {
["errcode"]=>
int(0)
["errmsg"]=>
string(2) "ok"
["rule_list"]=>
array(0) {
}
["qrcodejump_open"]=>
int(1)
["list_size"]=>
int(0)
["qrcodejump_pub_quota"]=>
int(100)
["total_count"]=>
int(0)
}
第二:我想问一下,怎么知道我们自己域名下的所有 prefix 二维码规则 (并且删除旧的二维码规则) array(2) {
["errcode"]=>
int(85072)
["errmsg"]=>
string(53) "prefix owned by other rid: 65379594-26875051-6b011ea4"
}
我们的二维码业务逻辑是根据每个商家id 生成的二维码规则。 这个商户有三个小程序,他也不知道哪个配置了这个规则,现在不换规则的前提下,有没有办法得知哪个小程序占用了,且删除。