配置表设置接口

  • 接口说明: 设置接口
  • 接口地址: /settings
  • 请求方式: POST

请求参数

参数名称类型描述
keystring字段名
valuestring填入的值
tagstringtag 类别

请求示例:

  1. {
  2. "data": [
  3. {
  4. "attributes": {
  5. "key": "site_mode",
  6. "value": "0",
  7. "tag": "default"
  8. }
  9. },
  10. {
  11. "attributes": {
  12. "key": "token",
  13. "value": "1",
  14. "tag": "qcloud"
  15. }
  16. }
  17. ]
  18. }

现有字段值:

  • 站点设置 set_site
字段名功能对应tag类型值说明参数值示例管理员
可见
site_name站点名称defaultstring展示在站点信息和 titleDiscuz!Q
site_introduction站点介绍defaultstring展示在站点信息畅言无阻
site_mode站点模式defaultstringpublic 公开模式 pay 付费模式pay
site_logo站点 Logodefaultstring
site_close关闭站点default单选0 开启站点 1 关闭站点0
site_url站点地址default无需
配置
初始化站点时 C 端填写
末尾不要加斜线
discuz.com
site_record备案信息defaultstring站点的 ICP 备案编号WQ12DISCUZ1
site_stat第三方统计defaultstring网站的第三方统计代码
site_install站点信息defaultstring站点安装时间2020-01-01 00:00:00
site_pay_time付费模式开启时间default
site_price加入价格defaultfloat付费后加站价格39.9site_mode=’pay’时
site_expire到期时间defaultsite_mode=’pay’时
site_onlooker_price站点围观价格defaultfloat围观单价1
site_author_scale作者比例defaultint主题打赏分成比例,和站长比例加起来必须为 10,不填时默认为作者 10、平台 07
site_master_scale站长比例defaultint主题打赏分成比例,和作者比例加起来必须为 10,不填时默认为作者 10、平台 03
site_close_msg关闭站点时提示信息defaultstring关闭后网站提示语该论坛已关闭。site_close=1 时
site_author.id站长用户 IDdefaultint站长的用户 id1
site_author.username站长用户 名称defaultstring站长的用户 名称admin
site_author.avatar站长用户 头像defaultstring站长的用户 头像https://xxxxx.com/storage/avatars/1.png
username_bout用户名修改次数defaultint允许每个用户的修改次数(管理员不受限制)默认值是 1
site_header_logo首页头部LOGOdefault
site_background_image首页头部背景图default
miniprogram_video微信小程序视频开关wx_miniprogramint开启后小程序允许发布视频、展示视频主题(0关闭 1开启)true
  • 注册设置 set_reg
字段名功能对应tag类型值说明参数值示例管理员可见
register_close是否允许注册default单选1 允许 0 不允许0
register_type注册模式default单选0 用户名模式、1 手机号模式
2 无感模式
1
register_captcha注册验证码default单选0 关闭 1 开启0
register_validate是否开启注册审核default单选1 开启 0 关闭0
password_length密码长度defaultint默认不填时是 6 位密码10
password_strength密码强度default多选0 数字 1 小写字母
2 符号 3 大写字母
0,1,2
  • 第三方设置 passport
字段名功能对应tag类型值说明参数值示例管理员可见
offiaccount_close微信 h5 登陆开关wx_offiaccount0 关闭
1 开启
0
offiaccount_app_id微信 h5 登陆wx_offiaccount加密使用
offiaccount_app_secret微信 h5 登陆wx_offiaccount加密使用
offiaccount_server_config_token微信公众号服务器配置令牌(token)wx_offiaccount加密使用中g3G9Xo4jSM
miniprogram_close微信小程序登陆开关wx_miniprogram0 关闭
1 开启
0
miniprogram_app_id微信小程序登陆wx_miniprogram加密使用
miniprogram_app_secret微信小程序登陆wx_miniprogram加密使用
oplatform_close微信 pc 登陆开关wx_oplatform0 关闭
1 开启
0
oplatform_app_id微信开放平台wx_oplatform加密使用
oplatform_app_secret微信开放平台wx_oplatform加密使用
oplatform_url微信 pc 登陆wx_oplatform不加密使用
oplatform_app_token微信 pc 登陆wx_oplatform不加密使用
oplatform_app_aes_key微信 pc 登陆wx_oplatform不加密使用
  • 支付设置 paycenter
字段名功能对应tag类型值说明参数值示例管理员可见
wxpay_close微信支付开关wxpay单选1 允许 0 不允许0
wxpay_ios关闭 IOS 微信支付wxpay
mch_id微信支付商户号wxpayv1 使用
app_id微信支付 app_idwxpay加密v1 使用
api_key微信支付 api_keywxpay加密v1 使用
app_secret微信支付 app_secretwxpay加密v1 使用
wxpay_mch_id微信支付商户号wxpay加密暂无使用
wxpay_app_id微信支付 app_idwxpay加密暂无使用
wxpay_api_key微信支付 api_keywxpay加密暂无使用
wxpay_app_secret微信支付 app_secretwxpay加密暂无使用
wxpay_close微信支付开关wxpay单选1 允许 0 不允许0
wxpay_mchpay_close微信企业付款到零钱开关wxpay1 开启 0 关闭
  • 附件设置 set_attach
字段名功能对应tag类型值说明参数值示例管理员可见
support_img_ext支持的图片扩展名defaultstring,隔开png,gif,jpg
support_file_ext支持的附件扩展名defaultstring,隔开doc,docx,pdf,zip
support_max_size支持最大大小defaultintMB 单位1
  • 腾讯云设置 qcloud
