feat(wxapi): 新增小程序品牌申请相关接口

This commit is contained in:
Fu Diwei
2026-01-04 17:21:39 +08:00
parent aff99b2c9b
commit 1bdb61a23a
7 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"Application": {
"apply_for": 2,
"audit_info": {
"brand_name": "我的小店",
"brand_type": 4,
"flagship_in_which_ec_platform": "淘宝",
"ec_platform_proof_list": [
"R7oH3VuVWboktgKh3QABx2UqbeNoUDJzLdDjLVvi4kLEOtkCTAGmX9g8-xxxxxx"
],
"other_material_list": [
"R7oH3VuVWboktgKh3QABx2UqbeNoUDJzLdDjLVvi4kLEOtkCTAGmX9g8-xxxxxx"
],
"authority_certified_proof_list": [
"R7oH3VuVWboktgKh3QABx2UqbeNoUDJzLdDjLVvi4kLEOtkCTAGmX9g8-xxxxxx"
]
}
}
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"progress": {
"status": 0
},
"application": {
"apply_for": 1,
"audit_info": {
"audit_reason": ""
},
"status": 0
}
}