POST api/wechatmini/saveOrderInfo
Request Information
URI Parameters
None.
Body Parameters
SellOrderInfointerface| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| userId | integer |
None. |
|
| groupchatId | integer |
None. |
|
| sellOrdersContent | string |
None. |
|
| addTime | date |
None. |
|
| groupchatRootTypeId | string |
None. |
|
| phoneNumber | string |
None. |
|
| pictures | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pictures": [
"sample string 1",
"sample string 2"
],
"id": "sample string 1",
"userId": 2,
"groupchatId": 3,
"sellOrdersContent": "sample string 4",
"addTime": "2025-12-06T12:28:49.2437879+08:00",
"groupchatRootTypeId": "sample string 5",
"phoneNumber": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}