开始做发票

This commit is contained in:
2024-04-22 17:37:07 +08:00
parent d873a722a1
commit 11f208a513
17 changed files with 219 additions and 23 deletions

View File

@@ -19,6 +19,7 @@ const requestWithoutCookie = promisify(wx.request);
// 考虑了Cookie的请求
const request = async function (options, config = {}) {
console.log('请求参数', 'options', options, 'config', config)
let token = wx.getStorageSync('token');
const result = wx.getAccountInfoSync();
const { envVersion } = result.miniProgram;