{
"memberUid": "string",
"requestSn": "string",
"orderSn": "string",
"assetType": 0,
"changeType": 0,
"amount": 0,
"validDays": 0,
"notifyUrl": "string",
"remark": "string"
}curl --location '/api/v1/member/assets/change' \
--header 'Content-Type: application/json' \
--data '{
"memberUid": "string",
"requestSn": "string",
"orderSn": "string",
"assetType": 0,
"changeType": 0,
"amount": 0,
"validDays": 0,
"notifyUrl": "string",
"remark": "string"
}'{
"code": 0,
"message": "success",
"data": {
"requestSn": "REQ_202605280003",
"bizOrderNo": "OAPI20260528173322E71E7B000000",
"status": {
"code": 1,
"name": "PENDING",
"text": "已受理"
},
"resultStatus": {
"code": 0,
"name": "PENDING",
"text": "未处理"
},
"error": null
},
"traceId": "oapi-20260528-46ae71e72400000",
"timestamp": 1779960802
}