-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wxapi): 随官方更新第三方平台代商家管理小程序类目管理相关接口模型
- Loading branch information
Showing
3 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
...chat.Api.UnitTests/ModelSamples/CgibinWxopen/Category/CgibinWxopenAddCategoryRequest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
...t.Api.UnitTests/ModelSamples/CgibinWxopen/Category/CgibinWxopenModifyCategoryRequest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
{ | ||
"first": 8, | ||
"second": 39, | ||
"certicates": [ | ||
{ | ||
"key": "《因私出入境中介机构经营许可证》", | ||
"value": "" | ||
"value": "media_id", | ||
"expire_time": 123456, | ||
"is_permanent": 1 | ||
} | ||
] | ||
} |