You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
407 B

"use strict";const e=require("../common/vendor.js"),t=require("../constants/storage.js"),n=require("../api/http.js");exports.setupWechatShare=async function(e){},exports.wechatOAuthLogin=async function(){const o=await e.index.login({provider:"weixin"}),i=await n.http.post("/wechat/miniapp/login",{code:o.code});return(null==i?void 0:i.token)&&e.index.setStorageSync(t.STORAGE_KEYS.accessToken,i.token),i};