guid(设备唯一标识)。后续所有操作(扫码登录、收发消息等)均依赖此 guid。curl --location 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/client/createClient",
"params": {
"proxyUrl": "",
"areaCode": 320000,
"deviceName": "stone的ipad",
"deviceType": 0,
"clientVersion": ""
}
}'{
"code": 0,
"data": {
"guid": "string"
},
"msg": "string"
}