feat(wxapi): 新增微信小店商品上架策略相关接口

This commit is contained in:
Fu Diwei
2026-02-05 17:53:56 +08:00
parent bced0b4998
commit 6e1a8a2654
7 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "",
"audit_strategy": {
"hide_err_field_flag": 1,
"hit_duplicated_flag": 1,
"hit_low_risk_rule_flag": 2
}
}

View File

@@ -0,0 +1,7 @@
{
"audit_strategy": {
"hide_err_field_flag": 1,
"hit_duplicated_flag": 2,
"hit_low_risk_rule_flag": 0
}
}