创建游戏云MP
POST
/product/rgs-mp/最后修改时间: 1 个月前
请求参数
Body 参数application/json
dst_info
object
可选
Try bool json:"try"
cluster_name
string
必需
<= 12 字符
cluster_pass
string
可选
<= 16 字符
token
string
可选
duration
enum<integer>
必需
枚举值:
13612
egg_type_id
integer
必需
plan_id
integer
可选
with_coupon_id
integer
可选
示例
{
"dst_info": {
"cluster_name": "string",
"cluster_pass": "string",
"token": "string"
},
"duration": 1,
"egg_type_id": 0,
"plan_id": 0,
"with_coupon_id": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前