Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
添加微信公众号群发失败错误码
  • Loading branch information
dofindme committed Sep 21, 2022
commit f3a07ae383f12f2719e314b390953ee055386cbc
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,11 @@ public enum WxOpenErrorMsgEnum {
*/
CODE_40222(40222, "invalid request idc domain"),

/**
* empty media cover, please check the media
*/
CODE_40229(40229, "媒体封面为空,请添加媒体封面"),

/**
* 缺少 access_token 参数 access_token missing
*/
Expand Down