云函数返回自动带反斜杠 这里建立了如下一个云函数,目的是当APP过来请求的时候响应支持的版本号: 'use strict'; function main_ret(status,code){ let ret = { status: status,error: code}; return<