Sfoglia il codice sorgente

[c端登录][修复]:token问题修复

tags/2.2.4
Stormeye.Wu 6 anni fa
parent
commit
db7882e978
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      common/common.js

+ 1
- 1
common/common.js Vedi File

@@ -75,7 +75,7 @@ const func = {
getUserPhone: function (encryptedData, iv) {
return new Promise((resolve, reject) => {
wx.request({
url: config.api.getUserPhone + "?token=" + app.globalData.token,
url: config.api.getUserPhone,
data: {
encryptedData: encryptedData,
iv: iv,


Caricamento…
Annulla
Salva