字段名功能对应tag类型值说明参数值示例
qcloud_close云 api 开关qcloud单选1 允许 0 不允许0
qcloud_app_id云 api-app_idqcloud
qcloud_secret_id云 api-secret_idqcloud加密
qcloud_secret_key云 api-secret_keyqcloud加密
qcloud_cms_image云 api 图片安全开关qcloud单选true1 开启,false0 关闭
qcloud_cms_text云 api 内容安全开关qcloud单选true1 开启,false0 关闭
qcloud_sms短信开关qcloud单选0 关闭 1 开启1
qcloud_sms_app_id短信 app_idqcloud加密
qcloud_sms_app_key短信 app_keyqcloud加密
qcloud_sms_template_id短信模板 idqcloud加密
qcloud_sms_sign短信签名qcloud加密
qcloud_cos对象存储qcloud单选true1 开启,false0 关闭
qcloud_cos_cdn_urlcos cdn 域名qcloud
qcloud_cos_bucket_name名称qcloudtest-1251011534
qcloud_cos_bucket_area地域qcloudap-beijing
qcloud_ci_url数据万象处理域名qcloudtest-.picbj.myqcloud.com
qcloud_facdid身份认证qcloud单选true 1 开启,false 0 关闭
qcloud_facdid_region人脸核身地域qcloud单选ap-beijing
qcloud_vod云点播开关qcloud单选0 关闭 1 开启1
qcloud_vod_transcode转码模板qcloudinthttps://console.cloud.tencent.com/vod/video-process/template 中的模板名称 ID100020
qcloud_vod_cover_template截图模板 IDqcloudinthttps://console.cloud.tencent.com/vod/video-process/template/screenshot 中的模板 ID,创建模板类型为”时间点截图“
qcloud_vod_ext视频扩展名qcloudstringWMV、RM、MOV、MPEG、MP4、3GP、FLV、AVI、RMVB 等wmv,rm
qcloud_vod_size视频大小qcloudint单位 MB1
qcloud_vod_taskflow_gif动图封面任务流名称qcloudstringhttps://console.cloud.tencent.com/vod/video-process/taskflow中创建的任务流,必须勾选“转动图”,选择合适的转动图gif模板并设置合适的时间段。如果填写了动图模板名称,则“截图模板”设置失效GifVideoCover
qcloud_vod_url_key云点播防盗链 Keyqcloudstringhttps://console.cloud.tencent.com/vod/distribute-play/domain 域名设置中“Key 防盗链”y35EzG
qcloud_vod_url_expire云点播防盗链签名有效期qcloudint单位秒。过期后该 URL 将不再有效,返回 403 响应码。考虑到机器之间可能存在时间差,防盗链 URL 的实际过期时间一般比指定的过期时间长 5 分钟,即额外给出 300 秒的容差时间。建议过期时间戳不要过短,确保视频有足够时间完整播放3600
qcloud_vod_watermark视频水印模板 IDqcloudinthttps://console.cloud.tencent.com/vod/video-process/template/watermark 中的模板 ID1
qcloud_captcha_app_id验证码 APPIDqcloudint传输到腾讯云时, 此参数必须要强转(int)不然会报错!!!848512336
qcloud_captcha_secret_key验证码 SecretKeyqcloudstring验证码必传K_HxHxTDonTA
qcloud_captcha_ticket验证码返回给用户的票据qcloudstringhttps://cloud.tencent.com/document/product/1110/36926 只有开启验证码时传输…V_CVW-U_Rypg
qcloud_captcha_randstr验证票据需要的随机字符串qcloudstring只有开启验证码时传输@b19
qcloud_faceid实名认证开关
  • 提现设置 set_cash
字段名功能对应tag类型值说明参数值示例管理员可见
cash_interval_time提现间隔时间cashint每次提现间隔时间
1 天为 24 小时,0 或不填则不限制
1
cash_rate提现手续费率cashfloat提现手续费率(百分之)0.3
cash_min_sum单次提现最小金额cashfloat用户每次提现的最小金额100
cash_max_sum单次提现最大金额cashfloat用户每次提现的最大金额5000
cash_sum_limit每日提现总金额上限cashfloat所有用户提现的每日上限总金额5000
  • 水印设置 watermark
字段名功能对应tag类型值说明参数值示例管理员可见
watermark水印开关watermarkbooltrue/falsetrue
watermark_image水印图watermarkstring水印图路径watermark_image.png
position水印位置watermarkint0 - 93
horizontal_spacing水印水平边距watermarkint0 - 999910
vertical_spacing水印垂直边距watermarkint0 - 999910
  • 位置服务
字段名功能对应tag类型值说明参数值示例管理员可见
lbs位置服务lbsbool位置服务开关truex
qq_lbs_key腾讯位置服务lbsstring腾讯位置服务 keyABC-123-XYZx
  • UCenter
字段名功能对应tag类型值说明参数值示例管理员可见
ucenter_urlUCenter地址ucenterstringUCenter配置的地址https://…
ucenter_key通信秘钥ucenterstringUCenter配置的keyuonSweqDdqsda
ucenter_appidappiducenterstringUCenter配置的appid12
ucenter开关ucenterstringUCenter配置的keytrue

返回结果

参数名称类型出现要求描述

返回说明

  • 返回空, http 状态码: 204

返回示例