UNPKG

mtl-js-sdk

Version:

20 lines (18 loc) 304 B
"use strict"; /** * 配置 */ define(function () { var wx = { // 微信授权相关配置文件 jssdkConfig: { source: "debug", server: "https://mdoctor.yonyoucloud.com/wechat/api/getticket", appid: "appid", secret: "secret" } }; return { wx: wx }; });