# Modify Snap Up Mission Status

Used for early termination of the panic buying task, whether the rush buying task is in progress or not, can be closed. You can also delete the rush task Note: After the end is not allowed to open again, the state is not reversible

# Interface call request specification

Http request method: POST
https://api.weixin.qq.com/product/limiteddiscount/update_status/access_token=xxxxxxxxx

# Request Parameter Sample

{
    "task_id":325286,
    "status":1
}

# Return Package Example

{
    "errcode": 0
}

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
task_id number yes Mission ID
status number yes State to modify, 1: End 9: Delete

# Return parameter specification

parameter type Introductions
Errcode number Error code

# Return code

Return code Type of error
-1 System exception
-2 Token is too long
9401020 Wrong parameter
9401021 Call the api without permission
110002 Modify state settings error