feat(wxapi): 新增微信小店获取商品提审限额接口

This commit is contained in:
Fu Diwei
2026-02-05 17:53:57 +08:00
parent 71cfa74c3d
commit 3ca53d803b
4 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"audit_quota": {
"block_status": false,
"avail_quota": 1000,
"total_quota": 4000
}
}