POST api/wechatmini/addBgPictrue

Request Information

URI Parameters

None.

Body Parameters

Collection of bgPictureList
NameDescriptionTypeAdditional information
Id

integer

None.

noticeContent

string

None.

pictureUrl

string

None.

type

integer

None.

addTime

date

None.

remark

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "noticeContent": "sample string 2",
    "pictureUrl": "sample string 3",
    "type": 4,
    "addTime": "2025-12-06T12:29:48.458653+08:00",
    "remark": "sample string 6"
  },
  {
    "id": 1,
    "noticeContent": "sample string 2",
    "pictureUrl": "sample string 3",
    "type": 4,
    "addTime": "2025-12-06T12:29:48.458653+08:00",
    "remark": "sample string 6"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3"
}