|
@@ -300,8 +300,8 @@ func (c *WechatWsClient) DeviceAuth() error {
|
|
"AccessToken": "",
|
|
"AccessToken": "",
|
|
"MsgType": "DeviceAuthReq",
|
|
"MsgType": "DeviceAuthReq",
|
|
"Content": map[string]interface{}{
|
|
"Content": map[string]interface{}{
|
|
- "AuthType": 2,
|
|
|
|
- "Credential": "bGNka2Y6clFSd0NTT21wbFgzVHRMSg==",
|
|
|
|
|
|
+ "AuthType": 3,
|
|
|
|
+ "Credential": "",
|
|
},
|
|
},
|
|
}
|
|
}
|
|
transportMessageJSON, err := json.Marshal(message)
|
|
transportMessageJSON, err := json.Marshal(message)
|