mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 18:26:20 +08:00
feat(wxapi): 新增小程序品牌申请相关接口
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"progress": {
|
||||
"status": 0
|
||||
},
|
||||
"application": {
|
||||
"apply_for": 1,
|
||||
"audit_info": {
|
||||
"audit_reason": ""
|
||||
},
|
||||
"status": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user