We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib/api_device.js
make(exports, 'getDeviceStatus', function (deviceId, callback) { // https://api.weixin.qq.com/device/get_stat?access_token=ACCESS_TOKEN&device_id=DEVICE_ID var url = 'https://api.weixin.qq.com/device/compel_unbind?access_token=' + this.token.accessToken + "&device_id=" + deviceId; this.request(url, {dataType: 'json'}, wrapper(callback)); });
请改正.
The text was updated successfully, but these errors were encountered:
提pr
发自我的 iPhone
在 2015年5月8日,下午4:06,wxhuang notifications@github.com 写道: lib/api_device.js make(exports, 'getDeviceStatus', function (deviceId, callback) { // https://api.weixin.qq.com/device/get_stat?access_token=ACCESS_TOKEN&device_id=DEVICE_ID var url = 'https://api.weixin.qq.com/device/compel_unbind?access_token=' + this.token.accessToken + "&device_id=" + deviceId; this.request(url, {dataType: 'json'}, wrapper(callback)); }); 请改正. — Reply to this email directly or view it on GitHub.
在 2015年5月8日,下午4:06,wxhuang notifications@github.com 写道:
make(exports, 'getDeviceStatus', function (deviceId, callback) { // https://api.weixin.qq.com/device/get_stat?access_token=ACCESS_TOKEN&device_id=DEVICE_ID var url = 'https://api.weixin.qq.com/device/compel_unbind?access_token=' + this.token.accessToken + "&device_id=" + deviceId; this.request(url, {dataType: 'json'}, wrapper(callback)); }); 请改正.
— Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
Fixed in 0e6c7e9
No branches or pull requests
lib/api_device.js
请改正.
The text was updated successfully, but these errors were encountered: