/** * 透传服务API。透传服务是一个基于C++的服务。 * * author: Sand * since: 2016/11/18 */ "use strict"; exports.TRAN_ENDPOINTS = { User: { Message: { Path: "/user/senddata.do", Method: "GET" } } };