rename _clid to clid
This commit is contained in:
parent
192de36036
commit
c256153822
@ -256,8 +256,8 @@ module.exports = {
|
|||||||
if (result?.uni_id_token) {
|
if (result?.uni_id_token) {
|
||||||
uni.setStorageSync('uni_id_token', result.uni_id_token)
|
uni.setStorageSync('uni_id_token', result.uni_id_token)
|
||||||
}
|
}
|
||||||
if (result?._clid) {
|
if (result?.clid) {
|
||||||
uni.setStorageSync('_clid', result._clid)
|
uni.setStorageSync('clid', result.clid)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 注意1,resultServer 和 resultCloud 推荐遵循同样的格式 { _state, error | data },这样方便前端做统一判断。
|
// 注意1,resultServer 和 resultCloud 推荐遵循同样的格式 { _state, error | data },这样方便前端做统一判断。
|
||||||
|
Loading…
Reference in New Issue
Block a user