``` return account.save({ fetchWhenSave: true, }); // 反直觉 return account.save(null, { fetchWhenSave: true, }); ``` https://github.com/leancloud/docs/pull/1818/files