{"errcode":-10000502,"errmsg":"system busy traceid: 33613634 rid: 680611ad-7c349a10-03cc9883"}
哪里有问题吗
$data = [
'metric' => '1000006:4', // 指标id
'granularity' => 24, // 自然天的枚举值
'start_time' => 1745510400, // 数据起始时间,北京时间2020-10-02 00:00:00的时间戳
'end_time' => 1745164800, // 数据结束时间,北京时间2020-10-03 00:00:00的时间戳
'filter_list' =>[
[
'dimension' => '3',
'value' => '1'
]
],
'group_list' => []
];
$serviceList = $this->wchat->getServicefirmstatList(json_encode($data));
var_dump($serviceList);
'metric' => '1000006:4', // 指标id 这个错了