aliyun / aliyun-tablestore-nodejs-sdk

Aliyun TableStore(原OTS) SDK for Node.js
Apache License 2.0
88 stars 33 forks source link

Checksum mismatch #9

Closed shang309073819 closed 7 years ago

shang309073819 commented 7 years ago
const params = {
    tableName: "fenfa_news",
    primaryKey: [{ 'pk1_news_id':'000197384a0513cd474e5bcc18fbc105'}],
};
client.getRow(params, (err, data) => {
    if (err) {
        console.log('error:', err);
        return;
    }
    console.log(data)
    return res.json({data: data});
});

Checksum mismatch?

boxiaowpl commented 7 years ago

fixed, sorry for the mistake.