| 错误码 | 说明 |
|---|---|
| 20210 | 客户external_user_id错误 |
| 20211 | 客户unionid错误 |
| 20212 | 请提供客户id或客户unionid |
| 20215 | score必须为大于0的整数 |
| 调用此接口需购买基础席位。 |
{
"staff_id": "zhangsan",
"external_user_id": "wo8xjUCAAAGfqRyM0CGqryOsaKOYgEZE",
"external_user_unionid": "oz9xvw_jfkmHMGWVSn5CatKSTOMU",
"score": 10
}curl --location -g --request POST 'https://open.weibanzhushou.com/open-api/external_user/score/add?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"staff_id": "zhangsan",
"external_user_id": "wo8xjUCAAAGfqRyM0CGqryOsaKOYgEZE",
"external_user_unionid": "oz9xvw_jfkmHMGWVSn5CatKSTOMU",
"score": 10
}'{
"errcode": 0,
"errmsg": "ok"
}