wx.cloud.callContainer 返回的res中只包含一个cookie
https://developers.weixin.qq.com/miniprogram/dev/wxcloudservice/wxcloudrun/src/info/tsdk.html 根据w3c的规范,一个http请求的相应头中可以存在多个cookie,并且通过set-cookie属性进行传递,而wx.cloud.callContainer返回的res中,header.set-cookie为字符串,并且,res是js中的一个对象,那么就无法存在多个set-cookie属性,建议将set-cookie变为一个数组,以容纳多个cookie