pending_review
module
update_type
{ "request_id": "string", "order_id": "string", "operator_staff_id": "string" }
curl --location --globoff '/open-api/ltc/order/audit/submit?access_token=' \ --header 'Content-Type: application/json' \ --data '{ "request_id": "string", "order_id": "string", "operator_staff_id": "string" }'
{ "errcode": 0, "errmsg": "ok", "data": { "request_id": "ltc-order-submit-20260803-001", "order_id": "240052122", "audit_status": "pending_review", "audit_node_number": 1, "idempotent_replay": false } }