{
"provider": "kuaidiniao",
"config": {
"ebusiness_id": "YOUR_EBUSINESS_ID",
"app_key": "YOUR_APP_KEY",
"customer": "YOUR_CUSTOMER",
"key": "YOUR_KEY"
},
"is_default": 1
}curl --location --request POST '/adminapi/system/express-provider/update' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider": "kuaidiniao",
"config": {
"ebusiness_id": "YOUR_EBUSINESS_ID",
"app_key": "YOUR_APP_KEY",
"customer": "YOUR_CUSTOMER",
"key": "YOUR_KEY"
},
"is_default": 1
}'{
"code": 200,
"msg": "配置更新成功"
}