GuoChen
Results
2
comments of
GuoChen
trafficstars
> Hi, > > It seems I have the same issue. I'm working with `dep`. > > I tried using the last commit and also the `v1.2` tag. > >...
需要先在本地运行一遍,再把你本地执行完的程序上传到云函数。本地执行时,程序会编辑config文件里的login_ticket、stuid、stoken这些字段,而云函数的编辑环境和代码运行环境是两个独立的环境,运行环境所做的修改无法同步到你的编辑环境。因此,云函数每次执行读取你的编辑环境的代码时,那些字段都是空的