
# 更新难例配置
更新难例配置到难例配置文件，并根据输入更新云侧难例上传状态。
#### 接口调用
HiLensEC SetHardSampleConfig(const std::string \&confStr)
表1参数说明 
| 参数名     | 说明                          |
|:---|:---|
| confStr | 要更新的难例配置，需要是string格式的json值。 |
   
#### 返回值
HiLensEC错误码，0成功，其他为失败。
