我已经验证了我的请求,当我尝试在沙盒中创建新客户时,我收到 500 错误。
要求:
POST https://www.googleapis.com/apps/reseller/v1sandbox/customers
{
"customerDomain": "test.com",
"kind": "reseller#customer"
}
回复:
500 Internal Server Error
- Show headers -
{
"error": {
"code": 500,
"message": null
}
}