登录
GitLink极速下载
/
dataopen-sdk-php
同步镜像
关注
点赞
复刻(Fork)
主页
代码库
疑修(Issue)
流水线(devops)
里程碑
维基(Wiki)
动态
目录
main
分支
1
标签
0
+ 疑修
Web IDE
下载
caichengnan
chore: change path
2年前
2次提交
examples
chore: change path
2年前
release
chore: first commit
2年前
src
chore: first commit
2年前
tests
chore: change path
2年前
.gitignore
chore: first commit
2年前
Contribute.md
chore: first commit
2年前
LICENSE
chore: first commit
2年前
README.md
chore: first commit
2年前
build.sh
chore: first commit
2年前
composer.json
chore: first commit
2年前
composer.lock
chore: first commit
2年前
README.md
openapi 使用说明
Client参数说明
字段
类型
默认值
含义
app_id
string
无
应用的唯一标识符
app_secret
string
无
用于应用的安全认证的密钥
url
string or null
“
https://analytics.volcengineapi.com"
服务器的URL地址
env
string or null
“dataopen”
环境设置,可选值为 “dataopen” 或 “dataopen_staging”
expiration
string or null
“1800”
过期时间,单位是秒
client.request参数说明
字段
类型
默认值
含义
service_url
string
无
请求的服务 URL 地址
method
string
无
请求的 HTTP 方法,例如 “GET”, “POST” 等
headers
array
[]
请求头,包含的信息如认证凭据,内容类型等
params
array
[]
URL 参数,用于GET请求
body
array
[]
请求体,通常在POST或PUT请求中包含发送的数据
关于
php
shell
README.md
52.0 KB
邀请码
openapi 使用说明
Client参数说明
client.request参数说明