云客服-查询质检评分设置档:报文样例

时间:2024-09-24 14:46:39

报文样例

  • 场景描述:质检评分设置档查询。

    请求头:

    x-app-key:************************************  
    X-UserID:1611917095665261978  
    Authorization:Bearer ********************************

    请求参数:

    {
    	"page": 1,
    	"limit": 10000
    }

    响应参数:

    {
    	"fundamental_score": [{
    		"lower_bound": 1,
    		"name": "default",
    		"upper_bound": 100,
    		"id": "0",
    		"base": 60
    	}, {
    		"lower_bound": 10,
    		"name": "1",
    		"upper_bound": 100,
    		"id": "1980058583",
    		"base": 10
    	}, {
    		"lower_bound": 11,
    		"name": "test",
    		"upper_bound": 111,
    		"id": "1828287446",
    		"base": 11
    	}],
    	"using": "1828287446",
    	"resultCode": "0412000",
    	"resultDesc": "操作成功"
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2652.html