POST api/wechatmini/savePurchaseOrSource
Request Information
URI Parameters
None.
Body Parameters
PurchaseOrSourceInfointerface| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| userId | integer |
None. |
|
| publicContent | string |
None. |
|
| pinPai | string |
None. |
|
| publicType | integer |
None. |
|
| addTime | date |
None. |
|
| deadlineTime | date |
None. |
|
| weiXinPath | 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,
"publicContent": "sample string 3",
"pinPai": "sample string 4",
"publicType": 5,
"addTime": "2025-12-06T12:32:57.7106923+08:00",
"deadlineTime": "2025-12-06T12:32:57.7106923+08:00",
"weiXinPath": "sample string 6",
"phoneNumber": "sample string 7"
}
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"
}