story#7552 潜在服务商--企微二维码,长度限制

This commit is contained in:
2025-11-12 11:29:30 +08:00
parent 3d74bf8442
commit 87e7c30d6c

View File

@ -111,7 +111,6 @@ export function getOrCodeInfo(data){
return request({ return request({
url:'/agg-api/wxcp/createContactQrCode', url:'/agg-api/wxcp/createContactQrCode',
method:'POST', method:'POST',
contentType:'application/json',
data data
}) })
} }