mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
feat(wxapi): 新增微信小店主页管理相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"apply_id": 123
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"img_url": "https://mmecimage.cn/p/abc"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"apply_id": 123
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"img_url": "https://mmecimage.cn/p/abc",
|
||||
"apply": {
|
||||
"apply_id": 123,
|
||||
"state": 2,
|
||||
"audit_desc": "图片不合规",
|
||||
"img_url": "https://mmecimage.cn/p/xyz"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user